#dh-landing-intro{
	color: #fff;
	background-color: #e74c3c;
	margin-bottom: 0;
	padding: 0;
	padding-top: 20px;
}

#dh-landing-intro .container{
	padding: 80px 0;
	padding-bottom: 130px;
	background-image: url('../img/learn.png');
	background-position: 155% 50px;
	background-size: 70%;
	background-repeat: no-repeat;
}

#dh-landing-intro h1{
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 25px;
}

#dh-landing-intro p{
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
}

.dh-landing-features{
	background: rgb(245,245,245);
	border-bottom: 1px solid rgb(235,235,235);
}

.dh-landing-features .container{
	padding: 120px 0;
}

.dh-landing-features.alternate{
	background: #fff;
}

.dh-landing-features h2{
	font-weight: 300;
}

.dh-landing-features p{
	color: #888;
	font-size: 18px;
	text-align: justify;
}

.dh-landing-features.highlight,
.dh-landing-features.highlight h2,
.dh-landing-features.highlight p{
	text-align: center;
}

#dh-landing-feature-1 .container{
	background-image: url('../img/onetype.png');
	background-position: 10% -20%;
	background-size: 35%;
	background-repeat: no-repeat;
}

#dh-landing-feature-2 .container{
	background-image: url('../img/stick.png');
	background-position: 90% -20%;
	background-size: 35%;
	background-repeat: no-repeat;
}

#dh-landing-feature-3 .container{
	background-image: url('../img/store.png');
	background-position: 10% -20%;
	background-size: 35%;
	background-repeat: no-repeat;
}

#dh-landing-feature-4 .container{
	background-image: url('../img/browser.png');
	background-position: 125% -160%;
	background-size: 65%;
	background-repeat: no-repeat;
}

#dh-landing-feature-5 .icons{
	font-size: 150px;
}

#dh-in-touch{
	margin-top: 100px;
}

@media(max-width: 767px){
	#dh-landing-intro .container{
		background-image: url('../img/learn.png');
		background-position: 0 120%;
		background-size: 100%;
		background-repeat: no-repeat;
		padding: 0;
		padding-bottom: 200px;
	}

	#dh-landing-intro h1,
	#dh-landing-intro p{
		text-align: center;
	}

	.dh-landing-features.highlight{
		padding: 20px 0;
	}

	.dh-landing-features h2,
	.dh-landing-features p{
		text-align: center;
	}

	.dh-landing-features .container{
		padding: 20px 10px;
		background-image: none!important;
	}
}

#landing-jumbotron-signup{
	margin-top: 20px;
	background: none;
	border: 1px solid #fff;
	transition: background-color 0.3s;
}

#landing-jumbotron-signup:hover{
	background-color: rgba(255,255,255,0.2);
}

#landing-signup{
	padding: 15px 0;
	background: #e9e6e1;
}

#landing-redirect-list,
#landing-signup input{
	width: 100%;
	border-color: none;
	border: 2px solid transparent;
	background: #fff;
	color: #555;
	outline: none;
	box-shadow: none;
	padding: 8px 20px!important;
	height: auto;
}

#landing-signup .form-control:hover,
#landing-signup .form-control:focus{
	border: 2px solid rgba(231, 76, 60, 1);
	transition: border 0.3s;
}

#landing-redirect-list:hover,
#landing-signup input[type="submit"]:hover{
	background: rgba(231, 76, 60, 1);
	color: #fff;
	text-shadow: none;
	transition: background 0.3s, color 0.3s, text-shadow 0.3s;
}

@media(max-width: 768px){

	#landing-signup .form-control{
		margin-bottom: 10px;
	}

	#landing-features p{
		margin-bottom: 30px;
	}

}