body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	
	font-size: 18px;
	color: #fff;
	
	
}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.header {

	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../img/sky.png') center / cover no-repeat;

}

.container {
	max-width: 1130px;
	padding: 0 15px;
	margin: 0 auto;
	
	min-height: 100%;
	overflow: hidden;
}


.soon {
	position: relative;
	display: flex;
	justify-content: space-between;
	
	flex-wrap: wrap;

}

.inner {
	margin-top: 400px;
	
	width: 400px;
	border-bottom: 4px solid #fff;
	line-height: 1.5em;
}
.inner__email {
	text-decoration: none;
	color: #fff;
	line-height: 1.5em;
	font-size: 25px;

}

	.title {
margin-top: 80px;
width: 485px;
font-weight: 800;
font-size: 60px;
text-transform: uppercase;
border-top: 6px solid #fff;
}
.sky {
	max-width: 100%;

	
}
/*Responsive*/

/*992-1200px*/

@media screen and (max-width: 1200px) {

.container {
	width: 960px;
}

.inner {
	margin-top: 300px;
	width: 400px;
	}
	.title {
width: 300px;
}

	/*768-992px*/

@media screen and (max-width: 992px) {
	
.container {
	width: 720px;
}
.title {
	margin-top: 70px;
}
.inner{
	margin-top: 70px; 
width: 400px;
}

/*576-768*/

@media screen and (max-width: 768px) {

	.container {
	width: 540px;
}



/*0(320)-576*/

@media screen and (max-width: 576px) {
	.container {
	width: 90%;
} 
.inner{
	width: 100%;
	margin-top: 50px;
}

.title {
	font-size: 50px;
}

