header h2 {
    background-color: #cd4e37;
}

@media only screen and (max-width: 767px) {
	header h2#headline {
	    border-left: 15px solid #005EA8;
	    border-right: 15px solid #005EA8;
	}

#menu {
    background-color: #cd4e37;
}

}