@charset "UTF-8";

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
  }

  html, body {
  height: 100%;
  margin: 0;
}

  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  

  .container-fluid {
    padding: 60px 50px;
  }
 
  .logo {
    color: #A9D254;
    font-size: 200px;
  }

  .mainlogo {
    height: 100%; 
    width: 100%; 
    object-fit: contain
  }


  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #A9D254;
  }
  
/* Call To Action Section
--------------------------------*/

#call-to-action {
  /*background: #2DC9C9;*/
  background: #FFF url("../img/contactbg.jpeg") center bottom;
  background-size: cover;
  padding: 20px 0;
  background-position: 20% 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

.headerbackground {  
  background: #ffffff26 url("../img/header.png") center bottom;
  background-size: cover;  
}

  @media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
  .v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
}

  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
    
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }    
    .vertical-center:before {
      height: auto;
    }
  }