.button:hover {
background-color: #E36B91;
}

.full-width-content .content {
    padding: 0;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #E36B91;
}

a:hover {
    color: #E36B91;
}



/* Navbar */
/*header.site-header {
background-color: #E36B91;
}*/

.menu li a:hover {
color: #E36B91!important;
}

/* Footer */
/*footer.site-footer {
background-color: #E36B91;
}*/

.home-odd {
    text-shadow: 2px 2px 12px black;
}

.home-even {
    padding: 90px 0 100px;
}

.home-odd .widget_text {
    background-color: rgba(0,0,0,.4);
    padding: 1em;
}

.home-even {
background-color: #E36B91;
color: white;
}

.home-even h2,
.home-even h4,
.home-even p {
color: white;
}

.footer-widgets {
    /*background-color: #F89696;*/
background-image: url('https://www.parforthecure.com/wp-content/uploads/2015/08/grass-background.png');
background-size: cover;
background-position: center;
}

.home-even a.button {
    color: white;
    background-color: none;
    border-color: white;
}

.home-even a.button:hover {
    background-color: white;
    border-color: white;
    color:black;
}

/* Videos */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-header::after {
border-bottom: none!important;
}

/*.home-section-1, .home-section-3, .home-section-5 {
background-attachment: initial!important;
}*/

@media only screen and (max-width: 1140px) {
.home-section-1, 
.home-section-3, .home-section-5 {
background-position: center!important;
background-size: cover;
}
}

.home-odd .widget_text {
    max-width: 750px;
    margin: 0 auto;
}

.page .site-inner {
   margin-top: 120px;
}

.page .entry-title {
     margin-bottom: 50px;
}

.page .entry-header::after {
display: none;
}

.home-odd {
    padding: 70px 0 200px;
}

