@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    font-family: 'Open Sans', sans-serif;
    background: #ecf0f1;
}

.navbar {
    background: #ffffff;
    margin-bottom: 0px;
}

.navbar .container {
    min-height: 90px;
}

ul.nav {
    margin-top: 20px;
}

ul.nav li a {
    color: #4a4a4a;
}

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

.navbar-brand {
    max-width: 330px;
    padding-top: 0px;
}

.navbar-brand img {
    width: 100%;
}

.box {
    background: white;
    border-top: 3px solid #3d3a50;
    margin-top: 25px;
    padding: 25px 50px;
    color: #192c55;
    line-height: 25px;
}

.box h2 {
    color: #0b2e4d;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 22px;
}

.footer_pics {
    margin-top: 25px;
}

.footer_pics img {
    width: 100%;
}

footer {
    background: #ffffff;
    margin-top: 25px;
    color: #9b9b9b;
}

footer .logo {
    width: 100%;
}

footer .footer_item {
    text-align: center;
    margin-top: 17px;
}

footer .footer_item:first-child {
    margin-top: 0px !important;
}

.about_header h1, .services_header h1 {
    color: #192c55;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
}

.contact_header h1 {
    color: #192c55;
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
}

.about_body {
    text-align: center;
    color: #626262;
    margin-bottom: 50px;
    margin-top: 10px;
    font-size: 16px;
}

.about, .services {
    color: #626262;
}

.about p, .services p {
    margin-bottom: 50px;
}

.about img, .services img {
    margin-bottom: 50px;
}

.services h2 {
    text-decoration: underline;
    margin-bottom: 40px;
}

.services .last {
    margin-bottom: 20px;
}

.services ul {
    padding-left: 20px;
    margin-top: 5px;
}

.contact_detail {
    margin-top: 40px;
}

.map {
    margin-top: 25px;
}

img {
    width: 100%;
}

.facebook img, .twitter img {
    max-width: 25px;
}

.footer_item .logo {
    max-width: 165px;
}

@media only screen and (min-width : 768px) {
    .navbar-collapse {
        float: right;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-collapse {
        margin-top: 40px;
    }

    .contact_guy {
        display: none;
    }

    .navbar-brand {
        max-width: 200px;
    }

    .about_header h1, .services_header h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .contact_header h1, .services_header h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .box {
        padding-left: 25px;
        padding-right: 25px;
    }
}