@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;600&display=swap");
body {
  background-color: #000000;
  font-family: 'Montserrat', sans-serif;
}

img,
video {
  max-width: 100%;
}

.navbar-brand img {
  height: 90px;
}

.main-video {
  max-height: 500px;
}

@media screen and (max-width: 1400px) {
  .main-video {
    height: 325px;
  }
}

@media screen and (max-width: 767px) {
  .main-video {
    height: 32vh;
  }
}

.upgrading-text {
  line-height: 1;
}

@media (min-width: 1400px) {
  .pt-large {
    padding-top: 2rem;
  }
  .pb-large {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-brand img {
    height: 70px;
  }
  .nav-text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 100vw;
  }
}

.landscape-notice {
  display: none;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .landscape-notice {
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .landscape-notice img {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=main.css.map */