html {
	height: 100%
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 25px;
	background-image: url("bg.svg");
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #2A3249;
	position: relative;
	height: 100%;
}
a {
	color: #2A3249;
	text-decoration: none;
}
a.link {
	border-bottom: solid 1px #ddd;
}
a.link:hover {
	border-bottom: solid 1px #2A3249;
}

#container {
	left: 50%;
	top: 50%;
	width: 240px;
	position: absolute;
	transform: translate(-50%,-50%);
}
#address {
	text-align: center;
	margin-bottom: 10px;
}
#contact {
	text-align: center;
}
#logo {
	width: 100%;
	display: block;
	margin: 0 auto 30px auto;
}
b {
	font-weight: 900;
}
#facebook {
	width: 30px;
	margin-top: 10px;
}



@media (max-width: 600px) {
	#logo {
		width: 120px;
	}
}
