/* 
This is the section css for
Public Health 
*/
/**********************************************************************
Picture Links
**********************************************************************/
#home-content .pictureLinks .row-responsive {
	margin: 0;
}
#home-content .pictureLinks .grid4 {
	padding: 5px;
}
#home-content .pictureLinks .grid6 {
	padding: 5px;
}
#home-content .buttonLinks {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 0;
}
#home-content .buttonLinks a {
	text-decoration: none;
	padding: 80px 5px;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFF;
	line-height: normal;
}
#home-content .buttonLinks a:hover {background-color: rgba(0,0,0,.5);}

/**********************************************************************
Picture Links [Images]
**********************************************************************/
#home-content .homepage .buttonLinks.btn1	{background-image: url("/healthSciences/health/publicHealth/images/studentsReading.jpg");}
#home-content .homepage .buttonLinks.btn2	{background-image: url("/healthSciences/health/publicHealth/images/ramStatue.jpg");}

/**********************************************************************
Global health certificate
**********************************************************************/
#home-content .cardRowsGHC .grid4{
	padding-left: 1%;
}

@media only screen and (max-width: 1024px){
	#home-content .cardRowsGHC .grid4 .cardImageBackground > h4{
		font-size: 1em;
	}
	#home-content .cardRowsGHC .grid4 .cardContent > h4.ghcHoverTitle{
		font-size: 1em;
	}
	#home-content .cardRowsGHC .grid4 .cardContent > h4.ghcHoverTitleNeedsAssess{
		font-size: .85em;
	}
}