@charset "UTF-8";

body{
	margin: 0;
		
	
}

.wrapper{
	width: 100%;
	background-color:rgba(255,255,255,1.00);
}

.landing{
	
	width: 100%;
	height: 100vh;
	margin: 0;
	position: relative;
}



.logo{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-44%, -50%);
	height: auto;
}

.logo{
	width: 30%;
	opacity: 0.0;
}


.info{
	width: calc(100% - 4em);
	height: 220px;
	background-color: black;
	padding: 2em;
    font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
	color: white;
}

.info p{
	text-align: center;
}

.text{
	margin: 0 0 0 0;
}

.title{
	font-size: 18pt;
	margin-bottom: 0;
	font-weight: 200;
}

.soon{
	margin-top: 0em;
}


.adress{
	margin-top: 4em;
}

.adress a {
	text-decoration: none;
	color:rgba(255,255,255,1.00);
}

.adress a:hover {
	color:rgba(150,150,150,1.00);
}

@media screen and (max-width: 2000px) {
	.logo{
		width: 40%;
	}
	

}

@media screen and (max-width: 1720px) {
	.logo{
		width: 45%;
	}
	

}


@media screen and (max-width: 1280px) {
	.logo{
		width: 50%;
	}
	

}


@media screen and (max-width: 720px) {
	.logo{
		width: 60%;
	}
	
	
}


@media screen and (max-width: 480px) {
	.logo{
		width: 65%;
	}
	
}
