﻿@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800);
@import url('../fonts/fontello/css/fontello.css');



body.is-touch .wrapper.style3 {
    background-attachment: scroll;
}

.content {
    min-height: 100%;
    padding-bottom: 80px;
    margin-bottom: -80px;
}



#header {
    text-transform: uppercase;
}

header {
    margin-bottom: 3.6em;
}

header p {
    color: #aaa;
    position: relative;
    margin: 0 0 1.5em 0;
    text-transform: none;
}

header h2 + p {
    font-size: 1.25em;
    line-height: 1.5em;
}

header h3 + p {
    font-size: 1.1em;
    margin-top: -0.8em;
    line-height: 1.5em;
}

header h4 + p,
header h5 + p,
header h6 + p {
    font-size: 0.9em;
    margin-top: -0.6em;
    line-height: 1.5em;
}

.jumbotron h1 {
    font-weight: 500;
    color: #fff;
}

.page .jumbotron {
    background-image: url("images/overlay.png"), url("../../images/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 1rem;
}

.page .jumbotron.old {
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url("../../images/59447.jpg");
    background-size: auto;
    background-repeat: repeat;
    padding: 2rem 1rem;
}



.home .jumbotron {
    background-attachment: fixed;
    background-image: url("images/overlay.png"), url("../../images/banner.jpg");
    background-position: center center;
    background-size: cover;
    padding-bottom: 10rem;
}

.home .jumbotron.old {
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url("../../images/0516.jpg");
    background-image: url("images/overlay.png"), url("../../images/banner.jpg");
}


.jumbotron + .wrapper {
    margin-top: -2rem;
}

.jumbotron + #body {
    margin-top: -2rem;
}

.make-responsive img {
    max-width:100%;
}

.section-title:after {
    display: block;
    content: '';
    width: 90px;
    height: 2px;
    background: forestgreen;
    position: relative;
    top: 8px;
    bottom: 0;
    left: 0;
    margin-bottom:40px;
}


@media (min-width: 992px) {
    .navbar {
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

.navbar {
    text-transform: uppercase;
}

.navbar .nav-item {
    padding-bottom: 4px;
}

.navbar .dropdown-menu:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #3b2e3c;
}
.navbar .dropdown-menu {
    margin-top: 4px;
    background-color: #3b2e3c;
    border: 0px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.navbar .nav-link:hover {
    color: #2eac6d !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #646464;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #2eac6d;
}

.navbar .dropdown-menu {
    font-size: inherit;
}

.navbar .dropdown-menu a {
    color: #fff;
}

.navbar .dropdown-menu a:hover {
    color: #2eac6d !important;
    background-color: inherit;
}

.home .jumbotron {
    padding-top: 0rem;
}
.home .navbar {
    background-color: transparent !important;
}

.home .navbar .nav-item a, .home .navbar .nav-item.active a {
    color: #fff;
}

.btn-special {
    background-color: #2eac6d;
    border-color: #2eac6d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    padding: .375rem 1.6rem;
}

.btn-special:focus, .btn-special:hover {
    text-decoration: underline;
    color: #ffffff;
}

.btn-special-inverse {
    background-color: #fff;
    border-color: #2eac6d;
    color: #2eac6d;
    text-transform: uppercase;
    font-weight: 700;
    padding: .375rem 1.6rem;
}

.btn-special-inverse:focus, .btn-special-inverse:hover {
    text-decoration: underline;
    color: #2eac6d;
}




.animated {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#body img {
    max-width: 100%;
}

#body p {
    font-size: 1.2em;
    line-height: 1.5em;
}

p + h4 {
    margin-top: 40px;
}



    #body ul li {
        font-size: 1.2em;
        line-height: 1.5em;
        margin-bottom: 4px;
    }

    #body ul.checked {
        list-style: none;
        padding-left: 0;
    }
    
    #body ul.checked li {
        position: relative;
        padding-left: 1.2em;
        margin-bottom: 6px;
    }

    #body ul.checked li:before {
        content: '\e803';
        font-family: 'fontello';
        color: #2eac6d;
        left: 1px;
        top: 0;
        position:absolute;
    }

a.read-more, a .read-more {
    color: #2eac6d;
    display: block;
    margin-top: 1.45em;
    font-size: 0.857em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

a.read-more:hover {
    color: #2eac6d;
    text-decoration: none;
}

    a.read-more:after {
        content: '\e802';
        font-family: 'fontello'; /* essential for enabling glyphicon */
        margin-left: 10px;
        font-weight: normal;
    }


.pictures img {
    border: 5px solid #f0f0f0;
    margin-bottom: 20px;
}

.black-white img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.sepia img {
    -webkit-filter: sepia(100%); /* Safari 6.0 - 9.0 */
    filter: sepia(100%);
}