body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #414a52;
	margin: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Header Section */
.intro {
	height: 100%;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(../media/fnd1.jpg) no-repeat center center;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

header .intro-text {
	padding-top: 200px;
	padding-bottom: 200px;
}

#logo {
	position: absolute;
    top: 40%;
    left: 40%;
    width: 400px;
}

@media (max-width: 1024px) {
#about img {
	float: left;
	margin-bottom: 20px;
    }
}

