/*
 Theme Name: Twenty Twelve Child Theme
 Theme URI: https://wordpress.org/themes/twentytwelve/
 Author: the WordPress team
 Author URI: https://wordpress.org/
 Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
 Version: 2.2
 Template: twentytwelve
*/

@import url("../twentytwelve/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Header */

.site-header {
    min-height: 88px;
}
.site-header h1 {
	float: left;
	font-size: 0;
	margin-bottom: 1rem;
}
.site-header h1 > a {
    background: url("/wp-content/uploads/2024/02/chimfit-logo.png") no-repeat scroll 0 0 transparent;
	background-size: 100% auto;
    width: 338px;	
    height: 88px;	
}
.site-header h2 {
    font-size: 0;	
}

@media screen and (max-width: 599px) {
	.site-header h1 { 
		float: none; 
	}
	.site-header h1 > a { 
		width: 240px; height: 64px; 
	}
}
