body {
	background: #FFFFFF;
	background-size: cover;
	font-family: 'Open Sans';
	font-weight: 300;
}


#main {
	background: white url;
	background-size: contain;
	padding: 80px 20px 20px;
	margin-top: 120px;
}

@media only screen and (max-width : 992px) {
	#main {
		background: white;
		margin-top: 30px;
	}
}


#main h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #555;
	margin-bottom: 0;
}

#main h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #999;
	font-size: 18px;
	margin-top: 5px;
}

#main h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #555;
	margin-top: 5px;
}

#connect {
	margin-top: 60px;
}

input.form-control , input[type="submit"] , .btn {
	border-radius: 0px;
}

.btn {
	transition: all ease-in-out 0.2s;
}

.credits {
	margin-top: 100px;
	color: #999;
	font-size: 12px;
}

.credits a {
	color: inherit;
}