#masthead {
	padding: 0;
}

.main-navigation {
	margin: 0;
}

#colophon #theme-attribution {
display: none;
}
/* Vantage Remove Logo in Menu img constraint */ header#masthead.masthead-logo-in-menu .logo > img { max-height: none !important; }

/* Footer */

#footer-widgets .widget .widget-title {
font-size: 16px !important;
}

/* Footer Font Size */

#colophon * { font-size: 14px !important; }

/* Menu */

.main-navigation ul li.menu-item-944 a {
background: red;
color: white;
}

.main-navigation ul li.menu-item-944:hover > a {
background: black;
color: white;
}