html {
	min-height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #000 url('../img/body-bg.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100%;
	padding: 0 0 50px 0;
	margin: 0;
	color: #fff;
	font-family: 'Titillium Web', Arial, sans-serif;
	font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

#wrapper {
	width: 490px;
	margin: 0 auto;
	padding-top: 200px;
}

h1#logo {
	width: 490px;
	height: 90px;
	background: transparent url('../img/logo.png') no-repeat center center;
	font-size: 1px;
	text-indent: 200%;
	margin: 0 0 70px 0;
	padding: 0;
	overflow: hidden;
}

.row {
	overflow: hidden;
}

.col {
	width: 230px;
	margin-left: 10px;
	float: left;
}

h2 {
	font-size: 30px;
	margin: 0;
}

p {
	font-size: 24px;
	margin: 0.5em 0;
}

.company-title {
	border-top: 1px solid #fff;
	margin: 20px 10px 0px 10px;
	font-weight: 200;
	padding-top: 10px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 30px;
}

#contact-info {
	display: none;
}