body {
	background: url(https://i.imgur.com/Ynwrmdd.jpg) no-repeat center center fixed;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400px;
	background-size: cover;
	margin-top: 75px;
}
.coming-soon {
	padding-top: 60px;
	margin: 0px auto 40px auto;
	text-align: center;
}
.coming-soon h2 {
	font-size: 68px;
	font-weight: 700;
	text-shadow: 0 1px 7px rgba(0,0,0,.2);
	line-height: 1.3em;
	opacity: 10;
}
.social {
	padding-top: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
}
/* Buttons Style */
.social .btn {
	border: none;
	opacity: 0.9;
	margin: 7px;
	border-radius: 7px;
}
.social .btn:hover, .social .btn:active {
	border: none;
	opacity: 1;
}

.linkedin-button {
	background: #fff;
	color: #0077b5;
}
.linkedin-button:hover, .linkedin-button:active {
	background: #0077b5;
	color: #fff;
}
