@import url(../../../stylesheets/responsive.css);

@media screen and (max-width: 899px) {

	#header,
	.flyout-menu {
		background-color: rgb(0,0,0);
		background-image: none;
	}
	.flyout-menu h3 {
		color: rgb(0,0,0);
		border-color: rgb(35,255,4);
		background-color: rgb(35,255,4);
	}
}