@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
body, button, input, textarea{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:15px;
	-webkit-appearance: none;
 	-webkit-border-radius: 0;
}
#footer-container{
	text-align:center;
	bottom:0;
	width:100%;
	padding: 20px 0;
	background-color:#0d0d0d;
	color: white;
}
#footer{
	max-width:1150px;
	margin:auto;
}
#footer a{
	color: white;
}