/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.c-base{
	color: #f39200 !important;
}
.c-green{
	color: #0f5132 !important;
}
.c-red{
	color: #842029 !important;
}
.c-white{
	color: #fff !important;
}
.image-card {
    position: relative;
	display: block;
}
.img-top {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
    opacity: 0;
}
.image-card:hover .img-top {
    opacity: 1;
}
#page-title {
    padding: 1rem 0;
}
#page-title h1{
	font-family: 'Rubik', sans-serif !important;
	font-size: 2.1rem;
}
.sub-menu-container .menu-item .menu-link .current {
	color: #525975;
}
.text-center{
	text-align: center;
}
