/* CSS Document */

/*========================Custom Styling-BT========================*/

body {
    font-family: "Arbutus Slab", serif;
    font-weight: 400;
}

h1, h2, h3, p {
    font-family: "Arbutus Slab", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7em;
}

h2 {
    text-transform: uppercase; 
    text-align: center; 
    color: #003876; 
    font-weight: 800; 
    font-size: 40px;
    margin-bottom: 30px;
}

h3 {
    text-align: center; 
    color: #fff; 
    font-weight: 800; 
    font-size: 27px;
    line-height: 1.1em;
}

.top-menu p {
    margin: 30px 0;
}

.top-menu a {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

p.intro-text { 
    font-size: 19px;
    color: #fff;
}

.display-area-one {
    display: flex; 
    min-height: 250px;
}
.display-area-two {
    padding: 60px 0;
}

.display-area-three {
    padding: 60px 30px;
}

.company-card {
    padding: 50px 30px;
    background-color: #003876;
    border-radius: 10px;
    margin: 20px;
    text-align: center;
}

hr {
    border-top: 3px solid #fff;
    width: 20%;
    margin: 25px auto;
}

.cta-btn {
    display: inline-block;
    background-color: #eee;
    border: 3px solid #eee;
    border-radius: 50px;
    font-size: 17px; 
    font-weight: bold;
    line-height: 1em;
    color: 003876;
    padding: 17px 50px;
    margin: 25px 0;
}

.cta-btn a, .cta-btn a:visited, .cta-btn a:link {
    color: #003876;
}

.cta-btn:hover {
    background-color: #315e8f;
}

.cta-btn:hover a {
    color: #eee;
}

.fb-link, .fb-link a:link, .fb-link a:hover, .fb-link a:visited {
    color: #eee;
    font-size: 35px;
}

.mura-form label {
    font-size: 16px !important;
}

#field-askusanything {
    height: 150px;
}

button.form-submit {
    color: #003876 !important;
    background-color: #f6f6f6 !important;
    border: 2px solid #003876 !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    padding: 10px 30px !important;
    font-weight: bold !important;
}

p.footer-text {
    color: #fff; 
    text-align: center;
    font-size: 13px;
    margin: 0 0 20px 0;
}

/* Hide accessibility "Skip Navigation" link */

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}


@media (min-width: 992px) {
    .col-md-3 {
    width: 21%;
    }
}
@media (max-width:991px) {
     .display-area-one {
         display: block;
         min-height: 200px;
    }
    h2 {
        font-size: 38px;
    }
}


