/*
 * Created Date: Wednesday, 6th November 2024, 5:30:55 pm
 * Author: Kingsley Chimezie
 */

@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

i, button, a {
  cursor: pointer !important;
}

body {
  width: 100%;
  margin: 0;
  background-color: #1c1c1c;
  font-family: "Quicksand", sans-serif;
  overflow-y: auto;
}

a {
  color: #f9f7ff;
  text-decoration: none;
}

a:hover {
  color: rgba(230, 219, 174, 1);
}

i {
  color: #2f4f4f;
}

i:hover {
  color: #00ff00;
}
h1,h2,h3 {
  font-family: "Quicksand", sans-serif;
  color: #e6dbae;
}
h1 {
  color: #e6dbae;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight:700;
  /* letter-spacing: 0.1rem; */
}
h2 {
  color: #f9f7ff;
  font-size: .9rem;
  font-weight:600;
  text-transform: uppercase;
}
h3 {
  font-size: .75rem;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url() no-repeat;
  background-size: cover;
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  /* animation: zoomEffect 30s infinite alternate; */
  object-fit: cover;
  /* Ensures the video covers the background */
}

@keyframes zoomEffect {
  from {
    transform: translateY(-20%) scale(1.5);
    /* Start from the bottom */
  }

  to {
    transform: translateY(1%) scale(1);
    /* Move to the top while scaling */
  }
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  /* Ensures at least full viewport height */
}

html .main,
body .main {
  width: 100%;
  height: auto;
  /* Allows height to adjust with content */
  margin: 0;
}



html .main,
body .main {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  background-size: 100%;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.5);
}

html .main #content,
body .main #content {
  width: 100%;
  max-width: 100vw;
  margin: auto;
  min-height: 24px;
  height: 100%;
  text-align: center;
  top: 33%;
  z-index: 9999;
}

#contentContainer {
  width: 100%;
  max-height: 100%;
}

html .main #content .title,
body .main #content .title {
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

html .main #content .title span,
body .main #content .title span {
  font-size: 2.5rem;
}

#title:hover {
  color: white;
}

html .main #content .title:hover,
body .main #content .title:hover {
  -webkit-animation: MISSION-HOVER 1.5s infinite;
  animation: MISSION-HOVER 1.5s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@keyframes MISSION-HOVER {

  0%,
  100% {
    font-size: 4rem;
    color: white;
  }

  50% {
    color: #bffcff;
    letter-spacing: 5px;
    text-shadow: 0px 0px 30px #bffcff;
  }
}

@-webkit-keyframes MISSION-HOVER {

  0%,
  100% {
    font-size: 4rem;
    color: white;
  }

  50% {
    color: #bffcff;
    letter-spacing: 5px;
    text-shadow: 0px 0px 30px #bffcff;
  }
}

html .main #content p,
body .main #content p {
  color: #e6dbae;
  font-family: "Quicksand", sans-serif;
  font-size: .75rem;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}

html .main #content p:last-child,
body .main #content p:last-child {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 1em auto;
  padding: 0;
  letter-spacing: 0.1rem;
}

html .main #content p:last-child>a,
body .main #content p:last-child>a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-in;
}

html .main #content p:last-child>a:hover,
body .main #content p:last-child>a:hover {
  color: #fff;
}

html .main #content section,
body .main #content section {
  color: #fff;
  /* margin: 0 auto; */
  line-height: 24px;
  font-size: 1rem;
  font-weight: 700;
}

html .main #content section ul,
body .main #content section ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
}

html .main #content section ul li,
body .main #content section ul li {
  display: inline-block;
  margin-right: 2rem;
}

html .main #content section .timenumbers,
body .main #content section .timenumbers {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
  /* margin: 0 auto; */
  text-align: center;
}

html .main #content section p.timedescription,
body .main #content section p.timedescription {
  font-size: 0.5rem;
  font-variant: small-caps;
  line-height: 1.5rem;
  /* margin: 0 auto; */
  text-align: center;
  position: relative;
  top: 0px;
}

html .main #content p:last-child,
body .main #content p:last-child {
  padding-top: 5px 5px;
  font-size: 1rem;
}

#countdownSection {
  padding: 0px;
}
#countdownSection a {
  margin-left: -15px;
}

#countdownHeading {
  padding-bottom: 5px;
  color: white;
}

#sub-heading1 {
  margin-top: 40px;
  color: white;
}

#contentBodyCountdownDate {
  color: white !important;
  max-width: 370px;
  /* font-weight: 400 !important; */
}

#sub-heading2 {
  margin-bottom: 0px;
}

#contentBodyCountdownDate,
#contentBodyTimezone {
  margin-top: 15px;
  font-size: 1px;
  width: 40vw;
}

/* FOOTER */
#footerContainer {
  margin-top: 18px;
}

#icons {
  max-width: 500px;
}
#icons td {
  display: inline-block;
}


/* RESPONSIVE 
 ______________________________________________________________*/
@media only screen and (max-width: 872px) {
  #contentBodyCountdownDate,
  #contentBodyTimezone {
    width: 350px;
  }
}

@media (min-width: 768px) {
  body {
    overflow: visible;
  }
}

@media only screen and (max-width: 678px) {
  #contentBodyCountdownDate,
  #contentBodyTimezone {
    width: 400px;
  }
}

@media only screen and (max-width: 500px) {

  html .main #content p:last-child,
  body .main #content p:last-child {
    font-size: 3vw;
  }

  /* FOOTER */
  .foot-text {
    font-size: 2.2vw !important;
  }
}