body {
  font-family: "Varela Round";
}

#mainNav {
  min-height: 56px;
  background-color: rgba(28, 28, 28, 0.8);
  backdrop-filter: blur(2px) grayscale(0.4);
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #15422e;
  border: 1px solid #15422e;
}
#mainNav .navbar-toggler:focus {
  outline: none;
}
#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: 0.9rem 0;
}
#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    backdrop-filter: none;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.5rem;
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: rgba(28, 28, 28, 0.8);
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: white;
  }
  #mainNav.navbar-shrink .nav-link {
    color: white;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #15422e;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #15422e;
    outline: none;
    border-bottom: 0.25rem solid #15422e;
  }
}
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("../../imgs/home/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.masthead h1 {
  font-family: "Qwigley", cursive;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.masthead h2 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6rem;
    padding: 50px;
  }
  .masthead h2 {
    font-size: 1.5rem;
  }
}
.btn.lw-special-btn {
  font-family: "Qwigley", cursive;
  font-size: 4em;
  text-transform: none;
  padding: 10px 40px 0 40px;
  backdrop-filter: blur(2px) grayscale(0.4);
  background-color: #15422e;
  letter-spacing: 0.25rem;
}
@media (max-width: 768px) {
  .btn.lw-special-btn {
    font-size: 2em;
    padding: 10px 40px 10px 40px;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: "Varela Round";
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.premium-section {
  padding-top: 10rem;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.2) 75%, rgba(22, 22, 22, 0.8) 100%);
}
.premium-section p {
  margin-bottom: 5rem;
}

.features-section {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .features-section {
    padding: 5rem 0;
  }
}
.features-section .featured-text {
  padding: 2rem;
}
.features-section .feature-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .features-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #15422e;
  }
}
@media (min-width: 992px) {
  .features-section .feature-text {
    padding: 5rem;
  }
  .features-section .feature-text hr {
    border-color: #15422e;
    border-width: 0.25rem;
    width: 30%;
  }
}
.lw-search-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../../imgs/home/people-2561578_1920.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.lw-search-section input,
.lw-search-section select {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: "Varela Round";
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}
.lw-search-section .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.card.lw-transparent-card {
  background-color: rgba(0, 0, 0, 0.6);
  border: 0;
  backdrop-filter: blur(3px) grayscale(0.4);
  padding-top: 16px;
}

.lw-feature-items {
  line-height: 2em;
}

.contact-section {
  padding: 5rem 0 0;
}
@media (max-width: 768px) {
  .contact-section {
    padding: 0;
  }
}
.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #15422e;
}
.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: "Varela Round";
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.contact-section .card hr {
  border-color: #15422e;
  border-width: 0.25rem;
  width: 3rem;
}
.contact-section .social {
  margin-top: 5rem;
}
.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  line-height: 3rem;
}
footer {
  padding: 5rem 0;
}

.lw-logo-img {
  height: 80px;
  max-width: 60vw;
}

@media (max-width: 768px) {
  .input-group > .form-control,
  .input-group > .custom-select,
  input.form-control,
  select.form-control {
    width: 100%;
  }
  .lw-search-section .input-group {
    display: block;
  }
  .lw-search-section .input-group > .form-control,
  .lw-search-section .input-group > .form-control-plaintext,
  .lw-search-section .input-group > .custom-select,
  .lw-search-section .input-group > .custom-file {
    color: #000000;
    margin-bottom: 6px;
    border-radius: 6px !important;
  }
  .lw-search-section .btn {
    width: 100%;
    margin-bottom: 6px;
    border-radius: 6px !important;
  }
}
.lw-premium-badge.lw-on-cover-image, .lw-on-cover-image.lw-premium-feature-badge, .lw-on-cover-image.lw-has-premium-badge::after {
  width: 100px;
  position: absolute;
  z-index: 1;
  left: 24px;
  background-position: top left;
  top: -24px;
  height: 60px;
}
.lw-premium-badge, .lw-premium-feature-badge, .lw-has-premium-badge::after {
  width: 100%;
  display: inline-block;
  background: url(./../../imgs/premium-badge.svg) no-repeat center center;
  height: 100px;
  /* width: 100px; */
  margin-top: 26px;
}

.lw-has-premium-badge::after {
  content: "";
  position: absolute;
  height: 24px;
  top: -18px;
  right: -10px;
}

.lw-premium-feature-badge {
  position: absolute;
  height: 24px;
  width: 24px;
  margin-top: 0px;
  margin-left: 2px;
}

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