/* General Styles */

@import url('https://fonts.googleapis.com/css?family=Anton');

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: 'Anton', sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4em;
	color: #092e6e;
	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;
}

#top-bar {
	width: 100%;
	height: 98px;
	border-bottom: 2px dotted #c30e2e;
}

.coming-soon {
	padding-bottom: 50px;
	margin: 0 auto;
	font-size: 24px;
	letter-spacing: 8px;
	color: #092e6e;
	text-align: center;
}

#main {
	position: absolute;
	top: 0px;
	bottom: 0;
	width: 100%;
	padding: 0;
	background: url(images/construction-site-background.jpg) no-repeat top 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;
}

#logo {
	width: 430px;
	height: 110px;
	padding: 0;
	margin: 0 auto;
	background: url(images/logo-desktop.png) no-repeat center;
}

.industrial {
	padding: 10px 0 0;
	margin: 0 auto;
	font-size: 24px;
	letter-spacing: 9px;
	color: #092e6e;
	text-align: center;
}

/* Media Queries for Mobile Devices */

@media screen and (max-width: 480px) {

.coming-soon {
	padding-bottom: 40px;
	font-size: 20px;
	letter-spacing: 5px;
}

.content {
	padding: 40px 0;
}

#logo {
	width: 280px;
	height: 72px;
	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);
}