body
{
	font-family: "altivo", sans-serif;
	text-align: center;
	font-size: 14px;
	color: #231F20;
	background: url("../images/bg.jpg");
}
.row {
	max-width: 1200px;
	margin: 20px auto;
}
p {
	line-height: 2;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem; 
}
a {
	text-decoration: none;
	color: #231F20;
}
a:hover, .active a, a.active {
	text-decoration:underline;
	color: #231F20;
}
#menu a {
	font-family: "CoreMagic", serif;
	color: #231F20;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a.active, #menu a:hover {
	color: #82673F;
}
#menu a .marker {
	visibility: hidden;
	display: block;
}
#menu a.active .marker, #menu a:hover .marker {
	visibility: visible;
}
#footer {
	color: #231F20;
	background-color: #82673F;
	font-family: "CoreMagic", serif;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.img-fluid {
	display: inline-block;
}
.border-bottom {
	border-bottom-width: 2px !important;
	border-bottom-color: #231F20 !important;
}
.ekko-lightbox.modal {
	text-align: left;
}