body, html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}

p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #8eb640;
	margin: 0;
	margin-bottom: 10px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.on {
	background-color: #262626 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}

.section-title {
	margin-bottom: 20px;
}
.section-title .overlay {
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-build h2{
	margin: 0px;
	text-decoration: underline;
}
.section-build .build {
	padding: 30px;
	background: rgba(255, 0, 0, 0.7);
}
.section-build .build a {
	color: rgba(255, 255, 255, 1);
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 20px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #72a411;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #628d0f;
}
/* Header Section */

header{
	background-image: url('https://i.imgur.com/ZHXt5YF.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 120vh;
	width: 100%;
}


/*img.intro {
	width: 100%;
	height: 100vh;
}*/

/* About Section */
#about {
	padding: 20px 0;
}
#about h3 {
	font-size: 20px;
}
#about .about-text {
	margin-left: 10px;
}
#about .about-img {
	display: inline-block;
	position: relative;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}


/* Portfolio Section */
#portfolio {
	padding: 0 0 0px 0;
}


.portfolio-item {
	margin: 15px 0;
}

#portfolio .section-title {
	background: #444;
	background-size: cover;
	margin-bottom: 0px;
}
#portfolio .section-title h2 {
	color: #fff;
}



/* Contact Section */
#contact {
	padding: 40px 0 60px 0;
	background: #F6F6F6;
}
#contact .section-title p {
	color: #777;
}
#contact form {
	padding: 0;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
}
/* Footer Section*/
#footer {
	background: #262626;
	padding: 20px 0 0 0;
}
#footer h3 {
	color: #8eb640;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer .social {
	margin: 20px 0 30px 0;
}

#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#contact img.fund-logo{
	margin: 0 auto;width: 10%;
}
.mobile {
	display: none;
}

/*media queries*/

@media (max-width : 992px) {
	.desktop{
		display: none;
	}
	.mobile {
		display: block;
	}

}


@media (max-width : 768px) {
	header{
		height: 40vh;
	}
}


@media screen and (max-width: 425px){
	.intro h1{
		font-size: 3em;
	}

	.intro p{
		font-size: 25px;
	}

	#contact img.fund-logo{
		width: 60%;
	}
	header .intro-text {
		padding-top: 250px;
		padding-bottom: 200px;
		height:auto;
		text-align: center;
	}

	img.intro{
		height: 25vh;
	}
}

@media (min-width : 425px) and (max-width : 900px) and (orientation : landscape) {
	header{
		height: 85vh;
	}
}
