#intro{
	background:url("../images/intro1.jpg") no-repeat fixed 50% 0 / cover;
}

.appstorebtn:hover{
	background:#DE4062;
}

.fa{
	color:#DE4062;
}

.third{
	/* background:#DE4062; */
	background-color: rgba(222, 64, 98, 0.8);
}

.larrow{
	background: #DE4062 url(../images/arrow-left.png);

}
.rarrow{
	background: #DE4062 url(../images/arrow-right.png);
}

form input[type="submit"] {
    background: none repeat scroll 0 0 #DE4062;
}

.subscribe{
	background:#DE4062;
}
