body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
}


h1 {
    font-weight: 700;
    font-size: 4rem;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
    background: rgba(91,136,147,.85) none repeat scroll 0 0;
    padding: 5px 15px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 3.0rem !important;
    }
}

h2 {
    font-weight: 700;
}

h3 {
    font-weight: 600;
    margin-bottom: 3rem;
}

.header-landing {
    padding: 0;
    z-index: 1;
    position: relative;
}

.header-landing .container {
    position: relative;
}

.header-landing .image-wrapper {
overflow: hidden;
width: 100%;
max-height: 500px;
position: relative;
margin: 0;
}

@media(min-width: 960px) {
    .header-landing .head-overlay {
        position: absolute !important;
        left: 15px;
        bottom: 150px;
        z-index: 2 !important;
        display: table !important;
        width: 55% !important;
    }
}

.header-landing .head-overlay {
    position: inherit;
    display: block;
    width: 100%;
}



