.home-calendar .media-body { /* Adjusts home page calendar text to be white */
	color: white;
}

.home-calendar .media-body a { /* Adjusts links in home page calendar to be white */
	color: white;
}

.home-calendar-text-primary .media-body { /* Adjusts home page calendar text to be white */
	color: #0F2439;
}

.home-calendar-text-primary .media-body a { /* Adjusts links in home page calendar to be white */
	color: #0F2439;
}

.home-calendar p { /* hides p tags on the home page calendar */
	display: none;
}

.icon-overlay-top {
	margin-top: -15%;
}

@media (max-width: 992px) {
	.icon-overlay-top {
		margin-top: 1.5rem;
	}	

}

.hover-white:hover {
	background-color: rgb(255,255,255, .9);
	transition: all .3s ease-in-out;
}

.hover-white:hover a{
	color: #0F2439 !important;
	transition: all .3s ease-in-out;
}

.hover-white:hover p{
	color: #0F2439 !important;
	transition: all .3s ease-in-out;
}