/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	text-align:center;
}

body, html {
	/* [disabled]font-size: 100%; */
	padding: 0;
	margin: 0;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.main,
.container > header {
	width: 1100px;
	height:950px;
	
	
}
.main > section {
	width: 1100px;
	height:950px;
	top:100px;
	margin-top:100px;
	position:fixed;
}


.main > section h2 {
	
}

.main > section button {
	
}

.main > section button:hover {
	
}

.main > section button.active {
	
}

.main > section button.disabled {
	
}


.container > header nav a:hover:before {
	
}

