body {
	margin:0px;
	color:#474747;
	font-family: 'Open Sans', sans-serif;
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

p {
    margin-top:0.5em;
    margin-bottom:1em;
}

.container {
	width:100%;
}

.logo {
	display:block;
	margin:5% auto 5% auto;
	max-width:calc(100% - 120px);
}

.logo_bottom {
    display:block;
    margin: 0% auto;
}

.construction {
	text-transform:uppercase;
	font-weight:bold;
}

.details {
	text-align:center;
	margin:10% auto 2% auto;
	font-size:2.25em;
    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:#474747;
}

.text {
	text-align:center;
	font-size:2em;
    font-weight:bold;
	clear:both;
}

@media screen and (max-width: 680px) {
	.details {
		font-size:1.75em;
	}
}

@media screen and (max-width: 480px) {
	.details {
		font-size:1.5em;
	}
}