/* LOGO STYLES*/
 nav .umlogo img {
	 height: 60px;
}
 .navbar.news .umlogo{
	 width:auto;
}
/* Small-Medium Viewport max width */
@media only screen and (max-width: 47.438em) {
/*.navbar.news .umlogo img{
    height: 40px;
    margin-bottom:2px;
    margin-top:4px;
    padding: 0;
}*/
}
/* MASTHEAD BACKGROUND*/
.masthead-bg{
    background-color:#535d5f;
}
 .navbar.news{
	 border-bottom: 6px solid rgba(0, 0, 0, 0.2);
}
