@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ivy Journal';
    src: url('fonts/IvyJournal-Regular.woff2') format('woff2'),
        url('fonts/IvyJournal-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Global styles */

.std-btn {
  background: rgb(239,216,172);
  background: linear-gradient(90deg, rgba(239,216,172,1) 0%, rgba(239,216,172,1) 75%, rgba(213,216,172,1) 100%);
  color: #122a19;
  text-transform: uppercase;
  font-family: 'Avenir LT Std';
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .std-btn {
    font-size: 1.2rem;
  }
}

@media (min-width: 1400px) {
  .std-btn {
    font-size: 1.4rem;
  }
}

/* Disable behaviours */

.hide {
  display: none!important;
}

.nosmooth {
  scroll-behavior: auto!important;
}

.noscroll {
  height: 100%;
  overflow: hidden;
}

/* Apply fonts */

* {
  font-family: 'Avenir LT Std';
}

h2 {
  font-family: 'Ivy Journal';
}

/* Nav styles */
.footer-disclaimer {
  transition: height 0.7s ease;
}
.orange.nav-link {
  color: #f26a46!important;
}

.collapse:not(.show):not(.footer-disclaimer) {
  display: flex;
}

.navbar-toggler {
  background-color: #112a19;
  border-radius: 0;
  border: none!important;
  padding: 15px;
}

.navbar-toggler:active, .navbar-toggler:focus {
  border: none!important;
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}

.exitIcon.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='5.41421' y1='5' x2='25.2132' y2='24.799' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='5' y1='24.7992' x2='24.799' y2='5.00018' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")!important;
}

.register-link {
  display: none;
}

.nav-button-container {
  display: flex;
  z-index: 100000000;
}

@media (min-width: 768px) {
  .register-link {
    background-color: #112a19;
    padding: 8px 30px;
    margin-right: 10px;
    position: relative;
    text-decoration: none;
    color: white;
    right: 0;
    letter-spacing: 2px;
    font-weight: 600;
    transform: rotate(0deg);
    line-height: 2;
    font-size: 22px;
    display: inline-block;
  }
}

.register-link:hover, .register-link:active {
  color: #f26a46;
}

.navbar-collapse {
  will-change: transform;
  width: 100vw;
  background-color: #122b1a;
  height: 100vh!important;
  position: fixed;
  z-index: 99999999;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  display: flex;
  padding-top: 170px;
  transform: translateX(100vw);
  transition: transform .5s ease;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: 400px;
    transform: translateX(400px);
  }
}

.anim.navbar-collapse {
  transform: translateX(0)!important;
}

.navbar-dark {
  z-index: 99999;
}

.navbar-nav .nav-link {
  font-size: 28px;
}

/* footer styles */

.propel-logo-footer {
  margin-top: 20px;
  max-width: 165px;
}

@media (min-width: 768px) {
  .propel-logo-footer {
    margin-top: 0;
    max-width: 165px;
  }
}

.vsplogo {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .vsplogo {
    margin-top: 0;
    margin-left: 20px;
  }
}

.footer-illustration-container img {
  width: 100vw;
}

@media (min-width: 768px) {
  .salesbysutton {
    margin-left: 20px;
    margin-top: 0;
  }
}

.salesbysutton {
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 10px;
}

.notanoffering {
  font-size: 70%;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-phone {
  font-size: 1.25rem;
  font-family: 'Ivy Journal';
  text-decoration: none!important;
  color: rgb(33, 37, 31);
}

@media (min-width: 576px) {
  .footer-phone {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .footer-phone {
    font-size: 2rem;
  }
}

.footer-phone:hover, .footer-phone:active {
  text-decoration: none!important;
  color: rgb(33, 37, 31);
}

.footer-phone span {
  font-family: 'Ivy Journal';
}

.footermap {
  position: relative;
  /*min-width: 100px;*/
  /*max-width: 200px;*/
}

@media (min-width: 1200px) {
  .footermap {
    position: absolute;
    max-width: 240px;
  }
}

.footer-info {
  font-size: 0.8rem;
  font-weight: 300;
}

@media (min-width: 576px) {
  .footer-info {
    font-size: 1rem;
  }
}

.footer-info-col {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-links a {
  text-decoration: none;
  font-size: 0.7rem;
  color: #122a19;
  line-height: 2;
}

.footer-links a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .padding-top-mobile-only {
    padding-top: 20px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .padding-top-mobile-only {
    margin-left: 20px;
  }
}

/* Standard header */

.std-header {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: white;
}

.std-header img {
  width: 125px;
}

@media (min-width: 992px) {
  .std-header img {
    width: 175px;
  }
}

.intro-section h2 {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .intro-section h2 {
    font-size: 2.2rem;
  }
}

.intro-section {
  background-color: #e6e9d2;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (min-width: 768px) {
  .intro-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.grecaptcha-badge {
    display:none !important;
}

