/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */



#page { 
	background-image: url('../images/header-.jpg');
     	background-color: #fff;
	background-repeat: no-repeat;
	padding-top: 350px;
	background-size: 1400px;
}

#section-content {
	padding-top: 0px;
}


body { 
    	xxxmin-width: 1200px;
    	background-color: #ccc;
}

#zone-content {
    	margin-left: 380px;
    	margin-top: 170px;
    	width: 1400px;
    	zzzbackground-color: #c0c;
}

#zone-postscript {
    	margin-left: 50px;
    	width: 1400px;
}

#zone-footer{
	margin-left: 80px;
}

footer {
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	min-height: 300px;
}

h1, h2, h3, {

	font-family: ralewaybold;
    	font-size: 3em;
}

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

