@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900&subset=latin-ext');

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #a5a5a5;
    font-size: 16px;
    overflow-x: hidden;
}

h1{
    color: #0378ae;
    font-size: 44px;
    font-weight: 400;
}


h2{
    color: #52d9d0;
    font-size: 28px;
    font-weight: 400;
}


header, #contact {
    background: #0378ae;
    padding: 30px 0;
}

header p, #contact p {
    color: #52d9d0;
    font-size: 20px;
    line-height: 40px;
    margin-top: 8px;
}

header span, #contact span {
    color: #fff;
    display: block;
    font-size: 34px;
}

header .phone-wrapper{
    float: right;
}


@media (max-width: 768px) {
    header{
        text-align: center;
    }

    header img{
        display: block;
        margin: 0 auto;
    }

    header .phone-wrapper{
        float: none;
    }
}


.navbar {
    background: #52d9d0;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.navbar .navbar-nav {
    display: inline-block;
    margin-bottom: -6px;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
    padding: 0;
}

.navbar-default .navbar-nav > li {
    margin: 0 30px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
    display: block;
    padding: 54px 0 50px 0;
    color: #fff;
    text-decoration: none;
    background: transparent;
    border-bottom: 4px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
    color: #0378ae;
    border-bottom: 4px solid #0378ae;
}

.navbar-default .navbar-toggle{
    border-color: #fff;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: transparent;
}

@media (max-width: 1024px) {
    .navbar {
        display: block;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        float: none;
        margin: 8px auto;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
        padding: 0 0 10px 0;
        margin: 10px 0;
    }
}

.affix-top {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index:10;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 102%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
}

@media only screen and (max-width: 992px) {
    .row-height {
        display: block;
        height: auto;
        width: 100%;
    }

    .row-height .index_image {
        display: none;
    }

    .col-height {
        display: block;
        float: none;
        height: auto;
    }
}

.home-box{
    min-height: 50vh;
    background-size: cover;
    background-position: center center;
}

.box-text-wrapper{
    padding: 40px 15px 60px 15px;
    max-width: 760px;
    display: inline-block;
}

.box-text-wrapper p{
    margin: 30px 0;
}

.odd .box-text-wrapper{
    float: right;
}

.even .box-text-wrapper{
    max-width: 400px;
}

a.more, a.more:hover{
    color: #52d9d0;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #52d9d0;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 20px;
}

.inner_content{
    padding: 40px 0 60px 0;
}

#map-wrapper{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 26%;
}

@media only screen and (max-width: 992px) {
    #map-wrapper{
        padding-bottom: 40%;
    }
}

@media only screen and (max-width: 599px) {
    #map-wrapper{
        padding-bottom: 56.5%;
    }
}

#map-wrapper iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contact{
    padding: 80px 0;
}

#contact span {
    font-size: 22px;
}

footer{
    background: #52d9d0;
    padding: 40px 0;
    color: #fff;
}

footer a{
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}