body {font-family: "Jost", sans-serif;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}
.navbar .logo{width: 100%; height: 54px;}

:root{ --primary: #78B948; }
.text-primary{ color: #78B948 !important;  }
.btn-primary{ background-color: #78B948 !important; border-color: #78B948 !important }
.feature-bar h1 i{color:#78b948;}
.about .about-text h2{font-size: 2rem;}
.about .about-text p{text-align: justify; font-weight: 500}
.contact .subscribe-error {color: #c00; position: relative;}
/*.section-title h1{ position: initial !important; }*/

@media(max-width: 767px){
  .navbar-light .navbar-toggler { position: absolute;
    right: 0px;
    top: 30px; }
}