.line {
	background: #ee7f04;
}

.icon {
	color: #ee7f04;
}

.large-accent {
	color: #ee7f04;
}

a {
	color: #ee7f04;
	display: inline-block;
}

a:hover {
	color: #ee7f04;
	transform: scale(1.03);
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

#submit {
	background-color: #ee7f04;
	border:none;
}

#submit:hover {
	background-color: #ee7f04;
	border:none;
    transform: scale(1.03);
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.2);
}
