/*
gray: #2C3531
dark teal: #116466
mute tan: #D9B08C
bright tan: #FFCB9A
light teal: #D1E8E2

*/

body {
    margin: 0;
    background: white;
    font-family: 'Montserrat', sans-serif;
}

p, blockquote {
    font-size: .9em;
    line-height: 1.6em;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.small {
    font-size: .7em;
    line-height: 1em;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header {
    padding: 1em 1.5em;
    background-color: #444545;
    text-align: center;
}

.nav {
    font-size: 3vw;
    margin-left: 6%;
    margin-right: -2%;
    display: block;
    justify-content: space-between;
    
}

.nav li {
    display: inline;
    color: #D1E8E2;
    padding: 0 10px;

}


a.header-nav {
    color: #D1E8E2;
    text-decoration: none;
    font-size: .8em;
    background:#444545;
    padding: .3em;
    text-align: center;
    text-transform: uppercase;

}

a.header-nav:hover {
    background-color: #116466;
}



header img {
    display: block;
    width: 100%;
}


.container {
    width: 100%;
}

.gray-container {
    background: #444545;
    padding: .8em;
    display: flex;
    justify-content: space-between;
    color: #D1E8E2;
}


.white-container {
    background: #fff;
    padding: .8em;
    display: flex;
    width: 50%;
    margin-left: 20%;
    margin-right: 20%;
    justify-content: space-between;
    color: #116466;
    text-align: center;
}

.white-container div {
    display: block;
    /*text-align: center;*/
}

.green-container {
    background: #116466;
    padding: .8em;
    display: flex;
    justify-content: space-between;
    color: #fff;    
}


.gray-container img {
    width: 80%;
    max-width: 290px;
}



/*
.logo {
    width: 130px;
}
*/


.showcase {
    display: flex;    
    text-align: center;
    flex: 1;
    font-size: 16px;
}

.showcase-headline {
    font-size: 5.5vw;
    color: #116466;
    line-height: 2em;
    margin-top: -1em;
}

.showcase p {
    font-size: 3.5vw;
    font-weight: 300;  
    margin-top: -1em;
    margin-bottom: 1em;
}

.vertical-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 2em;
    margin-right: 2em;
    width: 80%;
}


.contact-btn {
    width: 50%;
    margin: 0 auto;
}

a.contact-btn {
    color: #fff;
    text-decoration: none;
    border-radius: .5em;
    font-size: 3vw;
    padding: .5em;
    margin-bottom: 1em;
    background: #116466;
}

a.contact-btn:visited {
    color: #D1E8E2;
    background: #116466;

}

a.contact-btn:hover {
    color: #116466;
    background-color: #D1E8E2;
}

.show-img {
    width: 100%;
    max-width: 250px;
}


.services-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-wrap: wrap;
    text-align: center;
    align-content: space-between;
}


.services-container > li img {
    max-width: 100px;
}

.services-container > li p {
    font-weight: 300;
    line-height: 2em;
    font-size: .8em;
}

.services-container > li {
    padding: 1em;
}


/*
.menu {
    width: 32px;
    margin-top: 68%;
}
*/
/*
.showcase {
    display: flex;
    justify-content: flex-end;
}

.showcase-text {
    padding-right: 2em;
    padding-left: 10%;
    margin-top: -2em;
    text-align: left;
}

.showcase-text h1 {
    font-size: 1.3em;
}

.subhead {
    font-weight: 300;
}


h1, .subhead {
    position: relative;
    z-index: 3;
}

.subhead {
    font-size: 1.1em;
}

.blue-container {
    width: 100%;
    background: #D1E8E2;
    margin-top: 15%;
    padding: 4em, 0, 2em;
}

.blue-container ul li {
    margin-bottom: 3em;
}

.blue-container ul li p {
    padding: 0 .5em;
}

*/

.form-box {
    padding: .5em 0;
    display: flex;
    flex-direction: column;
    line-height: 1.5em;
    font-family: 'Montserrat', sans-serif;

}

.form-box label {
    display: none;
}


#form-msg {
    line-height: 3em;
    outline: none;
} 

.sub-btn {
    color: #116466;
    text-decoration: none;
    border-radius: .5em;
    padding: .5em;
    width: 20%;
    margin-bottom: 1em;
    background: #D1E8E2;
}


/*
nav ul li a {
    color: #000;
    text-decoration: none;
    display: inline;
    padding: 1em 2em;
    background-color: #D1E8E2;
}

nav ul li a:hover {
    background: #2C3531;
    color: #fff;
 }
*/




 @media only screen and (min-width: 750px) {
    
    header > img {
        max-width: 750px;
        margin: 0 auto;
        padding-bottom: 0;
    }

    header > nav {
        max-width: 750px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .nav > li {
        padding: 0 20px;
    
    }
    

    a.header-nav {
        font-size: 18px;
        padding-top: 0;
        margin-top: 0;
    
    }

    .showcase {
        display: flex;    
        text-align: center;
        flex: 1;
    }
    
    .vertical-flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        padding: 0 10%;
        width: 80%;
    }

    .showcase-headline {
        font-size: 40px;
    }
    
    .showcase p {
        font-size: 24px;
    }

    .contact-btn {
        max-width: 222px;
    }
    
    a.contact-btn {
        color: #fff;
        text-decoration: none;
        border-radius: .5em;
        font-size: 1.5em;
        padding: .5em;
        margin-bottom: 1em;
        background: #116466;
    }
    
    a.contact-btn:visited {
        color: #D1E8E2;
        background: #116466;
    
    }
    
    a.contact-btn:hover {
        color: #116466;
        background-color: #D1E8E2;
    }

    .services-container {
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly;
        align-content: center;
        font-size: 1em;
        padding: 1em;
    }

    .services-container > li {
        width: 200px;
    }

    .form-box {
        flex-direction: row;
        
    }

    .form-box label {
        display: block;
        flex-basis: 9em;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .form-box textarea {
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .form-box button {
        margin-left: 9em;
    }


 }
 