/* override xcamp 2024 */
body {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;

}

:root {
--white: #FFFfff;
--blue: #00fce6;
--purple: #ff38fc;
--yellow: #fff831;
--black: #000000;
--brown: #550e6d;
}

h2 {
    text-transform: uppercase !important;
}

a, a:hover {
    color: var(--black);
}

.xcamp .parallax.section-header {
    background: no-repeat top center scroll;
    background-size: cover!important;
}

.xcamp strong {
    font-weight: 400;
    color: var(--black);
}

.xcamp .btn-register {
    display: inline-block;
    max-width: 40%;
    margin: 0 3em;
    background-color: #b2fa19;
    color: var(--black);
    border-radius: 30px;
    border: none;
    line-height: 40px;
    font-size: 1.4em;
    font-weight: 400;
}

.xcamp .btn-register:hover {
    background-color: #f3d425;
}

.xcamp .quote-block {
    text-align: center;
    font-weight: 200;
    color: var(--black);
    font-size: 1.3rem;
    border-left: 5px solid #c040c5;
    padding-left: 3rem;
    line-height: 2rem;
    text-transform: uppercase;
    max-width: 90%;
}

.xcamp .quote-block .btn-register {
    margin: 0 2em;
    font-size: 0.75em;
}

.xcamp .button-container {
    text-align: center;
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.xcamp h1 {
  font-size: 5em;
}

@media screen and (max-width: 768px) {
    .xcamp .parallax {
        font-size: 0.62rem;
    }

    .xcamp .quote-block {
        margin-left: 0.1rem;
    }

    .xcamp .button-container {
        text-align: center;
        display: flex;
        flex-flow: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .xcamp .btn-register {
        margin: 0;
        max-width: none;
    }

    .xcamp .btn-register:first-child {
        margin-bottom: 1em;
    }

    .xcamp .quote-block .btn-register {
        font-size: 0.65em;
    }

    .xcamp h1 {
        font-size: 3em;
    }
}

.xcamp .btn-disabled {
    background-color: gray !important;
}

.section-header .hero-logo {
    max-height: unset;
    height: unset;
    padding: 3rem;
}

.section-header h3 {
    text-transform: none;
}

.section-header h2 {
    font-size: 5rem;
    color: var(--white);
    margin-top:2rem;
    padding-bottom: 1rem;
}

.section-header h3 {
    font-size: 1.6rem;
    color: var(--yellow);
    margin-bottom: 5rem;
}

.section-2 h1 {
    color:var(--black);
    text-align: center;
    margin-bottom:2rem;
}

.section-3, .section-1, .section-5 {
    padding: 3rem 0;
}

.section-3 h1 {
    text-align: left;
    font-size: 3rem;
}

.section-1 h4 {
  font-size:1.5rem;
  letter-spacing: 0.1rem;
  margin-right:0;
  line-height: 2;
  padding-bottom: 2rem;
}

.section-3 ul.times {
    display: flex;
    flex-direction: column;
    color: var(--white);
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.section-3 .section-content {
  display: flex;
  flex-direction: row;
}

.section-3 p {
    text-align: left;
}

.section-3 hr {
    width:20%;
    margin-left: 0;
    margin-bottom: 3rem;
}

.section-3 .photos {
  display: flex;
  flex-direction: column;
  max-width: 40%;
  flex: 1;
  justify-content: space-evenly;
}

.section-3 .info {
  flex: 2;
  padding-left: 2rem;
  text-align: left !important;
}

.section-3 .corner-button {
    margin-top:2rem;
    display: block;
    padding: 1rem 2rem;
    background-color: var(--yellow);
    width:fit-content;
    font-size:1.5rem;
    font-weight: bold;
    line-height: 1.6rem;
    color: var(--black);
}


.section-1 * {
    color: var(--black);
    text-align: center;
}

.section-5 *  {
  color: var(--black);
  text-align: left;
  h1 {
    font-size: 3rem;
  }
}
.section-1 {
  background: var(--blue);
}

.section-1 h1 {
  color: var(--brown);
  font-size:7rem;
  text-transform: uppercase;
}

.section-1 h2 {
  color: var(--brown);
  font-size: 3.2rem;
  padding-bottom: 0;
  line-height: 2;
  text-transform: uppercase;
}

.section-1 h3 {
  color: var(--brown);
  font-size:2.5rem;
  line-height: 2;
  text-transform: none;
  font-weight: 400;
}

.section-1 sup {
  vertical-align: super;
  color:var(--brown);
  font-size:smaller;
}

.section-1 h1, .section-5 h1 {
    font-weight: 700;
}

.section-1 p, .section-5 p {
    margin: 2rem 0;
    line-height: 1.5rem;
    font-size: 1.5rem;
    text-transform: none;
}

.section-1 .corner-button {
    display: block;
    padding: 2rem 5rem 2rem 2rem;
    background-color: var(--yellow);
    clip-path: polygon(0 0,calc(100% - 30px) 0,100% 30px,100% 100%,0 100%);
    width:fit-content;
    font-size:1.5rem;
    font-weight: bold;
    line-height: 1.6rem;
}

.section-5 .corner-button {
    display: block;
    padding: 2rem 3rem;
    width: fit-content;
    font-size: 1.5rem;
    line-height: 1.5rem;
    background:url(../images/blue-button-blk-border.png) center center no-repeat;
    background-size:cover;
    margin-left: -0.5rem;
}

.section-desc {
  background: url(../images/xcamp-2025-section-bg-blue.jpg) center bottom no-repeat;
  background-size: cover;
}

.section-desc * {
  color: var(--black);
}

.section-desc h1 {
  display:block;
  padding: 1rem 2rem;
  text-align: left;
  background-color: var(--purple);
  clip-path:  polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  width:fit-content;
  font-size:2.2rem;
  font-weight: bold;
  line-height: 2.5rem;
  text-transform: none;
}

.section-desc ul.times {
    display: flex;
    flex-direction: column;
    color: var(--black);
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.reg-buttons {
  display: flex;
  justify-content: space-evenly;

  .section-5 & {
    justify-content: left;
  }
}

.reg-buttons a {
  border-radius: 10px; 
}

.reg-buttons .btn-black {
  background-color: var(--black);
  color: var(--white);
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem;
  max-width: 50%;
  line-height: 2.5rem;
  font-weight: bold;
  margin:0 0.1rem;
  span {
    display: inline-block;
    color: var(--purple);
    -webkit-transform:scale(0.5,1); /* Safari and Chrome */
    -moz-transform:scale(0.5,1); /* Firefox */
    -ms-transform:scale(0.5,1); /* IE 9 */
    -o-transform:scale(0.5,1); /* Opera */
    transform:scale(0.5,1); /* W3C */
  }
}

.reg-buttons .btn-blue {
  background-color: var(--blue);
  color: var(--black);
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem;
  max-width: 50%;
  line-height: 2.5rem;
  font-weight: bold;
  margin:0 0.1rem;
  span {
    display: inline-block;
    color: var(--purple);
    -webkit-transform:scale(0.5,1); /* Safari and Chrome */
    -moz-transform:scale(0.5,1); /* Firefox */
    -ms-transform:scale(0.5,1); /* IE 9 */
    -o-transform:scale(0.5,1); /* Opera */
    transform:scale(0.5,1); /* W3C */
  }
}

.reg-buttons .btn-purple {
  background-color: var(--purple);
  color: var(--white);
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem;
  max-width: 50%;
  line-height: 2.5rem;
  font-weight: bold;
  margin:0 0.1rem;
  span {
    display: inline-block;
    color: var(--black);
    -webkit-transform:scale(0.5,1); /* Safari and Chrome */
    -moz-transform:scale(0.5,1); /* Firefox */
    -ms-transform:scale(0.5,1); /* IE 9 */
    -o-transform:scale(0.5,1); /* Opera */
    transform:scale(0.5,1); /* W3C */
  }
}

@media screen and (max-width: 1000px) {

  .section-desc h1 {
    clip-path: none;
  }
    .section-header .hero-logo {
        max-width: 100vw !important;
    }

    .section-header h2 {
        font-size:2.5rem;
    }

    .section-header h3 {
        font-size:1.1rem;
    }

    .section-3 h1 {
        font-size: 1.6rem;
    }

  .section-3 {

    h1,h2,h3,p,ul {
      text-align:center;
    }
    .section-content {
      flex-direction: column;
    }
    
    .info {
      padding-left:0;
    }

    .photos {
      img {
        max-width: 90%;
        margin-bottom: 1rem;
      }
      margin-bottom: 3rem;
      max-width: 100%;
      align-items: center;
    }
  }

  .section-5 {
    h1, p {
      text-align: center;
    }
    .reg-buttons {
      justify-content: center !important;
    }
  }
}


.video-play {
    pointer-events: none;
}

.video-play {
    height: 25%;
    width: 10%;
    left: 45%;
    top: 37.5%;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    background: url("../images/crawler_play.png") no-repeat;
    cursor: pointer;
    background-size: contain;
}

@media screen and (max-width: 480px) {
  .parallax p {
    line-height: 1.6rem;
  }

  .section-header h2 {
    max-width: 100%;
  }

  #reg-sticker {
    right: -10px;
  }

  #reg-sticker div {
    font-size:0.8rem;
  }

  .section-1 .corner-button {
    padding: 1rem;
    font-size: 1rem;
  }

  .section-1 h1 {
    color: var(--brown);
    font-size:3rem;
  }

  .section-1 h1 sup {
    vertical-align: super;
    color:var(--brown);
    font-size:1.5rem;
  }

  .section-1 h2 {
    font-size:1.5rem;
  }

  .section-1 h3 {
    font-size: 1.2rem;
  }

  .section-1 h4 {
    font-size:0.8rem;
  }

}

@media screen and (max-width: 425px) {
  .section-desc h1 {
    padding: 1rem;
  }
  .reg-buttons {
    .btn-blue, .btn-purple, .btn-black {
      padding: 0.5rem;
    }
  }
}
