.insure27logo{
    max-width: 80%;
}

.top-padding{
    padding-top: 5rem;
}

.navbardropshadow{
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 4px 13px 0px rgba(3, 3, 3, 0.3);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.3);
}

.bgbody{
    background-image: url(img/contactmebg.jpg);
    background-size: cover;
}

.sectionbg{
    background-image: url(img/Sectionbg.jpg);
    background-size: cover;
    background-position: center;
}

.navbar-white{
    background-color: white;
}

.greenbg{
    background-color: #085d7c !important;
}

.blackbg{
    background-color: #221f20 !important;
}

.bottom-margin{
    margin-bottom: 32px;
}

.card{
    margin-top:16px;
    margin-bottom: 16px;
}

.bottom-padding{
    padding-bottom: 16px;
}
