/* Themify Customize Styling */
#headerwrap {	
	padding: 0em; 
}
#site-logo img {		width: 250px; 
}
#site-logo a {		width: 250px; 
}
#site-description {	display: none; 
}

/* Themify Custom CSS */

@font-face {
    font-family: 'houschka_roundedmedium';
    src: url('fonts/g-type_-_houschka_rounded_medium-webfont.eot');
    src: url('fonts/g-type_-_houschka_rounded_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/g-type_-_houschka_rounded_medium-webfont.woff2') format('woff2'),
         url('fonts/g-type_-_houschka_rounded_medium-webfont.woff') format('woff'),
         url('fonts/g-type_-_houschka_rounded_medium-webfont.ttf') format('truetype'),
         url('fonts/g-type_-_houschka_rounded_medium-webfont.svg#houschka_roundedmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}



h1, h2, h3, h4, h5, h6, #site-logo, .post-title, .widgettitle, p {
    font-family: "houschka_roundedmedium";
}@media screen and (max-width: 976px) { /* Themify Customize Styling */
#site-logo img {		width: 250px; 
}
#site-logo a {		width: 250px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
#site-logo img {		width: 250px; 
}
#site-logo a {		width: 250px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
#site-logo img {		width: 250px; 
}
#site-logo a {		width: 250px; 
}
 }