/* adjusts the page banner for the home page */
/*@media only screen and (min-width: 768px) {
	header.cover-photo .caption-wrapper { 
		width: 60%; 
	}
	#cover .caption-wrapper .caption { 
	    float:right;
	    background-color:#FFF;opacity:0.5;  
	} */
/* black with opacity */


header.uh-header { 
	 background-image: url("https://www.uh.edu/kgmca/art/images/gradientsoa.png"); /*changes background of the top bar*/
}

.uh-header-secondary .site-nav {
background-color:rgba(255, 0, 0, 0.0);/*transparent*/
    
}
.uh-header .global-nav {
    background-color: #960C22; 
    
    
}

.uh-header-secondary .site-name {
background-color:rgba(255, 0, 0, 0.0);} /*transparent*/
}

.uh-header .site-name a, .uh-header .site-name a:visited {
    color: white;
}

