/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */
 
 h1.site-name, h2.site-name {
     padding-top: 30px;
    }
 
#page { 
	background-image: url('../images/header-.jpg');
     	background-color: #fff;
	background-repeat: no-repeat;
	padding-top: 300px;
	background-size: 1000px;
}

#zone-content {
    margin-left: 200px;
    margin-top: 70px;
}

label#toggle-icon{
	background-color: #222;
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 999;
	width: 100%;
	height: 40px;
	font: 3em/1em courier,arial,sans-serif;
}
