@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300');

body {
    margin-top: 180px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #242424;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.custom-input {
    border: 1px solid #1b4a36;
    border-radius: 0;
}

.input-error {
    border-color: red;
}

.navbar-default {
    background: #FFFFFF;
    height: 100px;
    padding-top: 25px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a > .active {
    text-decoration: underline;
}

.custom-container {
    padding: 0 90px 0 90px;
}

.custom-container-content {
    margin-top: -40px;
}

.span-text {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #E1E1E1;
}

.row-header {
    margin: 30px 0;
    color: #4A4A4A;
}

.navbar-brand {
    margin-top: -25px;
    height: 100px;
    background-color: transparent;
    width: auto;
    padding: 0 0 0 15px;
}
.navbar-brand img {
    height: 100px;
}

#image {
    overflow: hidden;
}

#image img {
    width: 100%;
}

.banner {
    height: 700px;
}


hr.style-dot {
    margin: 40px auto 20px;
    width: 60vw;
    overflow: visible;
    padding: 0;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    color: #1b4a36;
    text-align: center;
}
hr.style-dot:after {
    content: "·";
    line-height: 21px;
    font-size: 5em;
    display: inline-block;
    position: relative;
    top: -0.22em;
    background: white;
}

.greydiv {
    margin-top: 200px;
    background-color: #D3D3D3;
    width: 100%;
    height: 450px;
    position: absolute;
    -webkit-transform: skew(0deg, 5deg);
    -moz-transform: skew(0deg, 5deg);
    -o-transform: skew(0deg, 5deg);

}

.greendiv {
    margin-top: 200px;
    background-color: #1b4a36;
    width: 100%;
    height: 450px;
    position: absolute;
    -webkit-transform: skew(0deg, -5deg);
    -moz-transform: skew(0deg, -5deg);
    -o-transform: skew(0deg, -5deg);
}

.innerGreen {
    position: absolute;
}

.text {
    margin-top: 100px;
    color: white;
    opacity: 0.7;

    -webkit-transform: skew(0deg, 5deg);
    -moz-transform: skew(0deg, 5deg);
    -o-transform: skew(0deg, 5deg);
}

.center {
    margin: 30px auto 0 auto;
    width: 50%;
}

.btn-custom {
    background-color: #1b4a36;
    color: white;
    border-radius: 0;
}

footer {
    margin-top: 50px;
    background-color: #1b4a36;
    height: auto;
    padding: 20px;
    text-align: center;
    color: #fff;
}

footer p {
    margin-bottom: 0;
}
footer a img {
    width: 25px;
    margin: 10px;
}

@media (min-width: 768px) and (max-width: 1000px) {
    /* NAVBAR Tablet fix */
    .navbar-default .navbar-nav>li>a {
        padding-left: 5px;
    }
    #image img {
        border-radius: 100%;
    }
    .custom-container {
        padding: 0 5px 0 5px;
    }
    .text {
        margin-top: 60px;
    }

}

@media (max-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        background-color: #FFF;
        border-bottom: 1px solid #ddd;
    }
    .custom-container {
        padding: 0 5px 0 5px;
    }
    .custom-container .row {
        margin-top: -50px;
    }
    #image img {
        max-width: 80vw;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
    }

    .center {
        float: none;
        display: block;
        margin: 30px auto 0 auto;
        width: 50%;
    }

    .text {
        margin-top: 60px;
    }

    .custom-input {
        margin-bottom: 20px;
    }

    .greendiv {
        margin-top: 80px;
        height: 500px;
    }

    .greydiv {
        margin-top: 80px;
        height: 500px;
    }

    .banner {
        height: 590px;
    }
}

@media (max-width: 500px) {
    .center {
        float: none;
        display: block;
        margin: 30px auto 0 auto;
        width: 90%;
    }

}