/* add microsite css here */

/* Position of text and text background over hero */
.microsite-home .hero-section .hero-desc {	
/*	transform: translate(-50%, -50%);*/
    background: rgba(0, 87, 60, 0.8);
    padding: 2rem;
}	

/* Styling of text and text background over hero */

.microsite-home .hero-section h1 {
	font-size: 2.0rem;
	color: #ffffff;
    font-weight: bold;	
    border-bottom: 1px solid #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}			
		
/* Border shape of text background on desktop */	
@media (min-width: 992px) {	
.microsite-home .hero-section .hero-desc {		
		border-radius: 25px;  	
	}				
}			
	

/*Home page specific CSS for this website*/


	