﻿body {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: url(/assets/images/pagebg.png) top left repeat;
    filter: drop-shadow(0px 5px 10px #000000);
}


a{
    color: #2e6e62;
    text-decoration: underline;
}

.container{
    background: #f0eeda;
    max-width: 1000px;
    width:100%;
    padding: 0;
    margin: 0 auto 20px auto;
}

header{
    background: #13231d;
    position: relative;
    padding: 20px;
}

.logo{
    height: 100px;
}

.header-nav{
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}



.header-nav li{
    display: inline-block;
    margin: 0 20px 0 0;
}

.header-nav a{
    font-size: 18px;
    color: #f0eeda;
    text-decoration: none;
}



.content{
    background: url(/assets/images/leaves-left.svg) top left no-repeat, url(/assets/images/leaves-right.svg) top right no-repeat;
    background-size: 80px, 80px;
}

.dark{
    background: url(/assets/images/leaves-left.svg) top left no-repeat, url(/assets/images/leaves-right.svg) top right no-repeat;
    background-color: #13231d;
    background-size: 80px, 80px;
    background-position: 0 0, 100% 0;
    color: #f0eeda;
    margin: 0 -80px -80px -80px ;
    padding: 80px;
    z-index: 100;
}

.dark a{
    color: #b3ece4;
    text-decoration: underline;
}

.belowdark {
    margin-top: 120px;
}
.top-banner{
    position: relative;
    
}


.top-image{
    width:100%;
}

.top-content{
    position: absolute;
    bottom: 40px;
    right: 40px;
    color: #f0eeda;
    text-align: right;
}

.top-content h1{
    font-size: 48px;
    font-weight: 300;
    margin: 0;
    text-shadow: rgba(0, 0, 0, 0.7) 0px 5px 20px, rgba(0, 0, 0, 0.9) 0px 3px 6px;
}

    .top-content .image-button {
        background: rgba(176, 168, 86, 0.6);
        color: #f0eeda;
        padding: 10px 20px;
        border: 1px solid rgba(240, 238, 218, 0.69);
        text-transform: uppercase;
        margin: 30px 0 0 0;
        font-size: 18px;
        text-decoration: none;
        display: inline-block;

    }
    .top-content .image-button:hover {
        background: rgba(176, 168, 86, 0.8);
        color: #f0eeda;
        padding: 10px 20px;
        border: 1px solid rgba(240, 238, 218, 0.69);
        text-transform: uppercase;
        margin: 30px 0 0 0;
        font-size: 18px;
        text-decoration: none;
        display: inline-block;
    }

hr {
    border: none;
    background: url(/assets/images/symbol.svg) top center no-repeat;
    background-size: 70px;
    height: 70px;
    margin-bottom: -35px;
    padding-bottom: 125px;
    display: block;
    clear: both;
    z-index: 1000;
    opacity: 1;
}

.pagecontent{
    padding: 80px 80px 10px 80px;
    font-size: 16px;
}

.pagecontent h1{
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
}

.pagecontent h2{
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.pagecontent h3{
    font-weight: 400;
    font-size: 1.4rem;
    margin: 30px 0 20px 0;
}

.pagecontent .lead{
    font-weight: 600;
    font-size: 1rem;
}

.pagecontent ul{

}

.pagecontent li{
    margin: 0 0 20px 0;
}


.text-center{ text-align: center;}

*, ::after, ::before {
    box-sizing: border-box;
}
input, .form-control {
    border: 1px solid #ecf2f6;
    border-radius: 16px;
    background-color: #fff;
    color: #292930;
    padding: 15px 20px;
    width: 100%;

}
input {
    height: 60px;
}
input[name="EmailAddress"] {
    position: absolute;
    left: -999999999px;
}

.btn-secondary{
    background: #2e6e62;
    border: 1px solid #2e6e62;
    color: #fff;
    padding: 10px 20px;
    border-radius: 16px;
    width: 100%;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #292930;
    margin-bottom: 10px;
}
.form-group {
    margin-bottom: 16px;
}

footer{
    font-size: 0.8rem;
    background: #f0eeda;
    color: #313331;
    padding: 10px;
    text-align: center;
    margin: 0;
}


@media (max-width: 850px) {
    header{
        background: #13231d;
        position: relative;
        padding: 10px;
        clear: both;
        margin: 0;
        text-align: center;
    }

    .logo{
        width: 100%;
        height: auto;
        max-height: 100px;
        margin: 0 auto;
        padding: 0;
    }

    .header-nav{
        display: block;
        position: relative;
        clear: both;
        top: auto;
        left: auto;
        right: auto;
        width:100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }



    .header-nav li{
        display: inline-block;
        padding: 10px 20px;
        margin: 0;
    }

    .header-nav a{
        font-size: 18px;
        color: #f0eeda;
        text-decoration: none;
    }

   
    
    .top-content h1{
        font-size: 28px!important;
        padding: 0; margin: 0;
    }

    .top-content h1, .top-content button{
        
    }
}