/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.fbox-icon {height:13rem;width: 15rem;}

.menu-link {font-size: 1rem;}
.dark .menu-link {text-shadow: black 1px 2px;}

.dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
color: #c4112f;
}

.bg-color {background-color: #138c75 !important;}

.heading-block::after {
content: '';
display: block;
margin: 30px auto;
width: 100px;
border-top: 2px solid #444;
}

.slider-caption h2 {
text-transform: none;
    text-shadow: 2px 2px 1px black !important;
}
.slider-caption p {
    color: #c4112f;
    text-shadow: white 1px 1px 1px;
}