﻿body {
	font-size:18px;
	background-image: url('coming-soon-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'Source Sans Pro', 'sans-serif';
}
#content {
	position: absolute;
	top: 319px;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
}
a {
	color:#2a2a2e;
}
input[type="submit"] {
	background-color: #e82e1e;
}
-webkit-input-placeholder {
color: hsl( 0, 0%, 90%);
}
-moz-placeholder {
	color: hsl( 0, 0%, 90%);
}
-ms-input-placeholder {
	color: hsl( 0, 0%, 90%);
}
-moz-placeholder {
color: hsl( 0, 0%, 90%);
}
.input-icon:before, .cmp-subscribe input[type="email"],.cmp-subscribe input[type="text"]{
	color: hsl( 0, 0%, 90%);
}
#footer, footer a {
	position: relative;
	color: #2a2a2e;
	margin-bottom: 10px;
}
#content .social-wrapper {
	text-align: left;
	padding-left: 160px;
}
.social-list.body a {
	background-color: #ffffff;
}
.social-list.body a:hover {
	background-color: #e82e1e;
}
.social-list.footer a:hover {
	color: #e82e1e;
.social-list.footer li:not(:last-of-type)::after {
	background-color: hsl( 0, 0%, 90%);
.inner-content p {
	line-height: 1.5; 
	letter-spacing: 0px;
	font-weight:400;; 
}
h1:not(.text-logo),h2, h3,h4,h5,h6,.text-logo-wrapper {
	font-size:1.7142857142857em;
	letter-spacing: 0px;  
	font-weight:700; 
}
h1 { 
font-weight:700;
}
@media screen and (max-width: 930px) {
	#content {
		top: 189px;
		margin-left: 20%;
		margin-right: 20%;
	}
}
@media screen and (max-width: 700px) {
	#content {
		top: 416px;
		margin-left: 15%;
		margin-right: 15%;
	}
}
@media screen and (max-width: 500px) {
	#content {
	top: 248px;
	margin-left: 10%;
	margin-right: 10%;
	}
}
