.overlay
{
	background-color: #0e0e0e;
	height: 100%;
	width: 100%;
}


.comingsoon
{
	font-size:11vw;
	text-align: center;
	color: #d1d1d1;
	font-family: 'helvetica';
	font-weight: 100;
	letter-spacing: 3;
	margin-top: 30%;
	transform: translateY(-30%);
}


.comingsoon span
{
	color:#3e3e3e;
}

.socialIcons
{
	text-align: center;
	font-size: 6vw;
	color: white;
}

.socialIcons .icons a
{
	color: #3c3c3c;
	padding: 5px;
}


.socialIcons i:hover
{
	color: #c4a3be;
}