@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body {
	margin:0px;
	color:#69747b;
	font-family: 'Lato', sans-serif;
	background-color:#8CB8C6;
}

p {
    margin-top:0.5em;
    margin-bottom:1em;
}

.container {
	position:absolute;
	width:100%;
}

.logo {
	display:block;
	margin:5% auto 3.5% auto;
	max-width:calc(100% - 120px);
}

.logo_bottom {
    display:block;
    margin: 0% auto;
}

.construction {
	text-transform:uppercase;
	font-size:3em;
}

.details {
	text-align:center;
	margin:0% auto 2% auto;
    line-height:1.2;
	padding:0 10px;
}

.details a {
    text-decoration:none;
    color:#2D9AFC;
}

.details a:hover {
    text-decoration:underline;
}

.email a {
	text-decoration:none;
    color:#69747b;
}

.text {
	text-align:center;
	font-size:2em;
    font-weight:bold;
	clear:both;
}

.company-info {
	font-weight:300;
	font-size:1.75em;
	text-align:left;
	line-height:1;
	width:360px;
	margin:0 auto;
}

.company-info p {
	margin-top:0;
	margin-bottom:5px;
}

.company-info .address, .company-info .number, .company-info .email {
	position:relative;
	padding-left:55px;
	margin-bottom:30px;
}

.company-info .address img, .company-info .number img, .company-info .email img {
	position:absolute;
	top:0;
	left:0;
	width:35px;
}

@media screen and (max-width: 680px) {

}

@media screen and (max-width: 480px) {

}