@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
body {
  font-family: "Prompt", sans-serif;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

.navbar {
  white-space: nowrap;
  list-style: none;
  text-align: center;
  padding: 0;
  background: #ffb457;
}
.navbar .navbar-nav {
  margin: 0 auto;
  padding: 0;
}
.navbar .navbar-nav .nav-item {
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  line-height: 30px;
  color: #7e1c33;
  transition: all 0.2s;
}
.navbar .navbar-nav .nav-item:hover {
  text-decoration: none;
  color: #7e1c33;
  background: #f7ec53;
}
.navbar .navbar-toggler {
  border: none;
  outline: 0;
}
.navbar .navbar-toggler:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

/* video background */
#background-video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* page content */
h1, h2, h3, h4 {
  font-weight: bold;
  text-align: center;
  font-family: "Grandstander", cursive;
}

h1 {
  color: white;
  font-size: 52px;
  text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 0px, rgba(0, 0, 0, 0.5) -1px 1px 0px, rgba(0, 0, 0, 0.5) 1px 1px 0px, rgba(0, 0, 0, 0.5) 1px -1px 0px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 32px;
  color: #EAAC1A;
  text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 0px, rgba(0, 0, 0, 0.5) -1px 1px 0px, rgba(0, 0, 0, 0.5) 1px 1px 0px, rgba(0, 0, 0, 0.5) 1px -1px 0px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 25px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 0px, rgba(0, 0, 0, 0.5) -1px 1px 0px, rgba(0, 0, 0, 0.5) 1px 1px 0px, rgba(0, 0, 0, 0.5) 1px -1px 0px;
}

main {
  background-color: #fff;
  font-size: 16px;
  padding: 10px;
  position: relative;
}
.sliderContent {
  margin-top: 30vh;
}

.carousel-caption {
  top: 5%;
  bottom: unset;
}
@media (min-width: 768px) {
  .carousel-caption {
    top: 30%;
  }
}

.carousel-inner {
  max-height: 400px;
}

a.bigButton {
  text-decoration: none;
  display: inline;
  padding: 10px 20px;
  background: #EAAC1A;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 5px;
}
@media (min-width: 768px) {
  a.bigButton {
    padding: 15px 30px;
  }
}
a.bigButton:hover {
  text-decoration: none;
  background: #d79d14;
}

a.headerButton {
  text-decoration: none;
  display: inline;
  padding: 5px 10px;
  background: #fff;
  color: #EAAC1A;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 768px) {
  a.headerButton {
    padding: 15px 30px;
  }
}
a.headerButton:hover {
  text-decoration: none;
  background: #d79d14;
}

.sliderButton {
  margin-top: 30px;
  text-align: center;
}
.sliderButton a.bigButton {
  font-size: 20px;
  padding: 10px 20px;
}

.challenge {
  margin-top: 40px;
}
.challenge .map img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.article {
  font-size: 16px;
  font-weight: 300;
  padding: 0 20px;
  text-align: justify;
}
@media (min-width: 768px) {
  .article {
    font-size: 20px;
  }
}

.description {
  font-size: 16px;
  font-weight: 300;
  padding: 0 20px;
  text-align: justify;
}
@media (min-width: 768px) {
  .description {
    font-size: 20px;
  }
}

.challengeHeader {
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
  color: #414141;
}

.challengeVideo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.challengeVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.challengeForm {
  text-align: center;
  position: relative;
  width: 100%;
  height: 2000px;
}
.challengeForm iframe {
  width: 100%;
  height: 100%;
}

.completed {
  text-align: center;
  padding: 20px 0;
}
.completed .icon {
  width: 112px;
  height: 96px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.completed .icon.cYes {
  background-image: url(/images/yes.jpg?5c80c3adda2ecfe7e2734aa8a56bec14);
}
.completed .icon.cNo {
  background-image: url(/images/no.jpg?3436f5761e2e6b816dd6103c63d5c74e);
}
.completed .icon.cWaiting {
  background-image: url(/images/waiting.jpg?b03646feb9512020ff3de1ce33e35e3d);
}
.completed .cText {
  padding: 0;
  font-family: "Grandstander", cursive;
  font-size: 24px;
}
.completed .cText.cYes {
  color: #4e6636;
}
.completed .cText.cNo {
  color: #663636;
}
.completed .cText.cWaiting {
  color: #7fccf7;
}

.prices {
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
}
.prices .titleGiven {
  margin-top: 10px;
}
.prices .priceGiven {
  font-weight: bold;
}

.footer {
  background-color: #fdae5e;
  border-top: 5px solid #f7ec53;
  padding: 0;
}
.footer .footerText {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
}
.footer .footerText a {
  color: #7e1c33;
  text-decoration: underline;
}
.footer .footerLinks {
  text-align: right;
}
.footer .footerLinks a {
  display: inline-block;
  padding: 10px;
}
.footer .socialLinks {
  text-align: left;
}
.footer .socialLinks a {
  display: block;
  font-size: 16px;
}
.footer .socialLinks a i.i {
  font-size: 28px;
  color: #7e1c33;
  float: left;
  margin-right: 10px;
}

.chTitle {
  text-align: center;
  font-size: 24px;
}

.chImage img {
  width: 100%;
  min-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.chIframe {
  height: 650px;
  min-height: 650px;
}
.chIframe iframe {
  width: 100%;
  height: 100%;
}

.chIframeTitle {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.pImage {
  text-align: center;
}
.pImage img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.pName {
  text-align: center;
}

.pDesc {
  font-size: 18px;
  font-weight: 300;
}

.pDesc1 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.pDesc2 {
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
}

.btn.btn-primary {
  background: #EAAC1A;
  border-color: #a27711;
}

.form-control:focus {
  border-color: #a27711;
  box-shadow: 0 0 0 0.25rem rgba(234, 172, 26, 0.25);
}

.header-cart a {
  display: block;
  font-size: 18px;
}
.header-cart a i.i {
  font-size: 28px;
  color: #000;
  float: left;
  margin-right: 10px;
}
.header-cart a.headerButton {
  text-decoration: none;
  display: inline;
  padding: 4px 10px;
  background: #fff;
  color: #EAAC1A;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .header-cart a.headerButton {
    padding: 5px 15px;
  }
}
.header-cart a.headerButton:hover {
  text-decoration: none;
  background: #f2f2f2;
}

.navbar-collapse.show + .header-cart {
  width: 100%;
  padding: 4px 6px;
}
.navbar-collapse.show + .header-cart a.headerButton {
  margin: 4px;
}

.noshow {
  height: 0;
  overflow: hidden;
  transform: scaleY(0);
  margin: 0;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  border-bottom: 2px solid #999;
  position: absolute;
  content: "";
  width: 100%;
  height: 55%;
  transform: rotate(-8deg);
}

.bigSuccess {
  text-align: center;
  color: #009900;
  font-size: 96px;
}
.bigSuccess i.i {
  font-size: 96px;
}

.bigFailure {
  text-align: center;
  color: #990000;
  font-size: 96px;
}
.bigFailure i.i {
  font-size: 96px;
}

.bigInfo {
  text-align: center;
  color: #006699;
  font-size: 96px;
}
.bigInfo i.i {
  font-size: 96px;
}
