div.header-branding div.logo-customized{
	border-radius:5px;
	background-color:#ffffff;
	border:10px white solid;
}

header#app-header {
	background-image: url(https://uh.edu/uh-extend/_images/splash/participate-colleges.jpg);
	background-position: center;
	background-size: cover;
}

div#header-menu-container {
    padding: 5px;
    background-color: #ffffff;
    border-radius: 5px;
}

#user-nav,
#app-header div.container div.col-xs-12.col-sm-12.col-md-12 > #topnavbar
{
	background-color: white;
	border:5px white solid;
	border-radius:5px;
}

#home-page #feature #uh-feature {
    background-color: #c8102e; /* Cougar Red */
    font-weight: bold;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: larger;
}
#search-form.callout-region {
    background-color: #54585a;
}