/*

FONTS:
=======
font-family: 'Manrope', sans-serif;
Extra-light 200
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700
Extra-bold 800

font-family: 'Markazi Text', serif;
Regular 400
Medium 500
Semi-bold 600
Bold 700

font-family: 'Alegreya', serif;
Regular 400
Medium 500

COLORS:
=======
Light Grey: #ababac
Dark Grey: #58585a
Blue: #009ba4

 */


body, html {
    background-color: #fff;
    color: #58585a;
    font-family: 'Manrope', sans-serif;
    min-height: 100%;
}
h1,h2,h3,h4,a.cta-link {
    font-family: 'Alegreya', serif;
    font-weight: 500 !important;
    color: #03A1AA;
}
a {
    color: #03A1AA;
}
.btn-primary {
    color: #fff;
    background-color: #03A1AA;
    border-color: #03A1AA;
}
.btn-primary:hover {
    background-color: #03A1AA;
    border-color: #03A1AA;
    opacity: 0.7;
}
h1 {font-size: 2.2rem;}
h2 {font-size: 1.8rem;}
h3 {font-size: 1.4rem;}
h4 {font-size: 1.2rem;}
@media (max-width: 992px) {
    h1 {font-size: 1.8rem;}
    h2 {font-size: 1.6rem;}
    h3 {font-size: 1.4rem;}
    h4 {font-size: 1.2rem;}
}

#usp .card-header h4 {
    font-size: 1.4rem;
    color: #fff;
}
@media (max-width: 992px) {
    .navbar-toggler {
        border: 0;
        margin-left: -1rem;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
}
a.cta-link {
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
}
a.cta-link:hover {
    text-decoration: underline;
}
.bg-dark-grey {
    background-color: #58585a;
}
.border-circle-white {
    border-radius: 50%;
    border:1px solid #fff;
}
ul.social-links a.nav-link {
    padding: 0;
    width: 2.2rem;
    height: 2.2rem;
    text-align: center;
    line-height: calc(2.2rem - 2px);
    margin-left: 0.5rem;
    overflow: hidden;
    font-size: 1rem;
}
ul.social-links a.nav-link:hover {
    color: #58585a !important;
    background-color: #fff;
}
#top-logo {
    float: left;
    /*width: 300px;*/
    /*height: 90px;*/
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    align-items: center;
}
#top-logo img {
    /*max-height: 100%;*/
}
#top-info {
    float:right;
    text-align: right;
    height: 90px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 0.9rem;
}
@media (max-width: 992px) {
    #top-info {
        height: 75px;
        padding-top: 0;
        padding-bottom: 0;
        align-items: center;
    }
}
#top-nav li.nav-item a {
    font-weight: 600;
    text-transform: lowercase;
    color: #58585a !important;
}
#top-nav li.nav-item a:hover {
    color: #009ba4 !important;
}
#usp h4 {
    font-size: 1.25rem;
}
#usp .border-primary {
    border-color: #58585a !important;
}
#usp .bg-primary {
    background-color: #58585a !important;
}
#usp .btn-primary {
    background-color: #009ba4 !important;
    border-color: #009ba4 !important;
    opacity: 0.8;
}
#usp .btn-primary:hover {
    opacity: 1;
}

footer .footer-node {
    margin-top: 0.5rem;
    font-weight: 200;
    font-size: 1rem;
    line-height: 1.6rem;
}
footer .footer-node .title {
    font-weight: 600;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.8rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    /*text-transform: uppercase;*/
}
footer .footer-node a {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
}
footer .footer-node a:hover {
    text-decoration: underline;
}

#footer-social-container {
    float: right;
}
#footer-social-container .follow-us {
    line-height: 2.2rem;
    margin-right: 1rem;
}

#frm-footer-subscribe {
    margin-top: 4rem;
}
#frm-footer-subscribe input {
    border-radius: 0;
    border: 1px #fff solid;
}
#frm-footer-subscribe button {
    position: relative;
    border-radius: 0;
    background-color: #58585a;
    border: 1px #fff solid;
    padding: 0.25rem 1rem !important;
}
#frm-footer-subscribe button i.fas {
    position: absolute;
    top: 10px;
    right: 10px;
}
.service {
    border-top: solid 1px #58585a;
}
.service:last-child {
    border-bottom: solid 1px #58585a;
}

#services .row.service img {
    border-radius: 0.3rem;
}
main#page-contact img.banner {
    width: 100%;
    height: auto;
    border-radius: 0.3rem;
}
div.is-invalid {
    color: #dc3545;
    padding: 5px 0 0 5px;
}