body{
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}



a{
    color: #2f998e;
}

.navbar-site {
    background-color: rgba(42, 55, 66,0.97);
    color: #fff;
    border: none;
    min-height: 70px;
    margin-bottom: 20px;
}

.navbar-header{
    min-height: 70px;
}

.navbar-brand{
    height: 70px;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.navbar-site #navbar a{
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.navbar-site #navbar a:hover, .navbar-site #navbar .active a{

    background-color: transparent;
    border-bottom: 3px solid #2F998E;
}



.navbar-site button{
    color: #fff;
}

.main-container{
    padding-top: 75px;
}

.introImage{
    position: relative;
    background-repeat: no-repeat;

    background: linear-gradient( rgba(42, 55, 66, 0.95), rgba(42, 55, 66, 0.4) ), url(images/slider4.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 100%;
    height: 500px;
    height: 100vh;
    min-height: 500px;
}

#bigLogo{
    margin-top: 15px;
    margin-left: 4%;
}

.sloganContainer{
    color: #efefef;
    position: absolute;
    top: 100%;
    margin-top: -340px;
    left: 4%
}

.intro{

}

.intro h2{
    font-size: 70px;
}

.intro .lead{
    font-family: 'Open Sans', sans-serif;
    color: #efefef;
    font-size: 20px;
    line-height: 30px;
}

@media(max-width:1000px) {
    .intro h2{
        font-size: 30px;
    }

    .intro .lead{
        font-size: 22px;
    }
}

.attentionButton, .btn, .btn-primary{
    background: transparent;
    color: #2F998E;
    border: solid 2px #2F998E;
    display: block;
    float: right;
    line-height: 45px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 25px 0 35px;
    border-radius: 0;
    clear: both;
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    box-shadow: none;
}

.attentionButton:hover, .btn:hover, .btn-primary:hover{
    color: white;
    text-decoration: none;
    background-color: #2F998E;
    box-shadow: none;
    border: solid 2px #2F998E;
}

.attentionButton:after, .btn:after, .btn-primary:after{
    content: ">";
    padding-left: 20px;
    vertical-align: 0;
    font-weight: bold;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(images/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}


@media(max-width:1000px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
        padding-top: 10px;
        clear: both;

    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }

}




.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 15px;
}

.section-heading i{
    font-size: 20px;
    color: #2f998e;
    padding-left: 10px;
    line-height: 1.1;
}

.lead{
    font-family: 'Lato', Arial, Tahoma, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;

    letter-spacing: 0px;
    color: #515151;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #2F998E;
}

.content-about{
    padding-bottom: 30px;
}

.content-about h2{
    font-size: 50px;
    text-align: center;
    margin-top: 35px;
}

.content-about p{
    font-family: 'Lato', Arial, Tahoma, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0px;
    color: #515151;
    padding-top: 15px;
}

.content-services{
    padding-bottom: 30px;
}

.content-services h2{
    font-size: 50px;
    text-align: center;
    margin-top: 0px;
}

.content-services p{
    font-family: 'Lato', Arial, Tahoma, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0px;
    color: #515151;
    padding-top: 15px;
}


.content-section-contactus{
    background-color: #2f3c47;
}

.content-contactus{
    color: white;
    padding-top: 20px;
    padding-bottom: 40px;
}

.form-control{
    color: #2f998e;
    background-color: #2f3c47;
    background-image: none;
    border: 1px solid #FFFFFF;
    border-radius: 0;
}

.form-control:focus {
    border-color: #2F998E;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(47, 153, 142, 0.6);
}



.content-contactus h3 strong{
    color: #2f998e;
}

.content-contactus .btn-primary{
    margin-top: 30px;
}

.features_block {
    text-align: center;
}

.features_block img {
    display: block;
    margin: 0 auto;
}

.features_block p {
    font-family: 'Lato', Arial, Tahoma, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;

    letter-spacing: 0px;
    color: #515151;
}

.navbar-toggle .icon-bar{ background-color: #fff;}
