@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);
body {
  font-family: "Oswald", sans-serif;
}

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

.navbar {
  white-space: nowrap;
  list-style: none;
  text-align: center;
  padding: 0;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.navbar .navbar-nav {
  margin: 0 auto;
  padding: 0;
}
.navbar .navbar-nav .nav-item {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  line-height: 30px;
  color: #666;
  transition: all 0.6s;
}
.navbar .navbar-nav .nav-item:hover {
  text-decoration: none;
  color: #000;
  background: #eee;
}
.navbar .navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  border: none;
}
.navbar .navbar-toggler i.i {
  color: white;
  font-size: 28px;
  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;
}
.navbar .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .navbar {
    position: relative;
    width: 100%;
    z-index: 10;
  }
}

/* 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;
  margin: 1rem;
}

h1 {
  color: white;
  font-size: 30px;
  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;
  }
}
h1.articleH {
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
  color: #414141;
  text-shadow: none;
}

h2 {
  font-size: 25px;
  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;
}

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: 2rem;
  position: relative;
  padding: 0 12px 120px 12px;
}
main.home {
  margin-top: 600px;
}
@media (min-width: 768px) {
  main.home {
    margin-top: 800px;
  }
}

.sliderContent {
  margin-top: 30vh;
  margin-bottom: -40vh;
}

.carousel-caption {
  top: 30%;
  bottom: unset;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .carousel-caption {
    top: 30%;
  }
}

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

.carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .carousel-item img {
    aspect-ratio: auto;
  }
}

.homeGallery .carousel-caption {
  top: 0;
}
.homeGallery .carousel-caption h1 {
  text-align: left;
}
.homeGallery .carousel-caption h2 {
  text-align: right;
  color: #fff;
}
.homeGallery .carousel-caption h3 {
  text-align: right;
  font-size: 18px;
}
.homeGallery .carousel-caption .rightCol {
  float: right;
  max-width: 60%;
  margin-top: -80px;
}
@media (min-width: 768px) {
  .homeGallery .carousel-caption h1 {
    text-align: center;
  }
  .homeGallery .carousel-caption h2 {
    text-align: right;
    color: #fff;
  }
  .homeGallery .carousel-caption h3 {
    text-align: right;
    font-size: 18px;
  }
  .homeGallery .carousel-caption .rightCol {
    float: right;
    max-width: 30%;
    margin-top: -80px;
  }
}

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

.sliderButton {
  margin-top: 30px;
  text-align: center;
}
.sliderButton.small {
  margin: 0 0 60px 0;
}
.sliderButton a.bigButton {
  font-size: 20px;
  padding: 10px 20px;
  white-space: nowrap;
}

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

.description {
  font-size: 20px;
  font-weight: 300;
  padding: 0 20px;
}

.challengeHeader {
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  margin: 120px 0 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: "Kaushan Script";
  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;
}
.prices .titleGivenSchool {
  margin-top: 10px;
  font-size: 25px;
  white-space: nowrap;
}
.prices .priceGivenSchool {
  font-size: 60px;
}

.footer {
  background-color: #40667c;
  border-top: 5px solid #999997;
  padding: 40px 0;
}
.footer .footerText {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: justify;
}
.footer .footerText a {
  color: #fff;
  text-decoration: underline;
}
.footer .footerLinks {
  text-align: right;
}
.footer .footerLinks a {
  display: inline-block;
  padding: 10px;
}

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

.chImage {
  text-align: center;
}
.chImage img {
  width: 100%;
  min-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 320px;
}

.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;
  aspect-ratio: 1;
}

.pName {
  text-align: center;
  padding: 0.5rem;
}

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

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

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

.donates-table {
  font-size: 13px;
  width: 100%;
}
.donates-table td, .donates-table th {
  padding: 2px 6px;
  white-space: nowrap;
}
.donates-table .donatedValue, .donates-table .top-header {
  text-align: right;
}

.challengeSummaryHome {
  margin-top: 30px;
  padding: 30px;
  background-color: #7ac7fa;
  text-align: center;
}
.challengeSummaryHome .summaryTitle {
  font-size: 25px;
}
.challengeSummaryHome .summaryValue {
  font-size: 60px;
}

.homeGrey {
  padding: 25px;
  background: #e6e6e6;
  height: 95%;
}
.homeGrey .challengeHeader {
  margin: 0 0 20px 0;
}

.icon {
  text-align: center;
}
.icon i.i {
  display: inline-block;
  background: #7ecbf6;
  color: #ffffff;
  font-size: 56px;
  overflow: hidden;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 19px 17px;
  text-align: center;
}

.chessSections:nth-child(even) {
  flex-direction: row-reverse;
}
.chessSections .row:nth-child(even) {
  flex-direction: row-reverse;
}

.tImage {
  text-align: center;
}
.tImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  aspect-ratio: 1;
}

.tText > div {
  font-size: 16px;
  padding: 60px;
}

.headerSmall {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 60px;
}

.textSmall {
  text-align: center;
  font-size: 20px;
  padding-bottom: 60px;
  font-weight: 300;
}

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

.headerArticle {
  font-size: 25px;
  font-weight: 500;
}

.textArticle {
  font-size: 20px;
  font-weight: 300;
}
