@font-face {
  font-family: BerlinSans;
  src: url('/assets/futura-regular.ttf');
}

@font-face {
  font-family: CrazySixties;
  src: url('/assets/futura-bold.ttf');
}

.menu-link {
  font-family: BerlinSans;
  font-weight: bold;
  font-size: 40pt;
  color: white;
}

.options-box {
  display: flex;
  justify-content: center;
  margin-top: 50px !important;
}

.menu-link-menu {
  font-size: 20px;
}

.link-home-menu:hover {
  color: gray;
}

.options-box {
  color: white;
  margin-top: 24px;
}

.options-box td, .options-box th {
  font-family: BerlinSans;
  border: 5px solid white;
  padding: 8px;
  border-radius: 5px;
}

.options-box h6 {
  font-size: 25pt;
  padding: 12px;
}

.options-box h6 {
  margin-top : 24px;
  margin-bottom : 24px;
}

.options-box th {
  background: #ffffff44;
}

.options-box th h6 {
  font-weight: 700;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body {
  background: black;
}

a {
  text-decoration: none;
  color: white;
}

#information-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 800px) {
  #information-box {
    justify-content: center;
  }
}

@media screen and (min-width: 800px) {
  #information-box p {
    width: 40vw;
  }
}

#background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

p {
  color: white;
  line-height: 1.8rem;
  font-size: 1.4rem;
  margin: 10px;
}

@media screen and (max-width: 800px) {
  p {
    font-size: 1.3rem;
    line-height: 1.4rem;
    text-align: center;
  }
  .gallery-photo {
    width: 80vw !important;
  }
  #information-box {
    margin-left: 28px;
  }
  .margin-mobile {
    margin-left: 28px;
  }
  #contact-flex label {
    margin-left: 16px;
  }
  #contact-flex {
    margin-left: 16px;
  }
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.bg-video video {
  height: 100%;
  width: 177.77777778vh; 
  min-width: 100%;
  min-height: 56.25vw; 
}

@media screen and (max-width: 800px) {
  .bg-video video {
    position: relative;
    left: -380px;
  }
}

#logo {
  margin: 30vh;
  width: 70%;
  background-blend-mode: multiply;
  padding: 20px;
}
@media screen and (min-width: 800px) {
  #logo {
    width: 90%;
  }
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.gallery-photo {
  width: 95vw;
  height: 95vw;
  margin: 5px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  outline: 0;
  border: 0;
}

@media screen and (min-width: 800px) {
  .gallery-photo {
    width: 500px;
    height: 500px;
    margin: 10px;
    padding-top: 25px;
  }
}

p {
  text-align: left !important;
}

#desktop-menu {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  top: 0;
  z-index: 10000;
  background: black;
}

#desktop-menu h1 {
  font-size: 1.5rem;
  margin: 24px;
  opacity: 0;
  animation: fade-in;
  animation-fill-mode: forwards;
  animation-duration: 5s;
}

#desktop-menu h1:hover {
  cursor: pointer;
}

@media screen and (min-width: 800px) {
  #desktop-menu {
    display: flex;
  }
  #logo {
    display: block;
  }
  #information-header-mobile {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #logo-mobile {
    display: block;
  }
  h2 {
    max-width: unset !important;
    font-size: 1.3rem !important;
    line-height: 1.7rem !important;
  }

  #tagline {
    margin-top: 15vh;
  }

  #information-header-desktop {
    display: none;
  }
  .gallery-photo {
    margin-bottom: 24px;
  }
}

.gallery-photo img {
  width: 100%;
}

#mobile-menu {
  display: none;
}

#mobile-icon {
  display: none;
}

@media screen and (max-width: 800px) {
  #mobile-icon {
    display: block;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1000000;
  }

  #mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    z-index: 10000;
    overflow: hidden;
    background: black;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #mobile-menu h1 {
    margin: 20px;
    font-size: 20px;
  }

  .info-link {
    margin-top: 15vh !important;
  }
}

#information-box {
  margin-top: 0;
}

.black-overlay {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 115vw;
  height: 115vh;
  pointer-events: none;
}

body { 
  user-select: none;
}

section {
  margin-top: 15vh;
}

#contact-section {
  margin-bottom: 30vh;
}

h1 {
  font-family: CrazySixties;
  font-size: 3rem;
  color: white;
  text-align: center;
}

#signup-section {
  border-right: 2px solid white;
  padding-right: 20px;
}

#signup-section p span span {
  color: #327b53;
  display: block;
  font-size: 0.8rem;
}

#signup-section p {
  margin-top: 30px;
}

.container {
  z-index: 1;
  position: relative;
}

.subtitle {
  position: relative;
  top: -12vh;
  font-style: italic;
  text-align: center !important;
}

@media screen and (max-width: 800px) {
  .subtitle {
    top: -20vh;
  }
}

.contact-p {
  font-style: italic;
  width: 50vw;
  margin: 28px auto;
}

#signup-section button {
  font-family: CrazySixties;
  font-size: 2rem;
  padding: 6px;
  padding-top: 9px;
  color: white;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  background: transparent;
}

#contact-flex {
  display: flex;
  justify-content: center;
}

#concept-box {
  max-width: 60%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #concept-box {
    max-width: 90%;
  }
  .contact-p {
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  #contact-flex {
    display: block;
    justify-content: center;
  }
  #contact-flex form {
    margin-bottom: 50px;
    width: 100%;
  }
  #contact-section {
    width: 100%;
  }
  #signup-section {
    border-right: unset;
  }
  #logo {
    width: 90vw;
    margin-top: 40vh;
  }
}

@media screen and (min-width: 800px) {
  #signup-section label {
    display: flex;
    justify-content: space-between;
  }
  #signup-section input,
  textarea {
    width: 30vw !important;
  }

  #signup-section span {
    width: 35vw;
  }
}

#signup-section input,
textarea {
  display: block;
  margin: 15px;
  background: transparent;
  width: calc(100% - 45px);
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px;
  color: white;
  font-family: BerlinSans;
}

@media screen and (min-width: 800px) {
  #signup-section {
    max-width: min(55%, 500px);
    margin-right: 30px;
  }

  #signup-section input,
  textarea {
    margin-top: 0;
  }
}

#tagline {
  opacity: 0;
  animation: 5s fade-in;
  animation-fill-mode: forwards;
}

#photo-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

h2 {
  font-family: CrazySixties;
  font-size: 1.8rem;
  font-weight: 100;
  color: white;
  max-width: 45%;
  line-height: 3rem;
  text-align: center;
}

p {
  font-family: BerlinSans;
  color: rgba(240,240,240,0.9);
  line-height: 1.7rem;
  letter-spacing: 0.02rem;
}

@media screen and (min-width: 800px) {
  #photo-section {
    margin-top: 37vh;
  }
}

@media screen and (max-width: 800px) {
  .mobile-captcha {
    margin: 10px;
  }
}

@media screen and (min-width: 800px) {
  .first_photo {
    transform: scale(0.65);
  }
}

@media screen and (max-width: 800px) {
  .first_photo {
    margin-left: 6vw;
  }
}
