@charset "UTF-8";
/*!
 * Custom CSS
 */

 .banner-white {
    font-size: 1.45rem;
    font-weight: 50;
    color: #FFF;
    text-align: center;
  }
  .web-text {
    font-size: 1rem;
    font-weight: 100;
    color: #888;
    text-align: left;
  }
.wrap{
    padding: 50px;

  }
.wrap-sm{
    padding: 10px;

  }
.fat-lead{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 100 !important;
    font-size: 40px;
    font-style: normal;
    font-stretch: normal;
    color:#19a3bb;
    
}
.fat-font{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 400 !important;
    font-size: 100px;
    font-style: normal;
    font-stretch: normal;
    color:#19a3bb;
}
.fat-sub{
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    color: #888;
    padding: 20px;
}
 .lead-green {
    font-size: 1.25rem;
    font-weight: 300;
    color: #19a3bb;
  }
.lead-yellow {
    font-size: 1.50rem;
    color:#f4801f;
    font-weight: 400 !important;
}
.lead-green {
    font-size: 1.50rem;
    color:#62bf64;
    font-weight: 400 !important;
}
.footer-green {
    background-color: #42642f !important;
}
.footer-green-dark {
    background-color: #1f3810 !important;
}
.marketing-text {
    font-weight: 300;
}
.btn-blue
{
    border-color: #19a3bb !important;
    color: #19a3bb;
    
}
.btn-large{
    width: 300px !important;
    
}
.btn-blue:hover
{
    border-color: #f4801f !important;
    color: #FFF !important;
    background-color: #f4801f;
}
.btn-undl-remove
{
    text-decoration: none !important;
}
.btn-undl-remove:hover a
{
    color: #FFF;
    text-decoration: none !important;
}
.nav-link
{
    color: #19a3bb !important;
}
.nav-link:hover
{
    color: #f4801f !important;
}
.navbar .active
{
    color:#f4801f !important;
}
.dropdown-item
{
    color: #f4801f !important;
}
.text-red
{
    color: red !important;
}