body {
	font-size: 16px; 
	color: #fff;
	background-color: #000;
}
.container {
	max-width: 960px;
	padding: 30px;  
}
.row { padding-bottom: 30px; }
.logo {
	color: #fff; 
	text-decoration: line-through; 
	font-size: 5em; 
	/*
	display: block;
	text-indent: -9999px;
	width: 570px;
	height: 90px;
	background: url(../assets/logo.svg);
	background-size: 570px 90px;
	background-color: #FF4901;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: -23px;
	*/ 
}
a { 
  color: #666; 
  text-decoration: none; 
}
.email:hover {
	text-decoration: line-through;
}
.main { font-size: 2em; }
.contact { font-size: 0.75em; }
.footer { 
	font-size: 1em;
	line-height: 130%; 
}