
/*-----------------------------------------------------------------
 Output Custom CSS from Theme Options Panel
---------------------------------------------------------------- */

body
{
background-image:url('http://songsofthemoment.com/wp-content/uploads/2013/12/sotm-bg.png');
}

body.home #clients {
background-color: #e6c7ae !important; 
}

#enews form {
background: #e6c7ae;}

body.single-portfolio #portfolio {
	background-color: #e6c7ae;
	}


.search-form {
background: #e6c7ae;
background-color: rgb(230, 199, 174) !important; }

hr {
border-top: 1px solid #a66631;
border-bottom: 1px solid #a66631;}

	.slicknav_menu {
		background: #e6c7ae !important ;
	}

        .wp-caption {
        background: #e6c7ae;
        border: 1px solid #e6c7ae ;
        }

.entry-content h1, h2, h3, h4, h5, h6 {
font-weight: 700;
margin-bottom: 5px;
}

.custom img {
max-width: 100%;
}