@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKcPg.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18E.ttf) format('truetype');
}
::selection {
  color: #000;
  background: #f0c761;
}
::-moz-selection {
  color: #000;
  background: #f0c761;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo 2', sans-serif;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 2.8em;
}
body {
  font-family: 'Quicksand', sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:visited {
  color: inherit;
}
a:focus {
  color: black !important;
}
header {
  padding: 20px;
  transition: all 0.3s ease-in-out;
  border-bottom: none;
  background: transparent;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  header {
    position: fixed !important;
    width: 100%;
  }
}
header nav {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 40px;
}
header nav #nav-wrapper {
  max-height: 60px;
}
header a {
  color: black;
}
header a:active {
  color: black;
}
header a:focus {
  color: black;
}
header a:visited {
  color: black;
}
header a:hover {
  color: black;
}
header .nav-link {
  color: black;
}
header .nav-link:hover {
  color: black !important;
}
header .active {
  background-color: #fff;
  border: solid 1px #5d351d;
  color: #000 !important;
}
header .active:hover {
  color: black !important;
}
header #logo {
  width: 60px;
  border-radius: 50px;
}
header #logo-text {
  color: black;
  font-size: 25px;
  font-family: 'Exo 2', sans-serif;
  margin: auto;
  padding-left: 25px;
  min-width: 400px;
}
@media screen and (max-width: 1200px) {
  header #logo-text {
    width: 250px;
  }
}
@media screen and (max-width: 992px) {
  header #logo-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  header #logo-text {
    font-size: 15px;
    width: 150px;
  }
}
header .navbar-toggler {
  position: fixed;
  top: 24px;
  right: 25px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
}
header #navbarNav ul {
  width: 100%;
}
main {
  min-height: 100vh;
  background: #fff;
  position: relative;
  top: -115px;
}
main #separator-1 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator1.webp');
}
main #separator-2 {
  min-height: 20vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-image: url('../images/separator2.webp');
}
main #intro {
  min-height: 100vh;
  padding: 0;
  background-color: #feffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url('../images/intro.webp');
}
main #intro h1,
main #intro h2 {
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
}
main #intro .content {
  padding-top: 180px  !important;
  padding-bottom: 120px !important;
  backdrop-filter: blur(6px);
  min-height: 100vh;
  width: 100%;
}
main #description ul {
  border-left: solid 1px #73716c;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}
main #contact {
  min-height: 100vh;
  background: linear-gradient(to bottom, #f4f1ec 70%, #fff 100%);
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 300px;
  font-size: 1.3em;
}
@media screen and (max-width: 500px) {
  main #contact {
    padding-left: 5%;
    padding-right: 5%;
  }
}
main .section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  main .section .second {
    order: 2;
  }
}
main .section .feature p {
  margin: 40px 0;
  font-size: 1.3em;
}
footer {
  font-size: 10px;
}
footer #support {
  color: var(--bs-secondary-color) !important;
}
footer #support a {
  color: var(--bs-secondary-color) !important;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */