/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #e9d2c6;
	border-bottom: 1px solid #eee;
	padding-left: 5px;
	padding-right: 5px;
	position: fixed;
	width: 100%;
	z-index: 9990;
}
.header-image .site-title > a {
    background-size: contain !important;
    float: left;
    min-height: 77px;
    width:300px;
}
.header-image .title-area {
    margin-bottom: 4px;
    margin-top: 3px;
    min-height: 77px;
    padding-top: 10px;
    width: 300px;
}
.front-page-2 {
    padding-bottom: 40px;
    padding-top: 30px;
    text-align: center;
}
.entry-title {
    font-size: 34px;
    font-size: 3.4rem;
}
.front-page-2 .widget-title, .front-page-3 .widget-title, .front-page-4 .widget-title, .front-page-5 .widget-title, .front-page-6 .widget-title, .front-page-7 .widget-title {
    font-family: 'Cormorant Garamond', serif;
		font-size: 24px;
    color: #ee5b2f;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.footer-widgets {
    background-color: #fdc031;
    border-top: 1px solid #eee;
    font-size: 20px;
    font-size: 2rem;
    clear: both;
}
.front-page-3, .front-page-3 a, .front-page-3 p, .front-page-3 .featured-content .entry-title a, .front-page-3 .widget-title {
    color: #000;
		font-size: 25pt;
		font-size: 2.5rem;
		line-height: 1;
}
.front-page-3, .front-page-3 a, .front-page-3 p, .front-page-3 .featured-content  .front-page-3 .widget-content {
    color: #000;
		font-size: 20pt;
		font-size: 2.0rem;
		line-height: 1.1;
}
.front-page-4, .front-page-4 a, .front-page-4 p, .front-page-4 .featured-content .entry-title a, .front-page-4 .widget-title {
    color: #000;
		font-size: 25pt;
		font-size: 2.5rem;
		line-height: 1;
}
.front-page-4, .front-page-4 a, .front-page-4 p, .front-page-4 .featured-content  .front-page-3 .widget-content {
    color: #000;
		font-size: 20pt;
		font-size: 2.0rem;
		line-height: 20px;
}

.page-image .entry-header::after {
    border-bottom: 0; 
}
body {
    background-color: #e9e4f7;
    color: #2e2e0e;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.75;
    margin: 0;
}
.page-image {
    margin-top: 65px;
    padding: 100px 0;
    color: #FFF;
	  text-shadow: #000 1px 1px;
    background-position: center;
    background-size: cover;
}
