html, body{
	margin:0;
	padding:0;
	background: #fff;
	color: #666;    
}

a{
	color: #eee;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

.container{
	margin:0 auto;
	font-size: 15px;
    font-weight: 400; 
    font-family: 'Roboto', sans-serif;
}

.slogan {
    font-size: 1em;  
    font-weight: 400;  
}

.button{
	padding: 10px 25px;
	background: #4b4e53;
	color:#fff;
	text-align: center;
	margin-top: 40px;	
	margin-bottom: 20px;	
    font-size: 1.2em;  
}
.button:hover{
	color:#fff;
}

