body {
	color:#666666;
	background-color:#Fdfcfa;
}
a, a:hover, a:focus, a:visited {
	text-decoration:none;
	color:#666666;
}
h1 {
	font-size:24pt;
	text-align:center;
	font-weight:bold;
	margin-bottom:18pt;
}

h2 {
	font-size:14pt;
	text-align:center;
	font-weight:bold;
	margin-bottom:21pt;
}

h3 {
	font-size:14pt;
	font-weight:bold;
	margin-top:21pt;
}

.footer { line-height:1;}
.footer a, .footer a:hover, .footer a:focus, .footer a:visited {
	text-decoration:none;
	color:#80141e;
}


.navbar {
	--bs-navbar-color:#000000;
	--bs-navbar-active-color:#80141e;;
	--bs-navbar-hover-color:#80141e;
	padding-bottom:0 !important;
}

.navbar-nav a:hover {
	text-decoration:underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
} 

.navbar-brand {
	padding-bottom:0 !important;
}

#navcontainer {
	padding-left:0 !important;
	padding-right:0 !important;
}

#navbarNavAltMarkup {
	padding-right:10px;
}


#logo-small {
	display:none;
}

@media (max-width: 767px) {
	.gallery-left {
		display:none;	
	}
}

@media (max-width: 1100px) {	
	#logo-big {
		display:none;	
	}
	
	#logo-small {
		display:block;
	}	
	
}

.gallery-item:hover {
	opacity:0.8;
}

.gallery-item {
	text-align:center;
}

.lightbox-modal .modal-content {
	background-color:#555555;
}

.lightbox-modal .btn-close {
	font-size: 1.2rem;
	z-index: 18;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}
