body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background-image: url(/img/gradient_background.png);
  background-size: cover;
  background-position: center;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
}

.navbar-brand img {
  max-height: 6vh;
}

.hero-section {
  height: 96vh;
  max-width: 1200px;
  margin: 6vh auto 0 auto;
  padding: 0 20px;
  display: flex;
}

.hero-section .btn-light {
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 40px;
}

.hero-section .btn-light:hover {
  background-color: black;
  color: white;
}

.hero-section .btn-light:active,
.hero-section .btn-light.active {
  background-color: black !important;
  border-color: black !important;
  box-shadow: none !important;
  color: white;
}

.hero-section .btn-light:focus {
  outline: none !important;
  box-shadow: none !important;
}

.custom-modal-dialog {
  max-width: 660px !important;
  height: 90dvh !important;
  margin: auto;
}

.custom-modal-dialog .modal-content {
  height: 100%;
}

.modal-body {
  padding: 0;
}

.google-form-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.about-section {
  max-width: 1200px;
  margin: 0 auto 4em auto;
  padding: 0 20px;
  display: flex;
}

@media (max-width: 768px) {
  body {
    background-image: url(/img/mobile_gradient_background_final.png);
    background-size: cover;
    background-position: center;
  }

  .about-section {
    flex-direction: column;
    margin: 2em;
  }

  .about-section img {
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  body {
    background-image: url(/img/mobile_gradient_background_final.png);
    background-size: cover;
    background-position: center;
  }

  .about-section {
    flex-direction: row;
    margin: 2em;
  }
}