/*
Theme Name: Reponsive Child
Description: Child theme for the responsive theme 
Author: Your name here
Template: responsive
*/

@import url("../responsive/style.css");

body { background: #000000; }
.contactInfo { text-align: center; color: #999999; }
#featured {
    background-color: #000000;
    border: none; 
    text-align: center;
     }
#featured-image { margin-top: 20px;}
.menu { margin: 0 auto; width: 92%; }
.menu a { 
	font-size: 19px; 
	text-transform: capitalize; 
	
}
a { color: #5F0000; }
h1, h2, h3, .widget-title, .widget-title-home h3 {  text-transform: capitalize; }

#logo img { width: 100%; }

#wrapper {  }

#widgets .textwidget { text-align: center; }
.col-460 { width: 100%; }
#post-6 h1 { display: none; }

.widget-wrapper { min-height: 220px; }

@media screen and (max-width: 1028px) {
.menu { width: 100%; }	
	
}

@media screen and (max-width: 871px) {
.menu a { font-size: 15px; }  
    
}