@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir/AvenirLTStd-Black.otf');
  font-weight: bold;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir/AvenirLTStd-Medium.woff');
  font-weight: normal;
}
@font-face {
  font-family: 'Bebas';
  src: url('../fonts/Bebas/Bebas-Regular.ttf');
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  font-family: 'Avenir';
  color: black;
  height: 100%;
}

.wrapper {
  min-height: 100% !important;
  position: absolute;
}

a {
  color: #3663D0;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
/* changes highlight color to blue */
*::selection {
  background: #E9F3F9;
}

/* background */
.background {
  position: absolute;
  width: 100%;
}

.bheader {
  top: 0;
  width: 100%;
}
.bheader img {
  position: absolute;
  top: 80px;
  right: 20%;
  width: 400px;
}
@media (max-width:1220px) {
  .bheader img {
    right: 8%;
  }
}
.bright {
  margin-top: 150px;
}
.bright img {
  position: absolute;
  right: 10%;
  width: 150px;
}

.bleft {
  margin-top: 150px;
}
.bleft img {
  position: absolute;
  left: 10%;
  width: 150px;
}
.pattern-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  min-height: 100% !important;
  height: 100%;
  width: 100vw;
  pointer-events: none;
  /* background-color: white; */
  background-image: url("../img/assets/otis-redding.png");
  background-repeat: repeat;
  opacity: .75;
  background-size: 100px;
}
/* nav */
#nav-background {
  position: fixed;
  top: -55px;
  left: 0;
  height: 50px;
  width: 100%;
  transition: .1s;
  z-index: 2;
  background-color: white;
  box-shadow: 2px 2px 15px -5px rgba(0,0,0,.1);
}
nav {
  position: fixed;
  right: 25%;
  top: 0;
  height: 50px;
  width: inherit;
  z-index: 3;
  /* below prevents lag when resizing to mobile */
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
}
.nav-links {
  display: flex;
  position: absolute;
  top: 18px;
  right: 17.5%;
  list-style: none;
  width: 450px;
  justify-content: space-around;
  align-items: right;
  z-index: 1;
}
.nav-links li {
  color: #464646;
  text-decoration: none;
  font-size: .83em;
  letter-spacing: 1px;
  cursor: pointer;
}
.nav-links li:hover {
  color: #000;
  text-shadow: 2px 1px 1px rgba(0,0,0,.1);
}
.logo-container {
  position: fixed;
  height: 30px;
  top: 10px;
  left: 10%;
  z-index: 3;
}
.logo-container img {
  height: 100%;
}
.logo-container p {
  float: right;
  font-family: 'Bebas';
  letter-spacing: .5px;
  font-size: 1.3em;
  margin-top: 1px;
  margin-left: 3px;
  color: #1A345F;
  opacity: .8;
}
/* global sections */
.section-cover {
  text-align: center;
  margin-top: 170px;
  position: relative;
}
.section {
  display: inline-block;
  text-align: left;
  width: 68%;
  position: relative;
  z-index: 1;
}
.section-background {
  z-index: -1;
  left: 0;
  position: absolute;
}
/* header */
.header-content {
  display: inline-block;
}
.header-content .title {
  font-size: 2.8em;
  letter-spacing: .8px;
}
.header-content .loc-date {
  font-size: 1.2em;
}
.header-content .register-info {
  margin-top: 30px;
  color: #636363;
  font-weight: bold;
  font-size: 1.2em;
}
.header-content .register {
  display: inline-block;
  margin-top: 10px;
}
.header-content .register .learn-more {
  float: right;
  color: #8BC68E;
  margin-top: 12px;
  margin-left: 10px;
}
.header-content .register .learn-more a {
  color: #75C079;
}
/* about */
#about {
  margin-top: 100px;
}
#about .section {
  margin-top: 50px;
  margin-bottom: 200px;
  text-align: center;
}
#about .section-background {
  height: 340px;
  fill: #FDF6F6;
  /* fill: url("../img/assets/red-pattern.png"); */
}
.about-content {
  text-align: left;
  color: #D4616A;
  width: 80%;
  max-width: 700px;
  display: inline-block;
  /* margin-left: 15%; */
}
.about-content h1 {
  color: #fff;
  text-shadow: 3px 2px 0px #D4616A;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #D4616A;
}
.about-content a {
  color: #D4616A;
}
/* registering */
.register-container {
  margin-top: -150px;
  position: relative;
  width: 100%;
  text-align: center;
}
.register-item {
  display: inline-block;
  margin: 10px;
  width: 235px;
  height: calc(1.20533333333 * 235px);
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
}
.register-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.register-content {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  width: 70%;
  height: 200px;
  display: inline-block;
  text-align: left;
  color: #D4616A;
}
.register-content h1 {
  text-align: center;
  font-size: 1.7em;
}
.register-content p {
  top: 0;
  margin-top: 10px;
  font-size: 1em;
}
.register-content .button {
  margin-left: 26px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  background: #D4616A;
  height: 37px;
  cursor: pointer;
}
.register-content .button p {
  margin-top: 11px;
  font-size: .95em;
}
/* track content */
#tracks {
  margin-top: 150px;
}
#tracks a {
  text-decoration: none;
}
#tracks .section {
  margin-top: 50px;
  width: 100%;
  margin-bottom: 50px;
}
#tracks .section-background {
  fill: #F0FAFF;
  transform: scaleX(-1);
}
.track-content {
  text-align: center;
}
.track-content h1 {
  color: #fff;
  text-shadow: 3px 2px 0px #327C99;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #327C99;
}
.track-content p {
  color: #327C99;
}
.track-subtitle {
  display: inline-block;
  margin-top: 5px;
  width: 425px;
}
.tracks-container {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 30px;
}
.track-item {
  position: relative;
  display: inline-block;
  margin: 0 1.8vw;
  cursor: pointer;
  color: #327C99;
  opacity: .8;
}
.track-item:hover {
  opacity: 1;
  /* text-decoration: underline;
  text-decoration-color: #327C99; */
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #327C99;
  color: #fff !important;
  text-shadow: 1px 1px 0px #327C99;
}
.track-item h3 {
  font-size: 1em;
  margin: 20px 0 10px 0;
  font-weight: bold;
  letter-spacing: 1px;
}
.track-item img {
  height: 150px;
}
/* faq content */
#faq {
  margin-top: 200px;
}
#faq .section {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 90%;
  max-width: 900px;
}
#faq .section-background {
  fill: #F4FFF0;
}
.faq-content {
  text-align: center;
}
.faq-content h1 {
  color: #fff;
  text-shadow: 3px 2px 0px #22691A;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #22691A;
}
.faq-container {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.faq-column {
  width: 33%;
  min-width: 270px;
  float: left;
}
@media (max-width:906px) {
  .faq-column {
    width: 50%;
  }
  .faq-column:nth-child(1) {
    text-align: right;
  }
  .faq-column:nth-child(2) {
    text-align: left;
  }
  .faq-column:nth-child(3) {
    float:right;
    text-align: left;
  }
}
@media (max-width:599px) {
  .faq-column {
    width: 100%;
  }
  .faq-column:nth-child(1) {
    text-align: center;
  }
  .faq-column:nth-child(2) {
    text-align: center;
  }
  .faq-column:nth-child(3) {
    float:none;
    text-align: center;
  }
}

.faq-item {
  display: inline-block;
  border: 1px solid #22691A;
  box-shadow: 3px 2px #22691A;
  border-radius: 16px;
  margin: 8px 8px;
  width: 260px;
  vertical-align: top;
  background: white;
  color: #22691A;
  cursor: pointer;
}
.faq-item:nth-child(odd) {
  transform: skewY(.3deg);
}
.faq-item:nth-child(even) {
  transform: skewY(-.3deg);
}
.faq-item img {
  float: right;
  margin-top: 18px;
  margin-right: 20px;
  width: 13px;
  vertical-align: baseline;
  transition: transform .5s;
}
.faq-item-q {
  font-size: .95em;
  float: left;
  text-align: left;
  padding: 11px 0;
  margin-top: 3px;
  margin-left: 15px;
}
.faq-item-a {
  text-align: left;
  font-size: .9em;
  float: left;
  height: 0;
  margin: 0;
  max-height: 0;
  /* transition: height, opacity .5s; */
  margin: 0 15px 0 15px;
  height: auto;
  opacity: 1;
  overflow: hidden;
  transition: all .5s;
}
.faq-item-a p {
  margin-bottom: 15px;
}
/* schedule content */
#schedule {
  margin-top: 0px;
}
#schedule .section {
  margin-top: -30px;
  margin-bottom: 50px;
}
#schedule .section-background {
  fill: #FEF4FF;
  transform: scaleX(-1);
}
.schedule-content {
  text-align: center;
}
/* .schedule-content h1 {
  color: #FFF;
  text-shadow: 3px 2px 0px #B157B7;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #B157B7;
}
.schedule-content p {
  color: #B157B7;
} */
/* .schedule-container {
  height: 0px;
  margin-top: 10px;
  opacity: .1;
  margin-bottom: 30px;
} */
/* sponsors content */
#sponsors {
  margin-top: 200px;
}
#sponsors .section {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 1000px;
}
#sponsors .section-background {
  fill: #F4F4F4;
}
.sponsors-content {
  text-align: center;
  width: 100%;
}
.sponsors-content h1 {
  color: #FFF;
  text-shadow: 3px 2px 0px #373737;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #373737;
}
.sponsors-content p {
  color: #373737;
}
.sponsors-content p a {
  color: #373737;
}
.sponsors-container {
  margin-top: 10px;
  opacity: 1;
  margin-bottom: 30px;
  position: relative;
}
.sponsors-container img {
  width: 200px;
  max-width: 200px;
  margin: 0 10px;
}
/* footer */
#footer {
  margin-top: 100px;
  background-color: #F2F7FF;
  /* background-image: url("../img/assets/footer-pattern.png");
  background-size: 130px; */
  height: 120px;
  width: 100vw;
  position: relative;
  color: #1A345F;
}
.footer-container {
  width: 68%;
  margin-left: 16%;
  position: relative;
  height: 120px;
}
.footer-left {
  position: absolute;
  height: 52%;
  left: 0;
  top: 24%;
}
.footer-left img {
  height: 100%;
  float: left;
}
.footer-left-content {
  position: absolute;
  left: 90px;
}
.footer-left-content h1 {
  font-family: 'Bebas';
  letter-spacing: 1px;
  font-size: 1.5em;
}
.footer-left-content p {
  font-size: .65em;
}
.footer-social {
  height: 14px;
  margin-top: 5px;
  position: relative;
}
.footer-social img {
  margin-right: 20px;
}
.footer-right {
  margin-top: 22px;
  line-height: 20px;
  float: right;
  font-size: .8em;
}
.footer-right p:hover {
  text-decoration: underline;
  color: #386ABE;
  cursor: pointer;
}
.footer-right a {
  font-weight: normal;
  color: #1A345F;
}
/* button */
.button {
  display: inline-block;
  position: relative;
  height: 43px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, .23);
  cursor: pointer;
}
.button:active {
  box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, .23),
        inset -.1vw -.1vw .7vw rgba(0,0,0,0.075);
}
.button p {
  /* text-shadow: 2px 1px 3px rgba(0,0,0, .1); */
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: bold;
  color: white;
  padding: 0 20px;
  margin-top: 10px;
  user-select: none;
}
#countdown {
  margin-top: 8px;
  font-size: .9em;
  /* max-width: 350px; */
}

/* animations */
@keyframes name {
    0%{}
    50%{}
    100%{}
}


/** -------------- 
    LIVE PAGE
-------------- **/

.title.live {
  color: #141B4A;
}
.subtitle.live {
  font-size: 1.25em;
  width: 430px;
}
.slackWifiContainer {
  display: inline-block;
}
.slack, .wifi {
  margin-top: 20px;
  width: 350px;
}
.slack img, .wifi img {
  height: 40px;
  float: left;
  margin-right: 20px;
}
.slack p, .wifi p {
  padding-top: 3px;
}
.live.bheader img {
  top: 150px;
}
/* nav bar/hamburger */
.hamburger.live .line {
  width: 30px;
  height: 3px;
  background: #25283d;
  margin: 5px;
  border-radius: 25px;
  transition: transform .1s;
}
nav.live {
  position: fixed;
  right: 0;
  top: 0;
  width: 150px;
  height: 150vh;
  background: #fff;
  z-index: 4;
  box-shadow: 3px 3px 15px -5px rgba(0,0,0,.5);
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  transition: transform 200ms linear;
}
.hamburger.live {
  position: fixed;
  cursor: pointer;
  right: 37px;
  top: 10px;
  z-index: 5;
}
.nav-links.live {
  right: 40px;
  top: 60px;
  height: 400px;
  font-size: 1em;
  width: auto;
  flex-direction: column;
  pointer-events: all;
}
nav.live.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: transform 200ms linear;
}
.hamburger.live .line:nth-child(1).open {
  transform-origin: center;
  transform: rotate(45deg) translate(6px, 5px);
  transition: transform .1s;
}
.hamburger.live .line:nth-child(2).open {
  transform-origin: center;
  transform: scaleX(0);
  transition: transform .1s;
}
.hamburger.live .line:nth-child(3).open {
  transform-origin: center;
  transform: rotate(-45deg) translate(6px, -6px);
  transition: transform .1s;
}
.nav-links.live li {
  /* border:1px solid black; */
  height: 50px;
  float: right;
  font-size: .9em;
  padding-top: 15px;
  padding-left: 15px;
  vertical-align: middle;
}
.nav-links.live a li {
  margin: 0;
  padding: 0;
  height: 30px;
  font-weight: normal;
}
.faq-item.live {
  display: inline-block;
  border: 1px solid #000;
  box-shadow: 3px 2px #000;
  border-radius: 16px;
  margin: 8px 8px;
  width: 260px;
  vertical-align: top;
  background: white;
  color: #000;
  cursor: pointer;
}
.track-content.live h1 {
  color: #141B4A;
  text-shadow: none;
  -webkit-text-stroke: 0;
  -webkit-text-stroke-color: none;
}
.sponsors-content.live h1 {
  color: #141B4A;
  text-shadow: none;
  -webkit-text-stroke: 0;
  -webkit-text-stroke-color: none;
}
.track-content.live p {
  color: black;
}
.track-item.live h3 {
  color: black;
}
.faq-content.live h1 {
  color: #141B4A;
  text-shadow: none;
  -webkit-text-stroke: 0;
  -webkit-text-stroke-color: none;
}
.track-item.live:hover {
  opacity: 1;
  /* text-decoration: underline;
  text-decoration-color: #327C99; */
  -webkit-text-stroke: 0px;
  -webkit-text-stroke-color: #ccc;
  color: #fff !important;
  text-shadow: 1px 1px 0px #ccc;
}
#faq.section-cover.live {
  margin-top: 120px;
}
#sponsors.section-cover.live {
  margin-top: 40px;
}
#tracks {
  margin-top: 50px;
}
#schedule.section-cover.live {
  margin-top: 120px;
}
#footer.live {
  background: none;
}
#schedule .section {
  width: 100vw;
  margin-bottom: 0;
}
.schedule-content.live h1 {
  color: #141B4A;
  margin-bottom: 30px;
  text-shadow: none;
  -webkit-text-stroke: 0;
  -webkit-text-stroke-color: none;
}
.schedule-container.live {
  /* background: red; */
  margin-top: 0px;
  min-width: 358px;
  width: 40%;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.schedule-container.live .item {
  background: #fcfcfc;
  color: black;
  box-shadow: inset 0px 0px 0px 3px #eaeaea;
  display: inline-block;
  z-index: 6;
  margin: 6px 0;
  border-radius: 10px;
  height: 90px;
  width: 90%;
}
.location-content.live {
  color: #141B4A;
  text-align: center;
  width: 100%;
}
#location .section {
  width: 100%;
}
#parking {
  margin-top: 50px;
}
.location-container.live iframe {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, .15);
  margin-top: 20px;
}
.parking-content.live .left {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
}
.parking-content.live .right {
  width: 62%;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, .15);
  margin-left: 2%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.parking-content.live .left p {
  line-height: 23px;
  margin-top: 3px;
}
.floors-content {
  text-align: center;
}
.floors-content ul {
  margin-top: 12px;
  display: inline-block;
}
.floors-content li.active {
  color: black;
  border-bottom: 3px solid #3663D0;
}
.floors-content li {
  color: #aaa;
  list-style: none;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  float: left;
  margin-right: 25px;
}
.floors-container {
  text-align: center;
  height: 0;
  opacity: 0;
  /* transition: opacity .5s; */
  /* border: 1px solid black; */
}
.floors-container.active {
  height: auto;
  opacity: 1;
}
.floorImage {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  display: block;
  height: 0;
  opacity: .5;
  transition: opacity .5s;
  /* border: 1px solid black; */
}
.floorImage.active {
  height: auto;
  opacity: 1;
}
.floors-shadowBox {
  /* border: 1px solid black; */
  border-radius: 12px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, .15);
  margin-top: 20px;
}
.nav-arrows {
  padding: 25px 0; 
  width: auto;
  text-align: center;
  /* border: 1px solid red; */
}
.nav-arrows img {
  width: 50px;
  /* border: 1px solid black; */
  cursor: pointer;
}
#navLeft {
  transform: scaleX(-1);
  margin-right: 30px;
}
#navRight {
  transform: scaleX(1);
}
#schedule .day {
  color: black;
  text-align: left;
  margin-left: 22px;
  margin-bottom: 0px;
  font-size: 1.6em;
  font-weight: 600;
}
#schedule .day-underline {
  height: 7px;
  width: 70px;
  margin-top: -4px;
  background: linear-gradient(30deg, #3975cf 50%, #255aaa 50%);;
  margin-left: 23px;
  margin-bottom: 10px;
  border-radius: 2px;
}
#schedule .day:nth-child(6) {
  margin-top: 30px !important;  
}
#schedule .item .left {
  position: relative;
  float: left;
  height: 100%;
  /* border: 1px solid black; */
}
#schedule .item .right {
  position: relative;
  text-align: left;
  height: 100%;
  /* border: 1px solid black; */
}
#schedule .workshop {
  text-align: left;
  height: auto;
  background: #3975cf;
  box-shadow: inset 0px 0px 0px 3px #255aaa;
  color: white;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  margin: 6px 0;
  width: 90%;
}
#schedule .workshop .workshop-time {
  display: inline-block;
  width: 70px;
  text-align: center;
  font-size: .9em;
  font-weight: bold;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  position: absolute;
}
#schedule .workshop .workshop-content {
  text-align: left;
  position: relative;
  width: calc(100% - 100px);
  left: 100px;
  display: inline-block;
  padding: 6px 0;
  /* background: green; */
}
#schedule .workshop .workshop-content .workshop-item {
  margin: 10px 0;
  margin-right: 12px;
}
#schedule .workshop .workshop-content .workshop-item p {
  font-size: .85em;
  margin-top: 3px;
}
#schedule .workshop-learnMore {
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-decoration: underline;
  font-size: .9em;
  position: relative;
  bottom: 1px;
  left: 3px;
}
#schedule .item .right h3 {
  margin-top: 24px;
}
#schedule .item .right p {
  margin-top: 3px;
  font-size: .85em;
}
#schedule .item .left p {
  font-size: .9em;
  font-weight: bold;
  margin: 20px;
  margin-top: 39px;
  display: inline-block;
  vertical-align: middle;
}
#schedule .item.blueDouble {
  height: 133px;
  background: #3975cf;
  box-shadow: inset 0px 0px 0px 3px #255aaa;
}
#schedule .item.blueDouble h3 {
  color: white;
  margin-top: 16px;
}
#schedule .item.blueDouble p {
  color: white;
}
#schedule .item.blueDouble .left p {
  margin-top: 60px;
  color: white;
}
#schedule .item.blue {
  color: white;
  background: #3975cf;
  box-shadow: inset 0px 0px 0px 3px #255aaa;
}
#schedule .item.green {
  height: 52px;
  background: #55b34e;
  box-shadow: inset 0px 0px 0px 3px #3d8f37;
}
#schedule .item.green h3 {
  color: white;
  margin-top: 16px;
}
#schedule .item.green p {
  color: white;
}
#schedule .item.green .left p {
  margin-top: 19px;
}
#schedule .item.small {
  height: 70px;
}
#schedule .item.small h3 {
  margin-top: 16px;
}
#schedule .item.small .left p {
  margin-top: 28px;
}
.modal {
  cursor: pointer;
  z-index: 10000;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0,0,0,.2);
  display: none;
  opacity: 0;
  transition: .2s;
}
.modal-content {
  cursor: auto;
  z-index: 10010;
  touch-action: none;
  position: fixed;
  top: 50vh;
  transition: .2s;
  left: 50vw;
  transform: translate(-50%, -50%) scale(0);
  height: auto;
  min-width: 300px;
  width: 70vw;
  max-width: 500px;
  border-radius: 10px;
  padding: 25px 25px 20px 25px;
  background: white;
}
.modal-close {
  color: #D4616A;
  float: right;
  font-size: 2em;
  font-weight: bold;
  margin-top: -5px;
}
.modal-title {
  padding-right: 30px;
}
.modal-content p {
  margin-top: 20px;
}
.modal-location {
  color: #3663D0;
  font-weight: bold;
}
#tracks.live {
  margin-bottom: -80px;
}
#hardware .hardware-content {
  text-align: center;
  margin-bottom: 80px;
  margin-top: -90px;
}
#hardware h1 {
  color:#141B4A;
  margin-bottom: 15px;
}
#hardware .hardware-sub {
  margin-top: 10px;
  font-size: 1em;
  font-weight: 600;
}
#hardware .hardware-container {
  /* display: grid; */
  /* padding: 0 15px; */
  /* grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); */
  /* grid-gap: 1rem; */
  justify-items: center;
  width: 90%;
  margin: auto;
  max-width: 715px;
}
#hardware .hardware-item {
  text-align: left;
  width: 190px;
  white-space: nowrap !important;
  display: inline-block;
  margin: 2px 4px;
}
#prizes .prizes-title {
  margin-bottom: 20px;
}
#prizes .section {
  width: 100vw;
  /* border: 1px solid black; */
}
#prizes .prizes-content {
  text-align: center;
  margin-bottom: 80px;
  margin-top: -20px;
}
#prizes .prizes-container {
  /* display: grid; */
  /* padding: 0 15px; */
  /* grid-template-columns: repeat(auto-fill, minmax(262px, 1fr)); */
  /* grid-gap: 1.3rem; */
  /* border: 1px solid red; */
  width: 90%;
  text-align: center;
  margin: auto;
  max-width: 1200px;
}
#prizes .prizes-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px 0;
  width: 90%;
  /* border: 1px solid black; */
  max-width: 500px;
}
#prizes .prizes-item h1 {
  margin-bottom: 3px;
}
#prizes .prizes-item p {
  line-height: 20px;
  font-size: .9em;
}
#prizes .prizes-item-img {
  width: 100px;
  float: left;
  margin-right: 30px;
  height: 100%;
}
#prizes .prizes-item img {
  width: 100%;
}
#prizes .prizes-item-content {
  width: calc(100% - 140px); 
  float: right;
  text-align: left;
  margin-right: 10px;
}
#prizes .prizes-item-content h1 {
  font-size: 1.5em;
}
@media (max-width:720px) {
  #prizes .prizes-item-img {
    width: 50px;
    margin-right: 0px;
  }
  #prizes .prizes-item-content {
    width: calc(100% - 80px); 
  }
}
#confirm h1 {
  color: #D4616A;
}
#confirm .confirm-content {
  text-align: center;
  margin-bottom: 0px;
}
#confirm .confirm-content {
  justify-items: center;
  width: 100%;
  text-align: center;
  margin: auto;
  max-width: 500px;
}
#confirm a {
  color: rgb(192, 40, 53);
}