/* Enter Your Custom CSS Here */
.header-image .site-title, .header-image .title-area{
	width: 100% !important;
}
.header-image .site-title > a{
	background-size: contain !important;
    min-height: 400px !important;
}

@media (max-width: 768px){
	.header-image .site-title > a{
    min-height: 240px !important;
	}
}



a {
 color: #fe5600;  
}

a:hover {
 color: #ffb28b !important;  
}


.aligncenter {
    text-align: center;
}

.sidebar .featured-content .entry-title {
    text-align: center;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
    border-radius: 100px;
    font-size: 100px !important;
}

.site-footer a {
    color: #777;
    display: none;
}

.site-footer {
    display: none;
}

.genesis-nav-menu {
    text-align: center !important;
}