body {
	height: 100vH;
	width: 100vW;
	background-color: #000;
	background-image: url('images/coming-soon-background.jpg');
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.714em;
	background-size: cover;
	margin: 0px;
}

h2, h5 {
	font-weight: 300;
	margin: 0;
}

*{
 color: #fff;
}

a {
	text-decoration: none;
	transition: color .3s ease-out;
	color: #c9c6c6;
}

a:hover {
	color: #fff;
}

.inui-logo img {
	max-width: 132px;
	height: auto;
}

.inui-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 15vH 3vW 36px;
	height: calc(85vH - 36px);
}

.inui-contact {
	position: absolute;
	left: 37px;
	bottom: 24px;
}

.inui-contact span{
	display: block;
	color: #c9c6c6;
}

.inui-copy {
	text-align: right;
	position: absolute;
	right: 37px;
	bottom: 24px;
}

.inui-copy span{
	color: #c9c6c6;
}
.coming-soon-title {
	margin: 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 80px;
	line-height: 1.47em;
	text-align: center;
}

.coming-soon-text,
.inui-social {
	text-transform: uppercase;
}

h5.coming-soon-text {
	letter-spacing: .139em;
	text-align: center;
	font-size: 14px;
}

.inui-social {
	font-size: 11px;
	letter-spacing: .25em;
}

.inui-social a:first-of-type:after{
	content: '/';
	display: inline-block;
	padding: 0 10px;
}

.coming-soon-text-holder {
	padding-bottom: 12vH;
}

@media only screen and (max-width: 600px) {
	.inui-content {
		margin: 10vH 3vW 36px;
		height: calc(90vH - 36px);
	}
}

@media only screen and (max-width: 600px) {
	body {
		background-size: auto 110%;
		background-position: 56% 100%;
	}
	.coming-soon-title {
		font-size: 9vH;
	}
	
	.inui-content {
		margin: 10vH 3vW 0;
		height: calc(90vH - 110px);
	}
	
	.inui-contact,
	.inui-copy {
		position: relative;
		bottom: unset;
		left: unset;
		right: unset;
		margin: 0 4vW;
		text-align: left;
	}
	
	.inui-social {
		padding-bottom: 70px;
	}
	
	h5.coming-soon-text {
		font-size: 13px;
	}
	
	.coming-soon-text-holder {
		padding-bottom: 4vH;
	}
}