/* General Styles */

@import 'https://fonts.googleapis.com/css?family=Squada+One';
@import 'https://fonts.googleapis.com/css?family=Open+Sans';

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height: 1.4em;
	vertical-align:baseline;
	background:transparent;
}

html, body {
	font-family: 'Squada One', cursive;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4em;
	background-color: #7d868c;
	color: #000;
	padding: 0;
	margin: 0;
	height: 100%;
	-webkit-font-smoothing: antialias;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 
	padding: 0;
}

a img { 
	border: none;
}

/* Coming Soon Page Design Styles */

#page {
	min-height: 100%;
	min-width: 320px;
}

#main {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	background: url(images/carpentry-overlay.png) no-repeat center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	-ms-behavior:url(backgroundsize.min.htc);
}

.content {
	max-width: 800px;
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
}

.coming-soon {
	padding-bottom: 34px;
	margin: 0 auto;
	font-size: 36px;
	letter-spacing: 10px;
	color: #FFF;
	text-align: center;
}

#logo {
	width: 320px;
	height: 316px;
	padding: 0;
	margin: 0 auto;
	background: url(images/logo-desktop.png) no-repeat center;
}

.tools {
	padding: 10px 0 24px;
	margin: 0 auto;
	font-size: 30px;
	letter-spacing: 10px;
	color: #000;
	text-align: center;
}

.signup {
	padding: 0 20px 40px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

#top-black-bar {
	width: 100%;
	height: 250px;
	background-color: #000;
}

#red-line {
	width: 100%;
	height: 10px;
	background-color: #a93439;
}

/* Thank You / Error / Confirmation Page Design Styles */

#tyec-top-black-bar {
	width: 100%;
	height: 167px;
	background-color: #000;
}

.heading-text {
	padding: 10px 20px;
	margin: 0 auto;
    font-weight: normal;
	font-size: 36px;
	line-height: 1em;
	letter-spacing: 10px;
	color: #fff;
	text-align: center;
}

.body-text {
	padding: 0 20px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

/* Sign-Up Form Field Styles */

#mc_embed_signup {
	max-width: 380px;
	margin: 0 auto;
	padding: 0 20px;
}

div.mc-field-group {
	overflow: hidden;
	padding-right: 110px;
}

div.mc-field-group label {
	display: none;
}

div.mc-field-group input {
	width: 100%;
	height: 50px;
	background-color: #fff;
	border: 0;
	padding-left: 14px;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
	font-size: 16px;
	line-height: 50px;
	color: #7d868c;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input.button {
	display: block;
	border: 0;
	float: right;
	width: 110px;
	height: 50px;
	margin-top: -50px;
	background-color: #000;
	font-family: 'Squada One', cursive;
    font-weight: normal;
	font-size: 28px;
	letter-spacing: 0.5px;
	color: #a93439;
	line-height: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input.button:active {
	background-color: #a93439;
	color: #000;

}

/* Media Queries for Mobile Devices */

@media screen and (max-width: 620px) {

.coming-soon {
	font-size: 33px;
}

.tools {
	font-size: 24px;
}

.heading-text {
	font-size: 33px;
}

.signup, .body-text {
	font-size: 16px;
}

#logo {
	width: 280px;
	height: 277px;
	background: url(images/logo-mobile.png) no-repeat center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	-ms-behavior:url(backgroundsize.min.htc);
}

#top-black-bar {
	height: 232px;
}

#tyec-top-black-bar {
	width: 100%;
	height: 153px;
	background-color: #000;
}

#red-line {
	top: 232px;
}