html, body { background-color: #F4ECE5; }
body { position: relative; }
/* Custom Navigation Styles */
#mainNav img { max-height: 56px; }
#mainNav { background-color:#ccbfb3;!important }
#mainNav .navbar-brand { line-height: 56px; font-size: 2rem; }

.navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255,.75); font-weight:600; }
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover { color: #757D5D; }
.navbar-nav {  }

.site-header { background-repeat:no-repeat; background-position:center; background-size: cover; padding: 1rem 0; }
.site-header .container img { max-height: 200px; }
.site-header div.site-welcome { padding-top: 0; }
/* Custom Defaults */
.i-left { margin-right: 0.9em; }
.i-right { margin-left: 0.9em; }

section { padding: 90px 0;
}
.hidden { display:none; }

li {
     margin-bottom: 1em; 
}

/* /// Home Page Post Boxes /// */

.bg-lite { background-color:#E2E5D8;!important }

.post, .sub-post {  background-color: #fff; border: solid 1px #AA9888; margin-bottom: 26px; }
.sub-post { background-color: transparent; }
.post-header, .sub-post-header { border-bottom: 1px solid #ffe6bc; padding: 8% 10%; position: relative;
}
.sub-post-header { padding: 32px; background-color: #fff; }
.post-header .post-title, .sub-post-header .sub-post-title {
    color: #2b3542;
    font-family: "Roboto Slab",sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 120%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.post-header .post-title a { color: #2b3542;
}
.post-header:after, .sub-post-header:after {
    border: 11px solid transparent;
    border-top-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 10%;
    margin-bottom: -21px;
    margin-left: 1px;
    position: absolute;
    z-index: 11;
}

.sub-post-content, .post-content { padding: 10%; -ms-word-wrap: break-word; word-wrap: break-word;
}
.sub-post-content { background-color:#ccbfb3; padding: 32px; }

.map-container { display:block; position:relative; width: 100%; height: 100%; max-height: 280px; }
#contact-map { position: relative; }

/* ### FORMS ### */
:required { border-color: #FFC1C1; }
textarea { min-height: 200px; resize: vertical; }
.form-control::-webkit-input-placeholder {
 font-size:0.8em;
 color: #708080; 
}
.form-control:-moz-placeholder { /* older Firefox*/
 font-size:0.8em;
 color: #708080; 
}
.form-control::-moz-placeholder { /* Firefox 19+ */ 
 font-size:0.8em;
 color: #708080; 
} 
.form-control:-ms-input-placeholder { 
 font-size:0.8em; 
 color: #708080; 
}

@media (min-width: 992px) {
.site-header { height: 388px;  padding-top: 94px; }
.site-header div.site-welcome { padding-top: 2rem; }
.dt-mw-25 { max-width: 25%; height:auto; }
.dt-mw-35 { max-width: 35%; height:auto; }
.dt-mw-50 { max-width: 50%; height:auto; }

}


/*
Dark Orange #BF4916
Mid orange #FCB620
Background Pale #FFF3DE
Nav BG #EAF1E9
Green BG #A5B5A2
*/

