html {
  scroll-behavior: smooth;
}

body {
  overflow: hidden !important;
  height: auto;
  width: 100vw !important;
  background: #000;
  background-image: url(../images/bg4.jpg);
  background-size: cover;
  background-attachment: fixed;
  font-family: "Montserrat", sans-serif;
}

nav, .navbar {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 70px !important;
}

.brand {
  width: 620px;
  height: 75px;
  position: fixed;
  top: 250px;
  padding: 25px;
  right: -100px;
  color: #FFC72C;
  z-index: 100;
  font-size: 2.8rem;
  padding-top: 23px;
}

.brand a,
.brand a:link,
.brand a:hover,
.brand a:active,
.brand a:visited {
  text-decoration: none;
  color: #FFC72C;
  cursor: default;
}

.parallax-container {
  position: relative;
  width: auto;
  max-width: 100vw !important;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  perspective: 8px;
  display: flex;
  z-index: 1;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand {
  width: 500px;
  height: 75px;
  position: fixed;
  top: 100px;
  padding: 25px;
  right: -100px;
  color: #FFC72C;
  z-index: 100;
  font-size: 2.4rem;
  padding-top: 23px;
  text-shadow: 0.25px 0.25px #333, -0.25px -0.25px #333, 0.25px -0.25px #333, -0.25px 0.25px #333;
}
.brand img {
  display: inline;
  width: 60px;
}

.section-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
}

.section {
  position: absolute;
  top: 0;
  display: block;
  margin: 0 auto 200px auto;
  background: radial-gradient(circle, #e1e1ff 10%, rgba(125, 125, 155, 0.4) 26.7%, rgba(125, 125, 155, 0) 57%, rgba(50, 50, 50, 0) 0%);
  clip-path: circle(200px at center);
  height: 100vh;
  width: 100vw;
  border-radius: 50px;
  color: #333;
  padding: 150px 50px 0 50px;
  text-align: center;
  font-size: 1.3rem;
  opacity: 0;
}
.section p {
  margin: 10px;
  font-weight: 100;
  font-style: italic;
  z-index: 11;
  position: relative;
  top: 24%;
}
.section h1 {
  font-size: 2rem;
  color: #333;
  text-align: center;
  width: 35%;
  margin: auto;
  position: relative;
  top: 25%;
}

.showing {
  transition: 7s;
  opacity: 1 !important;
  z-index: 10;
}

.fade {
  transition: 2s;
  opacity: 0;
  z-index: 1;
}

/* Turn off parallax scrolling for all tablets and phones */
@media only screen and (max-device-width: 768px) {
  body {
    font-size: 12px !important;
  }
  .parallax {
    background-attachment: scroll;
  }
  .section h1 {
    font-size: 1.1rem;
    color: #333;
    text-align: center;
    width: 45%;
    margin: auto;
    position: relative;
    top: 32%;
  }
  .section p {
    font-size: 0.9rem;
    margin: 10px;
    font-weight: 100;
    font-style: italic;
    z-index: 11;
    position: relative;
    top: 31%;
  }
  .brand {
    width: 500px;
    height: 75px;
    position: fixed;
    top: 100px;
    padding: 25px;
    right: -150px;
    color: #ffc72c;
    z-index: 100;
    font-size: 1.8rem !important;
  }
  .navbar-brand {
    color: #ffc72c !important;
    margin-top: 10px;
    font-size: 1rem;
    height: 40px !important;
    padding-top: 0px;
  }
  .navbar-toggler {
    height: 23px;
    position: relative;
    top: -10px;
    outline: none;
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler-icon {
    height: 25px;
    width: 25px;
    position: relative;
    top: -4px;
  }
}
@media only screen and (max-device-width: 575px) {
  .parallax {
    background-attachment: scroll;
  }
  .section h1 {
    font-size: 1.1rem;
    color: #333;
    text-align: center;
    width: 45%;
    margin: auto;
    position: relative;
    top: 32%;
  }
  .section p {
    font-size: 0.9rem;
    margin: 10px;
    font-weight: 100;
    font-style: italic;
    z-index: 11;
    position: relative;
    top: 31%;
  }
  .brand {
    width: 500px;
    height: 75px;
    position: fixed;
    top: 100px;
    padding: 25px;
    right: -150px;
    color: #ffc72c;
    z-index: 100;
    font-size: 1.8rem !important;
  }
  .navbar-brand {
    color: #ffc72c !important;
    margin-top: -3px;
    font-size: 1rem;
    height: 40px !important;
    padding-top: 0px;
  }
  .navbar-toggler {
    height: 23px;
    position: relative;
    top: -10px;
    outline: none;
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler-icon {
    height: 25px;
    width: 25px;
    position: relative;
    top: -4px;
  }
}
/* Turn off parallax scrolling for all tablets and phones */
@media only screen and (max-device-width: 350px) {
  .parallax {
    background-attachment: scroll;
  }
  .section h1 {
    font-size: 0.9rem;
    color: #333;
    text-align: center;
    width: 45%;
    margin: auto;
    position: relative;
    top: 25%;
  }
  .section p {
    font-size: 0.7rem;
    margin: 10px;
    font-weight: 100;
    font-style: italic;
    z-index: 11;
    position: relative;
    top: 22%;
  }
  .brand {
    width: 500px;
    height: 75px;
    position: fixed;
    top: 100px;
    padding: 25px;
    right: -230px;
    color: #ffc72c;
    z-index: 100;
    font-size: 1.2rem !important;
  }
  .navbar-brand {
    color: #ffc72c !important;
    margin-top: -5px;
    font-size: 1rem;
    height: 40px !important;
    padding-top: 0px;
  }
  .navbar-toggler {
    height: 23px;
    position: relative;
    top: -10px;
    outline: none;
    border: none;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler-icon {
    height: 25px;
    width: 25px;
    position: relative;
    top: -4px;
  }
}

/*# sourceMappingURL=parallax.css.map */
