
body {
    background: #ccc;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #666;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h2 {
	margin-top: 10px;
	font-size: 42px;
    font-weight: 100;
    line-height: 54px;
}

img { max-width: 100%; }

::-moz-selection { background: rgba(252, 2, 54, 0.8); color: #eee; text-shadow: none; }
::selection { background: rgba(252, 2, 54, 0.8); color: #eee; text-shadow: none; }


/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
}

.inner-bg {
    padding: 75px 0 40px 0;
}

.coming-soon .logo {
	padding-bottom: 20px;
}

.coming-soon .logo h1 {
	margin: 0;
}

.coming-soon .logo a {
	display: inline-block;
	width: 700px;
	height: 192px;
	background: url(../img/Logo.jpg) center center no-repeat;
	background-size: 100%;
	text-indent: -99999px;
	margin-top: 60px;
}
@media(max-width: 992px) {
	.coming-soon .logo a {
		max-width: 90%;
		margin-top: 0;
	}
	.coming-soon p:first-child {
		margin-top: 20px;
	}
}
@media(max-width: 480px) {
	.inner-bg {
		padding-top: 10px;
	}
	.coming-soon p:first-child {
		margin-top: 0;
	}
}
.coming-soon .logo a:focus { outline: 0; }

.coming-soon p {
	margin: 60px 0 10px 0;
	padding: 0 120px;
    font-size: 22px;
    line-height: 36px;
}

.coming-soon .light {
	font-weight: 300;
}

.coming-soon p:first-child {
	font-weight: 900;
	font-size: 2.6em;
	line-height: 1.2em;
	padding: 36px;
	border: 1px solid #eee;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
