body {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 19px;
	color: #2f2f2f;
}

body a {
	color: #ff5f19;
	text-decoration: none;
}

body a:hover {
	color: #ff5f19;
	text-decoration: underline;
}

#logo {
	margin-top: 30px;
	text-align: center;
}

#logo a > img {
	width: 40%;
	min-width: 280px;
	height: auto;
}

#address {
	text-align: center;
	margin: 50px auto;
}

#address a{
	font-weight: 700;
}

#black-box {
	background: #323232;
	display: block;
	color: #fff;
	margin: 50px auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 33px;
}

#black-box strong {
	color: #ff5f19;
	font-weight: 700;
	font-size: 22px;
}

#text-box {
	line-height: 35px;
}

#social {
	text-align: center;
	display: block;
	margin: 40px;
}

#social a > img {
	fill: #d5d5d5;
	width: auto;
	height: 20px;
	margin: auto 5px;
}