html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
}

.hero {
  background-color: black;
}

.hero-video {
  opacity: 0.7;
  min-height: 100vh;
}

.hero-body {
  padding: 0 !important;
  align-items: stretch !important;
}

.o-hero-content {
  font-family: 'Secular One', sans-serif;
  text-align: left;
  color: white;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 1em 2em 1em;
}

.o-hero-text {
  flex: 0;
}

.o-hero-content span {
  background-color:#7572f4;
  line-height: 4rem;
  padding: 3px 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.o-hero-content span a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

span.name {
  font-size: 1.5rem;
}

span.intro {
  font-size: 1.4rem;
}

.announcement span {
  font-size: 1rem;
  line-height: 1rem;
  background-color: black;
}

.announcement {
  padding-top: 1rem;
  text-align: center;
  font-style: italic;
  animation: fadein 1.5s 200ms ease backwards;
}

/*
  Desktop
*/
@media (min-width: 1367px) {
  .o-hero-content {
    padding: 0 180px 10px 180px;
  }

  .o-hero-content span {
    line-height: 4rem;
  }

  span.name {
    font-size: 2rem;
  }
  
  span.intro {
    font-size: 1.6rem;
  }
}

/*
  iPad Pro portrait
*/
@media screen and (min-width: 768x) and (max-width: 1025px) and (min-height: 1025px) {
  .o-hero-content {
    padding: 0 50px 0 50px;
  }

  .o-hero-content span {
    line-height: 7rem;
  }

  span.name {
    font-size: 3rem;
  }
  
  span.intro {
    font-size: 2.8rem;
  }
}

/*
  iPad Pro landscape
*/
@media screen and (min-width: 1025px) and (max-width: 1366px) and (max-height: 1024px) and (orientation: landscape) {
  .o-hero-content {
    padding: 0 150px 0 150px;
  }

  .o-hero-content span {
    line-height: 4.3rem;
  }

  span.name {
    font-size: 1.8rem;
  }
  
  span.intro {
    font-size: 1.5rem;
  }
}

/* 
  iPads portrait
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .o-hero-content {
    padding: 0 100px 0 100px;
  }

  .o-hero-content span {
    line-height: 4rem;
  }

  span.name {
    font-size: 1.8rem;
  }
  
  span.intro {
    font-size: 1.4rem;
  }
}

/* 
  iPads landscape
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .o-hero-content {
    padding: 0 200px 0 200px;
  }

  .o-hero-content span {
    line-height: 4rem;
  }

  span.name {
    font-size: 1.8rem;
  }
  
  span.intro {
    font-size: 1.4rem;
  }
}

.secondary-section {
  color: #484848;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 3rem;
}

@media screen and (max-width: 900px) {
  .secondary-section {
    padding: 0 1.25rem 3rem 1.25rem;
  }
}

.secondary-section h2 {
  text-align: center;
  font-size: 30px;
  font-family: 'Permanent Marker', cursive;
  margin-top: 50px;
  margin-bottom: 50px; 
}

.secondary-section h3 {
  font-family: 'Permanent Marker', cursive;
  font-size: 40px;
  margin-bottom: 10px;
}

.secondary-section ol {
  margin-left: 1em;
  padding-bottom: 1em;
  padding-top: 0.5em;
  font-size: 0.9em;
  list-style-position: inside;
}

.how-section > .columns:not(:last-child) {
  margin-bottom: 2rem !important;
}

.how-section ul {
  font-size: 16px;
}

.disclaimer-text {
  font-size: 12px;
 }

.youtube-video-section {
  padding-bottom: 50px;
  text-align: center;
}

.youtube-video-section iframe {
  width: 600px;
  height: 300px;
}

.o-hero-youtube-video iframe {
  width: 100%;
  height: 100%;
}

/*
  Phones portrait
*/
@media screen and (max-width: 480px) and (orientation: portrait) {
  .o-is-hidden-phones {
    display: none !important;
  }
}

/*
  Phones landscape
*/
@media screen and (max-width: 900px) and (max-height: 480px) and (orientation: landscape) {
  .o-is-hidden-phones {
    display: none !important;
  }
}

/*
  Portrait
*/
@media screen and (min-width: 481px) and (orientation: portrait) {
  .o-is-display-phones-only {
    display: none !important;
  }
}

/*
  Landscape
*/
@media screen and (min-width: 900px) and (orientation: landscape) {
  .o-is-display-phones-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hero-video {
    display: initial !important;
  }
}

.hero-video video {
  max-width: none;
  max-height: none;
}

.apply-button {
  background-color:#7572f4 !important;
  border-color: transparent !important;
  color: white !important;
}

.bottom-cta {
  text-align: center;
}

.navbar-burger {
  color: #fff !important;
}

@media screen and (min-width: 1024px) {
  .o-navburger {
    display: none;
  }
}

.navbar-burger span {
  height: 3px !important;
}

.nav-fullscreen .navbar-burger {
  position: absolute;
  top: 0;
  right: 0;
}

.nav-fullscreen {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  text-align: center;
  background-color: transparent;
  z-index: 99;
  transition: background 500ms ease;
  display: none;
  overflow: hidden;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.nav-fullscreen.is-active {
  display: flex;
  background-color: black;
}

.nav-fullscreen li {
  font-size: 1.5rem;
}

.nav-fullscreen li:not(:last-child) {
  padding-bottom: 2rem;
}

.nav-fullscreen-link {
  color: white;
  font-weight: 500;
}

.nav-fullscreen-dismiss {
  font-weight: 300;
  font-size: 1.2rem;
}

.main-wrap.is-not-active {
  overflow: auto;
  height: 100vh;
}

.basic-wrap {
  background-color: black;
}

.main-bg-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-color: black;
  animation: zoom-out 1s ease;
  z-index: 2;
}

@keyframes zoom-out {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.0);
  }
}

.main-bg-header::before {
  content: '';
  position: absolute;
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.65)
    ),
    linear-gradient(to bottom, transparent 0%, transparent 40%, black 100%);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100vh;
  z-index: 2;
}

.navbar.is-transparent {
  background-color: transparent;
}

.main-content {
  z-index: 3;
  position: relative;
}

section.basic-section {
  color: white;
  padding: 0 1rem 0 1rem;
}

section.basic-section h2 {
  font-size: 2rem;
  padding-bottom: 2rem;
  font-family: 'Permanent Marker', cursive;
}

section.basic-section h3 {
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
}

section.basic-section strong {
  color: white;
}

section.story-section {
  padding: 0 1rem 0 1rem;
}

.story-photos {
  padding-top: 2.5rem;
}

.story-photos img {
  padding-bottom: 1rem;
}

/*
  Desktop
*/
@media (min-width: 1367px) {
  section.story-section {
    padding: 0 25rem 0 25rem;
  }
}

section.apply-section {
}

/*
  Desktop
*/
@media (min-width: 1367px) {
  section.apply-section {
    padding: 0 20rem 0 20rem;
  }
}

section.apply-section section.schedule ul li:not(:last-child) {
  padding-bottom: 1.5rem;
}

.apply-button-container {
  padding-top: 2rem;
}

table.schedule th {
  color: white;
}

table.schedule th.spots {
  text-align: right;
}

table.schedule td.spots {
  text-align: left;
}

p.schedule-note {
  font-size: 0.8rem;
  padding-top: 1rem;
}

section.faqs-section {
}

/*
  Desktop
*/
@media (min-width: 1367px) {
  section.faqs-section {
    padding: 0 20rem 0 20rem;
  }
}

section.faqs-section details {
  cursor: pointer;
}

section.faqs-section summary {
  outline: none;
}

section.faqs-section ul li {
  padding-bottom: 1rem;
}

section.faqs-section span.question {
  font-weight: bold;
}

section.faqs-section p.answer {

}

.global-footer {
  padding: 3rem 1.5rem 6rem;
  text-align: center;
  z-index: 10;
  position: relative;
  color: #828282;
}

.footer-black {
  background-color: transparent;
}

footer h2 {
  font-weight: bold;
  padding-bottom: 0.5rem;
}

footer ul {
  columns: 3;
}

footer ul a {
  color: #828282;
  font-weight: 400;
}

footer li {
  margin-bottom: 0.3rem;
}

#footer_links {
  padding-bottom: 1rem;
}