/***********************************************************************
	Official COE wide page stylesheet.  
	This stylesheet is imported into official UH template stylesheets.
	It is not intended to be directly referenced by HTML pages.  
	Created: Oct 2014, by the University Marketing.  


 CONTENTS: 
	
 	CLASSES
	---------

	
/************************************************************************/

/* Scale Section */

 

/* white banner */


#covid-19-banner-wh a {
    display: block;
    padding-top: .85rem;
    padding-bottom: .85rem;
}
#covid-19-banner-wh {
    background-color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    padding: 0;
    font-family: 'League Gothic';
    
}
#covid-19-banner-wh .col-auto,
#covid-19-banner-wh .container {
    padding: 0;
}
/* light gray banner */

#covid-19-banner-lite a {
    display: block;
    padding-top: .75rem;
    padding-bottom: .85rem;

    
}
#covid-19-banner-lite {
    background-color: #CED0D1;
    text-align: center;
    font-size: 1.5rem;
    padding: 0;
    font-family: 'League Gothic';
    text-transform: uppercase;
}

#covid-19-banner-lite .col-auto,
#covid-19-banner-lite .container {
    padding: 0;
}

