@charset "UTF-8";

body{
	margin: 0;


}

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

.landing{

	width: 100%;
	height: 100vh;
	margin: 0;
	background-image:url(images/background_mugen.jpg);
	background-size: cover;
	position: relative;
}



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

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


.info{
	width: calc(100% - 4em);
	height: 220px;
	background-image:url(images/background.jpg);
	background-size: cover;
	padding: 2em;
    font-family:'Roboto', sans-serif;
	font-weight: 100;
	color: white;
}

.info p{
	text-align: center;
	font-family:'Roboto', sans-serif;
}

.text{
	margin: 0 0 0 0;
	font-family:'Roboto', sans-serif;
}

.title{
	font-family:'Roboto', sans-serif;
	font-size: 18pt;
	margin-bottom: 0;
	font-weight: 200;
}

.soon{
	font-family:'Roboto', sans-serif;
	margin-top: 0em;
}


.adress{
	font-family:'Roboto', sans-serif;
	margin-top: 4em;
	line-height: 1.8em;
}

.adress a {
	font-family:'Roboto', sans-serif;
	text-decoration: none;
	color:rgba(255,255,255,1.00);
}

.adress a:hover {
	font-family:'Roboto', sans-serif;
	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%;
		top:50%;
		left:50%;
	}


}


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

}
