body {
	background: url('../images/background.png') no-repeat left;
	color: #13293e;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

a:visited {
	color: #13293e !important;
}

a:hover {
	color: #e85d0c;
}

.container {
	display: block;
	margin-left: 40%;
	margin-top: 100px;
	max-width: 570px;
}

.divider {
	margin-top: 100px;
}

.construction-message {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 3px;
	text-align: center;
}

.contact {
	display: block;
	text-align: center;
}

.contact a {
	font-size: 18px;
	text-decoration: none;
}

.mail-icon {
	display: inline-block;
	padding-right: 10px;
	position: relative;
	top: 2px;
}

@media only screen and (max-width: 1024px) {
	body {
		background-size: 40%;
	}

}

@media only screen and (max-width: 768px) {
	.container {
		margin-left: 40%;
		max-width: 400px;
	}

	.logo,
	.divider {
		display: block;
		margin-right: 20px;
		width: 90%;
	}

	.construction-message {
		font-size: 26px;
	}
}

@media only screen and (max-width: 480px) {
	.divider {
		margin-top: 40px;
	}

	.construction-message {
		font-size: 20px;
	}

}
