@font-face {
    font-family: Montserrat-Light;
    src: url(../fonts/Montserrat-Light.otf);
}

h1, h2 {
	font-family: Montserrat-Light;
}

.container {
	background-color: #000;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

.wrap-bg {
  text-align: center;
}

.wrap-bg img{
	height: 100%;
	max-width: 100%;
	background-image: url("../img/bg.png");
	overflow-x: hidden;
}

.wrap-logo {
	text-align:center;
}

.wrap-logo img {
	position: absolute;
	top: 30%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width: 550px;
	width: 90%;
}

.line {
	position: absolute;
	width: 100%;
	top: 60%;
}

.line hr {
	border: none;
	background-color: #fff;
	height: 5px;
}

.soon {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 70%;
	color: #fff;
}

.wrap-logo h1 {
	position: absolute;
	top: 30%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 70px;
	margin: 0px;
}

.soon h2 {
	font-size: 50px;
}
