/* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 200px; 
}
#footer-logo a img {		width: 180px; 
}
@media screen and (max-width: 1280px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 200px; 
}
#footer-logo a img {		width: 180px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 200px; 
}
#footer-logo a img {		width: 180px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 200px; 
}
#footer-logo a img {		width: 180px; 
}
 }
/* Themify Custom CSS */
@media screen and (min-width: 1000px) {
	.banner {
		height: 600px !important;
	}

	.banner h1 {
		padding-top: 100px;
	}
}
@media screen and (max-width: 999px) {
	.banner {
		height: 400px !important;
	}

	.banner h1 {
		font-size: 4rem;
		padding-top: 100px;
	}
}
@media screen and (max-width: 400px) {
	.banner {
		height: 200px !important;
	}

	.banner h1 {
		padding-top: 50px;
		font-size: 2rem;
	}
}

.header-widget-full {
	background: #000;
	color: #fff;
}

#footerwrap {
	background: #000;
	color: #eee;
}
#footerwrap h1,
#footerwrap h2,
#footerwrap h3,
#footerwrap h4,
#footerwrap h5,
#footerwrap h6 {
	color: #fff;
}
