/*======================================================================
	Overwrites
----------------------------------------------------------------------*/
*{
	font-family:"Arial", sans-serif;
	font-size:14px;
	font-style:normal;
	color:#454748;
	letter-spacing:0.05em;
	line-height:1;
	
	border:0px none;
	border-radius:0px;
	outline:none;
	
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	
	-webkit-appearance:none;
	-webkit-font-smoothing:antialiased;
}


/*======================================================================
	HTML/Body
----------------------------------------------------------------------*/
body{
	background-color:#f0f1f3;
}


/*======================================================================
	Sections
----------------------------------------------------------------------*/
section.container{
	padding:40px;
}
section.container h1{
	background-image:url('../images/ui/logo-full.png');
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	max-width:480px;
	height:60px;
	margin:0px auto 40px auto;
	position:relative;
}
section.container div.content{
	background-color:#fff;
	width:100%;
	max-width:480px;
	margin:0px auto;
	padding:40px;
	box-shadow:0px 0px 40px rgba(0, 0, 0, 0.075);
}
section.container div.nav{
	font-family:"Arial", sans-serif;
	font-size:11px;
	color:#949494;
	text-align:center;
	width:100%;
	max-width:480px;
	margin:40px auto 0px auto;
}
section.container div.nav a{
	font-family:"Arial", sans-serif;
	font-size:13px;
	color:#949494;
	text-decoration:underline;
}
section.container div.nav a.button{
	background-color:transparent;
	font-family:"Montserrat", sans-serif;
	font-size:11px;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:41px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 20px;
	margin-right:15px;
	border:2px solid #949494;
	border-radius:2px;
	cursor:pointer;
	display:inline-block;
}