html,body{
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

body{
	font-family: 'Muli', sans-serif;
	font-size: 1.3em;
	background: url('background.jpg');
}
header{
	width: 97%;
	padding: 1% 0px;
	margin: 0px 0px 0px 1.5%;
	border-bottom: 1px solid #898682;
}

section{
	margin: 0px 0px 0px 3%;
	width: 85%;
}
label {
	display: inline-block;
	width: 15%;
}
/************* FOOTER ****************/
footer{
	float: left;
	width: 94%;
	padding: 3%;
	color: #291105;
/*	border-top: 1px solid #e0e2db;*/
}
footer a{
	color: #291105;
	text-decoration:none;
}
footer a:hover{
	text-decoration:underline;
}
footer ul{
	list-style:none;
}
/*************** MISC ******************/
a.button{
	border-radius: 3px;
	padding: 0.5% 1.5%;
	font-size: 1em;
	text-decoration: none;
	color: #FFF;
	border: 2px solid #FFF;
}
a.button:hover{
	cursor: pointer;
	background: #fb8d59;
	border: 2px solid #fb8d59;
}

.left{
	width: 50%;
	float: left;
}
.right{
	width: 50%;
	float: right;
}

.clear{
	clear:both;
}
img{
	max-width: 100%;
}
