body {
	background:#E6E6E6;
	width:90%;
	max-width:1000px;
	margin:auto;
}


header {
	width:100%;
	max-width:1000px;
	margin:auto;
	width:100%; 
	z-index:100;
}

h1 {
	font-family:'space-grotesk', sans-serif; 
	font-size:32px;
	text-align:left; 
	color:#000;
}

nav {
	margin-top:20px;
	position:relative;
}

nav ul {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

nav > ul > li {
	float:left;
}

.button-index {
	border:2px solid #c43f23;
	font-family:'roboto', sans-serif; 
	font-size:20px;
	font-weight:300;
	text-align:center; 
	text-decoration:none;
	color:#c43f23;
	margin:5px;
	display:block;
	padding:10px 20px;
}

.button-index:hover {
	border:2px solid #bb070e;
	font-family:'roboto', sans-serif; 
	font-weight:700;
	color:#bb070e;
}

.button-index:active {
	border:2px solid #000;
	font-family:'roboto', sans-serif; 
	font-weight:700;
	color:#000;
}

.button-selected {
	border:2px solid #528FD5;
	background:#528FD5;
	font-family:'roboto', sans-serif; 
	font-size:20px;
	font-weight:700;
	text-align:center; 
	text-decoration:none;
	color:#fff;
	margin:5px;
	display:block;
	padding:10px 20px;
}

.button-selected:hover {
	border:2px solid #3669A3;
	background:#3669A3;
	font-family:'roboto', sans-serif; 
	font-weight:700;
	color:#fff;
}

.button-selected:active {
	border:2px solid #000;
	background:#000;
	font-family:'roboto', sans-serif; 
	font-weight:700;
	color:#fff;
}

.button {
	border:2px solid #528FD5;
	background:#528FD5;
	font-family:'roboto', sans-serif; 
	font-size:20px;
	font-weight:300;
	text-align:center; 
	text-decoration:none;
	color:#fff;
	margin:5px;
	display:block;
	padding:10px 20px;
}

.button:hover {
	border:2px solid #3669A3;
	background:#3669A3;
	font-family:'roboto', sans-serif; 
	font-weight:700;
	color:#fff;
}

.button:active {
	border:2px solid #000;
	background:#000;
	font-family:'roboto', sans-serif; 
	font-weight:700;
	color:#fff;
}





