a, 
.welcome h2 span, 
.info:hover i,
.about-meta h5 i,
.send-btn:hover,
.about-meta p a:hover {
	color:#ff5744;
}

.info,
label.error {
	background:#ff5744;
}



.form-control:focus,
.form-control.error {
	border:1px solid #ff5744;
}

.page-loader .progress {
	border-left-color:#ff5744;
}

.about-header h1,.contact h3{
	color:#ff5744;
}
#mc-signup input[type="submit"]:hover {
    background: #ff5744;
}

@media only screen and (max-width: 600px){
.modal-toggles li a:hover {
		border: 2px solid #ff5744;
		color: black;
		background: #ff5744;
	}
}