.nav-link:hover {
	color: #008556 !important;
}
.fg-landing {
	margin-top: 50px;
}
.fg-section-title {
	text-shadow: 3px 3px 5px #000 !important;
}
.fg-block-text {
	padding: 1rem;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .25);
}
.fg-box-image {
	box-shadow: 5px 5px 50px #673483;
	border-radius: 5px;
}
.fg-card {
	background-color: rgba(156, 173, 137, .75) !important;
}
.fg-card-image {
	border-radius: 5px 5px 0 0 !important;
}
.fg-font-icon {
	transition: color .2s ease-out;
}
.fg-font-icon:hover,
.fg-font-icon:focus,
.fg-font-icon:active {
	color: #9bad89 /* #002e1e */ !important;
}
.fg-footer-subtle {
	font-size: x-small;
    font-weight: bold;
    color: #673482;
}
.fg-footer-bottom {
	display: none !important;
}