/* Themify Customize Styling */
:root {	
	--theme_accent: #000000; 
}
#headerwrap {	
	background-color: transparent; 
}
body #site-logo a {	
	font-family: "Domine";	font-weight:400;
	letter-spacing:2px;
 
}
#site-description {	
	font-family: "Cabin Sketch";	font-weight:400;
	text-transform:uppercase;	text-align:right; 
}
#site-description img {		width: 100px;
	height: 100px; 
}
.page-title {	
	font-family: "Crete Round";	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-weight:400;
	font-size:40px;
	text-align:center; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
#site-description img {		width: 100px;
	height: 100px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#site-description img {		width: 100px;
	height: 100px; 
}
 }@media(max-width: 480px) { /* Themify Customize Styling */
#site-description img {		width: 100px;
	height: 100px; 
}
 }