* {
    -webkit-transition: .7s ease-out;
    -moz-transition: .7s ease-out;
    -o-transition: .7s ease-out;
    transition: .7s ease-out;
    list-style: none;
}

img, video, iframe, embed, object {
    height: auto;
}

/*================================
TYPOGRAPHY
================================*/
body {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 1.8em;
    overflow-y: hidden !important;
}

h1 {
    font-size: 35px;
    font-weight: bold;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
    color: #8bb059;
    font-weight: bold;
}

h5 {
    font-size: 16px;
    font-weight: bold;
}

p {
    letter-spacing: 1px;
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 100;
}

.center {
    text-align: center;
}



/*================================
DEFAULT STYLE & FORMATING
================================*/

ul {
    padding: 0;
    overflow: auto;
}

a {
    color: #8bb059 !important;
}

    a:hover {
        color: #342d8f !important;
        text-decoration: none;
    }



/*================================
HERO AREA
================================*/
#hero {
    -webkit-box-shadow: 0px 10px 14px -6px rgba(229,229,229,1);
    -moz-box-shadow: 0px 10px 14px -6px rgba(229,229,229,1);
    box-shadow: 0px 10px 14px -6px rgba(229,229,229,1);
}

    #hero ul {
        border-top: 25px solid #022634;
        border-bottom: 25px solid #022634;
        overflow-x: hidden;
    }

        #hero ul li {
            float: left;
            width: 33.25%;
            height: 220px;
            overflow: hidden;
            display: inline-block;
            background-color: #4d75a6;
            position: relative;
            background-size: cover;
            background-position-x: center;
            background-blend-mode: screen;
            transition: background-color .5s;
        }

            #hero ul li:nth-child(1),
            #hero ul li:nth-child(2),
            #hero ul li:nth-child(3) {
                margin-bottom: .1em;
            }

            #hero ul li:nth-child(2),
            #hero ul li:nth-child(5) {
                margin-left: .1em;
                margin-right: .1em;
            }

    #hero h1 {
        position: absolute;
        top: 175px;
        left: 50%;
        width: 64%;
        margin-left: -32%;
        background-color: #fff;
        font-weight: bold;
        color: #4d75a6;
        padding: 5px;
        text-align: center;
    }

#divlogo {
    height: 150px;
    text-align: center;
    padding-top:15px;
}
/*================================
ABOUT SECTION
================================*/
#about {
    padding: 30px;
    height: 100%;
}

    #about p {
        margin-bottom: 10px;
    }

/*================================
Services SECTION
================================*/
#services {
    height: 100%;
    padding: 30px 0 60px 0px;
}

    #services h1 {
        padding: 5px 15px;
        color: #fff;
        background-color: #4d75a6;
    }

    #services ul {
        overflow: visible;
        color: #a2a2a2;
        font-size: 16px;
    }

        #services ul li {
            margin-left: 13px;
            line-height: 25px;
            list-style: url(../img/list-style.jpg) !important;
        }

/*================================
CONTACT SECTION
================================*/
#contact {
    height: 100%;
    background-color: #022634;
    padding: 25px 0 15px 0px;
}

    #contact p {
        color: #fff;
    }

        #contact p a {
            color: #fff !important;
            font-weight: bold;
            text-decoration: underline;
        }
/*================================
CONTACT MAP SECTION
================================*/
#map {
    min-height: 600px;
    height: 100%;
}

#ascrail2000 {
    z-index: 9999999 !important;
}

.cd-top {
    z-index: 999;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 105, 170, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 10px;
        bottom: 10px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 30px;
    }
}
