/* Font */
.title-area {
    align: center;
    width: 100%;
float: center;
    text-align: center;
}

.nav-primary {
    text-align: center;
}

.site-title {
    font-family: 'Garamond', serif;
    text-align: center;
}

.genesis-nav-menu .menu-item{
    font-size: 2rem;
    text-align: center;}

body {
    font-family: 'Garamond', serif;
}

/*Color Changes*/ 

.before-footer {
    background-color: #eeeeee;
}

.front-page-4, .front-page-6, .footer-widgets, .site-footer {
    background-color: #eeeeee;
    color: #212121;
}

.site-footer a {
    color: #212121;}

.genesis-nav-menu .sub-menu li a {
    background-color: #11349e;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sticky-message {
    background-color: #eeaa65;
    color: #ffffff
}




/*BUTTONS*/

.top_button, input#SendEmail.btn, .sidebar_button {
    background-color: #eeaa65;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    max-width: 200px;
    margin: 5px auto;
    box-shadow: 2px 2px #6a6a6a;
}

.top_button a, .sidebar_button a, input#SendEmail.btn a {
    color: #ffffff;
    text-decoration: none;
}

.top_button:hover, .sidebar_button:hover, input#SendEmail.btn:hover {
    background-color: #ee9c65;
    box-shadow: 2px 2px #7a7a7a;
}


/*HOME TEXT BOX ON FRONT PAGE*/

.image-section .widget-wrap {
    background-color:rgba(255,255,255,0.8);
}

.image-section .widget-wrap:after, .image-section .widget-wrap:before {
    display: none;
}


/*PHOTOS*/

.center {
 max-width: 600px;
 width: 100%;
 margin: 10px;
 padding: 10px;
}

.image_right {
 max-width: 400px;
 width: 100%;
 margin: 10px;
 padding: 10px;
 float: right;
}

.NWFA {
 max-width: 200px;
 margin: -20px 40px 0px 20px;
 float: right;
}
