@font-face {
  font-family: "Allura";
  src: url("../fonts/Allura-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans MT - Bold";
  src: url("../fonts/gilb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans MT - Bold Italics";
  src: url("../fonts/gilbi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans MT - Regular";
  src: url("../fonts/gil.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tangerine-Bold";
  src: url("../fonts/Tangerine-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tangerine-Regular";
  src: url("../fonts/Tangerine-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

a.faq {
  text-decoration: none;
  color: blue;
  font-size: 1.25rem;
  /* border: 1px solid royalblue; */
  /* flex: shrink; */
}
.arrow-up-conatiner {
  /* background-color: rgba(); */
}
.bi-arrow-bar-up {
  font-size: 1.5rem;
  text-align: center;
  border-radius: 50% 50%;
  position: absolute;
  cursor: pointer;
  top: 0%;
  left: 100%;
  height: 40px;
  width: 40px;
  color: var(--cream);
  /* border: 1px solid green; */
  background-color: rgb(0, 0, 0, 0.15);
}
div.faq-container {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
a.faq:hover {
  text-decoration: underline;
}
.bg-wtp {
  height: calc(100vh - 72px);
  background-image: url("../img/we_the_people.jpg");
  /* background-color: red; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cookie-consent-slide-in {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: bottom 0.5s ease;
}

.cookie-consent-visible {
  bottom: 0;
}
.cta-btn {
  width: 90%;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}
.cursor-pointer {
  cursor: pointer;
}
.fade-out {
  animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
header {
  /* min-height: 200px !important; */
  /* height: 144px !important; */
}
.hero-margin-top {
  padding-top: 1.25rem;
}
.hero-video {
  width: 90vw;
}
.gil {
  font-family: "Gill Sans MT - Regular";
  font-weight: normal;
}
.gilb {
  color: var(--dusk);
  font-weight: bold;
  font-family: "Gill Sans MT - Bold" !important;
  font-size: 24pt;
}
.gilbi {
  font-family: "Gill Sans MT - Bold Italics";
  color: var(--dusk);
  font-size: 24pt;
}
.fw-500 {
  font-weight: 500;
}
.fs-14 {
  font-size: 14pt;
}
.fs-16 {
  font-size: 16pt;
}
.fs-18 {
  font-size: 18pt;
}
.fs-20 {
  font-size: 20pt;
}
.fs-22 {
  font-size: 22pt;
}
.fs-24 {
  font-size: 24pt;
}
.hero-text {
  font-family: "Tangerine-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12vw;
  /* border: 1px solid red; */
}
.hero-video-container {
  /* border: 1px solid lime; */
}
.nav-link {
  color: var(--cream);
}
.nav-link.active {
  font-weight: bold;
  color: var(--cream) !important;
}
.nav-link:hover {
  text-decoration: underline;
}
.h-full {
  height: calc(100vh - 80px);
}
.bg-light-75 {
  background-color: rgba(248, 249, 250, 0.8);
}
.scrollBtn {
  font-size: 12pt;
  margin-left: 0rem;
  font-weight: normal;
  cursor: pointer;
  /* display: none; Do we really need a Back to Top button when the page is so short? */
}
.snbiMission {
  font-size: 7vw;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  font-size: 18pt;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid var(--dusk);
}
.twoA {
  font-family: "Tangerine-Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10vw;
}
@media only screen and (min-width: 768px) {
  .cta-btn {
    width: 25%;
    margin-top: 1.25rem;
    /* padding-top: 0px; */
    /* padding-bottom: 0px; */
    padding: 0px;
  }
  .hero-margin-top {
    padding-top: 1.25rem;
  }
  .hero-video {
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar {
    height: 72px;
  }
  .navbar-nav {
    min-width: 75%;
    border: 0px solid lime;
    justify-content: space-evenly;
  }
  .scrollBtn {
    display: none;
  }
  .snbiMission {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18pt;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .twoA {
    width: 100%;
    font-family: "Tangerine-Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 5vw;
    /* border: 1px solid lime; */
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-75 {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .hero-margin-top {
    padding-top: 5rem !important;
  }
  .hero-text {
    font-size: 5vw;
  }
  .twoA {
    font-size: 4vw;
    /* font-size: 4vw; */
  }
}
@media only screen and (min-width: 1200px) {
  .bg-wtp {
    height: calc(100vh - 72px);
    background-image: url("../img/we_the_people_lg.jpg");
    /* background-color: red; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
