/* 
 * CONTACT LAYER  
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main-content > #contact-overlay {
	background-color: rgba(112,104,91,0.95);
}

#contact-overlay .content a.button.close {
	background-color: #70685B;
}

#contact-overlay .content a.button.close:hover {
	background-color: #70685B;
}

/* 
 * THANK YOU 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#main-content > #thank-you {
	background-color: rgba(112,104,91,0.95);
} 

/* * * * * * * * * * * * * * * * * * * * * * */

#main-content > div#slideshow {
	padding: 0px;
}

#slideshow .slides {
	background-color: rgba(172,157,136,1);
}

#slideshow .footer {
	background-color: rgba(111,103,93,0.5);
}