@font-face {
  font-family: vcr;
  src: url('../font/vcr_mono.ttf');
}

@font-face {
  font-family: third-rail;
  src: url('../font/thirdrail.ttf');
}

:root {
  --loc-text-shadow: 2px -2px 0 rgb(102, 255, 255), 4px -4px 0 rgb(255, 0, 204),
    6px -6px 0 black;

  --sec-bg: linear-gradient(
      135deg,
      rgba(255, 216, 22, 0.8) 20%,
      45%,
      rgba(63, 0, 188, 0.8) 80%
    ),
    url('../images/noise.svg');

  --header-bg: linear-gradient(
      45deg,
      rgba(175, 0, 198, 0.75) 20%,
      55%,
      rgba(255, 219, 0, 0.6) 95%
    ),
    url('../images/noise.svg');
}

.fp-enabled body {
  background-color: rgb(17, 1, 51);
}

.section-hero {
  background: url('../images/bg-hero.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header-card {
  background: var(--header-bg);
  border: none;
  border-radius: 10px;
  margin-bottom: 3em;
}

.hero-info {
  position: absolute;
  font-size: 2em;
  bottom: 0;
  left: 0;

  text-transform: uppercase;

  padding: 0 0 0 20px;
  text-align: left;
}

.hero-right {
  position: absolute;
  font-size: 2em;
  bottom: 0;
  right: 0;

  text-transform: uppercase;
  padding-bottom: 2px !important;
}
.hero-links > small {
  color: #3295ff !important;
  padding-right: 1.5vw;
}

.hero-links {
  font-size: 1rem;
}

.apply-btn {
  position: absolute;
  font-family: 'PT Sans', sans-serif;
  word-wrap: break-word;
  text-align: center;
  text-transform: uppercase;

  padding: 1vw 0 0 2vw;

  top: 0;
  left: 0;
}

.apply-btn > a {
  color: transparent;
}

.apply-text {
  font-size: 4em;
}

.hero-text {
  font-family: 'vcr', Arial, Helvetica, sans-serif;
  color: white;
  padding-bottom: 20px;
}

/* div.apply-btn:hover {
  -webkit-box-shadow: 0px 0px 5px 10px rgb(255, 255, 255),
    0px 0px 5px 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 10px rgb(255, 255, 255),
    0px 0px 5px 10px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 10px rgb(255, 255, 255),
    0px 0px 5px 10px rgba(0, 0, 0, 0);

  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
} */

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}

h1 {
  font-size: 6em;
}

p {
  font-size: 2em;
}

.intro {
  transform: translate(0);
}

.intro p {
  width: 50%;
  margin: 0 auto;
  font-size: 1.5em;
}

.section-info {
  background-color: rgb(17, 1, 51);
}

.FAQ {
  padding-top: 5vh;
}

.FAQ-card-deck {
  padding-left: 120px;
  padding-right: 120px;
}

.FAQ-text {
  font-size: 1.1vw;
  color: white;
  padding: 10px 10px 0 10px;
}

.card-deck {
  margin-bottom: 40px;
  text-align: left;
}

.faq-image-container {
  position: absolute;
  max-width: 33vw;
  max-height: 100%;
  margin: 0 auto;
  top: 0;
}

.faq-header-img {
  width: 100%;
  height: 100%;
}

.faq-card {
  background-color: transparent;
  border-style: none;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.faq-card-img {
  transform: rotate(10deg);
}

.FAQ-card:after {
  content: '';
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgb(132, 13, 140), 0 6px 20px 0 rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.FAQ-card:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.FAQ-card:hover::after {
  opacity: 1;
}

.FAQ-card-title {
  font-family: third-rail;

  color: white;
  margin: 0 auto;
  padding: 35px 35px 0 35px;
}

.faq-title-diff-font {
  font-family: 'Permanent Marker', cursive;
  font-style: italic;
  font-weight: bolder;
}

@media only screen and (min-width: 300px) {
  .FAQ-card-title,
  .faq-title-diff-font {
    font-size: 2.5vw;
  }
  .FAQ-text {
    font-size: 2.2vw;
    padding: 10px 5px 0 5px;
  }

  #faq-1-text,
  #faq-2-text,
  #faq-3-text,
  #faq-4-text,
  #faq-5-text,
  #faq-6-text,
  #faq-7-text,
  #faq-8-text,
  #faq-9-text {
    padding-top: 5px;
  }
}

@media only screen and (min-width: 576px) {
  .FAQ-card-title,
  .faq-title-diff-font {
    font-size: 2.5vw;
  }
  .FAQ-text {
    font-size: 2vw;
    padding: 20px 15px 0 15px;
  }

  #faq-1-text,
  #faq-2-text,
  #faq-3-text,
  #faq-4-text,
  #faq-5-text,
  #faq-6-text,
  #faq-7-text,
  #faq-8-text,
  #faq-9-text {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .FAQ-card-title,
  .faq-title-diff-font {
    font-size: 1.3vw;
  }
  .FAQ-text {
    font-size: 1vw;
    padding: 5px 5px 0 5px;
  }

  #faq-1-text,
  #faq-2-text,
  #faq-3-text,
  #faq-4-text,
  #faq-5-text,
  #faq-6-text,
  #faq-7-text,
  #faq-8-text,
  #faq-9-text {
    padding-top: 5px;
  }
}

@media only screen and (min-width: 800px) {
  .FAQ-card-title,
  .faq-title-diff-font {
    font-size: 1.3vw;
  }
  .FAQ-text {
    font-size: 1.15vw;
    padding: 5px 5px 0 5px;
  }

  #faq-1-text {
    padding-top: 0px;
  }
  #faq-2-text,
  #faq-3-text,
  #faq-4-text,
  #faq-5-text,
  #faq-6-text,
  #faq-7-text,
  #faq-8-text,
  #faq-9-text {
    padding-top: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .FAQ-card-title,
  .faq-title-diff-font {
    font-size: 1.3vw;
  }
  .FAQ-text {
    font-size: 1vw;
    padding: 10px 10px 0 10px;
  }

  #faq-1-text {
    padding-top: 5px;
  }
  #faq-2-text,
  #faq-3-text,
  #faq-4-text,
  #faq-5-text,
  #faq-6-text,
  #faq-7-text,
  #faq-8-text,
  #faq-9-text {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .FAQ-card-title,
  .faq-title-diff-font {
    font-size: 1.3vw;
  }
  .FAQ-text {
    font-size: 1.15vw;
    padding: 12px 12px 0 12px;
  }

  #faq-1-text {
    padding-top: 40px;
  }
  #faq-2-text,
  #faq-3-text,
  #faq-4-text,
  #faq-5-text,
  #faq-6-text {
    padding-top: 40px;
  }

  #faq-7-text,
  #faq-8-text,
  #faq-9-text {
    padding-top: 50px;
  }
}
