
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
body {
	font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #656565;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
p {
	color: #858585;
	margin: 0 0 1em !important;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, #home .heading strong {color: #fff;}
.fitImage {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
.banner-container {
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	min-height: 750px;
	background-size: cover;
	background-color: #0c0d06;
}
.logo {
	font-size: 2.2em;
	text-shadow: none;
	margin: 40px auto 0;
}
.logo:hover {
	color: #5A5A5A;
}

.heading {
	padding: 3px 10px;
	padding-bottom: 15px;
	margin-bottom: 0;
	display: block;
}

.aligncenter {
    text-align: center;
}
