@charset "UTF-8";

/* CSS Document */


/* Core tags*/

html {
    height: 100%;
}

body {
    font-family: 'Open Sans';
    background-color: white;
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: black;
    /*font size temp*/
    font-size: 18px;
    height: 100%;
}

p,
ul {
    text-align: left;
    font-size: 16px;
    margin: 26px 0;
}

h1 {
    font-size: 30px;
    font-weight: 800;
    color: white;
    text-align: center;
    margin: 33px 0;
}

h2:before {
    /*display: block;
    background-color: #000000;
    width: 70%;
    height: 3px;
    content: "";
    position: absolute;
    left: 37px;
    bottom: -3px;*/
}

h2 {
    font-size: 24px;
    text-align: left;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

h2:after {
    /*display: block;
    background-color: #244880;
    width: 35px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -3px;*/
}


/*underline_florish {
    display: block;
    background-color: black;
    width: 80%;
    height: 3px;
    content: "";
    position: absolute;
    left: 17px;
    bottom: -6px;
}*/

h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding-top: 17px;
}

h4 {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.img_border {
    border: #CCC solid 1px;
    padding: 5px;
}


/*Header*/

.top_head_fullwidth {
    background-color: #0B244A;
    width: 100%;
    color: white;
    padding: 20px 0;
    font-weight: 100;
}

.top_text {
    padding-top: 12px;
}

ul.nav a:hover {
    background-color: lightgray !important;
}


/*Slider

 See top of html pages for slider css */


/*top nav and logo area*/

.top_menu ul li {
    margin: 0 30px;
}

.top_menu ul li a {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    margin-top: 50px;
    color: #0B244A;
    font-weight: 600;
}


/*.underline_florish {
    display: block;
    background-color: #000000;
    width: 70%;
    height: 3px;
    content: "";
    position: absolute;
    left: 83px;
    bottom: -3px;
}

.underline_florish:after {
    display: block;
    background-color: #244880;
    width: 35px;
    height: 3px;
    content: "";
    position: absolute;
    left: -37px;
}*/

.logo_nav_container {
    margin: 20px 0;
}


/*main banner*/

.main_banner {
    background-color: #0B244A;
    margin: 15px 0;
}


/*Service boxes*/

.service_row {
    margin-top: 72px;
    margin-bottom: 47px;
}

.service_main_box {
    background-color: #0B244A;
    width: 80%;
    margin: 0 auto;
    padding: 60px 13px 13px 13px;
    position: relative;
    min-height: 356px;
}

.service_text_box {
    background-color: white;
    min-height: 264px;
    margin: auto;
}

.service_logo_circle {
    position: absolute;
    TOP: -20%;
    left: 29%;
}

.service_text {
    padding: 10px;
    font-size: 14px;
    text-align: center;
}


/*Portfolio*/

.portfolio_row {
    padding: 20px;
    margin: auto;
}


/*Footer*/

.footer_full_width {
    background-color: #0B244A;
    width: 100%;
    color: white;
    padding: 20px 0;
    font-weight: 100;
}

.footer_menu li {
    display: block;
}

.footer_menu li a {
    font-size: 16px;
    margin-top: 10px;
    color: white;
    font-weight: 600;
}

.copyright {
    text-align: left;
    margin: 10px 0;
}

.footer_hold_container {
    margin-top: 35px;
}

.footer_hold_container ul {
    margin: 0;
}


/*Portfolio page*/

.gallery_row {
    margin: 10px 0;
}

.picture_holder_container {
    margin-bottom: 20px;
}


/*Contact Page*/

.contact_form_margin {
    margin: 40px 0;
}


/*Media Queries*/


/*            */


/*Service boxes*/

@media screen and (max-width: 991px) {
    .service_logo_circle {
        position: absolute;
        TOP: -13%;
        left: 16%;
    }
}

@media screen and (max-width: 767px) {
    .service_column {
        margin-bottom: 70px;
    }
    .service_logo_circle {
        position: absolute;
        TOP: -19%;
        left: 35%;
    }
    .logo_nav_container {
        margin: 20px auto;
        width: 227px;
    }
    .footer_menu {
        text-align: center;
    }
    .portfolio_row {
        width: 320px;
    }
    .top_header_row {
        text-align: center;
    }
    .copyright {
        text-align: center;
    }
}
