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

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

.fbox-icon {height:8rem;width: 11rem;}
.fbox-plain .fbox-icon i {font-size:6rem;}

@media (min-width: 992px){
.style-3 .menu-container > .menu-item:hover > .menu-link {
    background-color: #FFC10F;
}
}

#slider h2 {text-shadow: black 2px 2px 1px;}

#page-title span {
    font-weight: 500;
}
#page-title h1 {text-shadow: black 1px 1px 1px;}

.fbox-plain .fbox-icon img {
border: 7px solid #ffc10d;
}
.fbox-content h2 {color:#ffc10d;}

ul, ol {padding-left: 2rem;}


#content img.float-sm-start.img-fluid, #content img.float-start.img-fluid {padding-right: 1em;}
#content img.float-end.img-fluid {padding-left: 1em;}