/* Themify Customize Styling */
.iphone:before {
	content: '';
	background-size: cover;
	background-position: center top;
	position:fixed;top:0;left:0;width:100%;height:100vh;pointer-events:none;z-index:-1; 
}
body {	
	background-size: cover;
	background-position: center top;background-attachment: fixed; 
}
.header-classic #headerwrap, #headerwrap {	background: none;
	background-color: #080202; 
}
body[class*="themify"] #site-logo a img {		width: 200px; 
}
#site-description {	display: none; 
}
#footerwrap {	background: none;
	background-color: #000000; 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 200px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 200px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 200px; 
}
 }