body{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
}
.bg-banner{
    background: url('../images/img-banner.jpg') no-repeat;
    background-size: cover;   
}

.text-bold{
    font-weight: bold;
}
.text-md{
    font-size: 20px;
}
.img-shadow{
    box-shadow: 0 0 8px rgba(0,0,0,0.09);
}

.bg-green{
    background: #8fc444;
    color: #ffffff;    
    min-height: 61px;
    line-height: 61px;
}
.bg-white{
    min-height: 61px;
    line-height: 61px;
}
.footer-text{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
}
.social-media a{
    margin-left: 5px;
}

@media screen and (max-width: 768px){
    .bg-banner{
        min-height: 283px;   
    }
    .bg-white{
        min-height: auto;
        line-height: inherit;
        padding: 15px 0;
    }

}