
html {
	scroll-behavior: smooth;
}

body {
	background-size: 100%;
	background-color: rgba(255,255,255,1.0);
	background-attachment: fixed;
	font-family: "Lucida Bright", Georgia, serif;
	margin: 0;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
}

h1, h2, h3 {
	font-weight: normal;
	font-family: "Josefin Sans", sans-serif, sans-serif;
}

h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.9375rem;
}
h4 {
	font-size: 1.5625rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}

p {
	text-align: center;
}

li, p {
	margin: 1em auto;
}

hr {
	background-image: url(separator.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	border-width: 0;
}

.clearfix:before, 
.clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; } 
.clearfix:after { clear: both; }

.page_title {
	display: none;
}

/* Content */
.icon-orange {
	color: rgb(255, 77, 0);
}

.content {
	max-width:   /* 1560px;*/ 100%; 
	margin: 0 auto;
}

/* horizontal menu */
.menu {
	float: none; /* float: left; */
	margin: auto;
	display: block; /*	display: inline-block;*/
	/*width: 100%;*/
}
.menu div {
	display: inline;
}
.menu.center {
	display: block;
	float: none;
	text-align: center;
	margin: 2px; /*	margin: 0 0 1rem 0;*/
}
.menu a {
	vertical-align: top;
	display: inline-block;
	margin: 0px; 
	padding: 0.3rem;
	font-size: 0.9rem;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000;
	background-color: rgba(255,255,255,0);
	transition: all 500ms;
	/*width: 150px;*/
}
.menu span {
	font-size: 2rem;	
}
.menu a:hover,.intro a:hover {
	background-color: rgba(0,0,0,0.2);
}
.menu a:last-child {
	margin-right: 0;
}

/* vertical menu */
.vmenu {
	display: inline-block;
	float: left;
	margin: 0;
	/* sidebar menu */
	width: 200px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
/*	height: 100%;*/
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 20px;
}
.vmenu.center {
	display: block;
	float: none;
	text-align: center;
	margin: 0 0 1rem 0;
}
.vmenu a {
	display: inline-block;
	margin: 1px; 
	padding: 1rem;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	color: #fff;
	background-color: rgba(0,0,0,0.15);
	transition: all 500ms;
	width: 100%;
}
.vmenu a:hover {
	background-color: rgba(0,0,0,0.5);
}
.vmenu a:last-child {
	margin-right: 0;
}
.vmenu div {
	display: inline;
}
/*.vmenu span  {
	display:  none;
}*/
/*@media screen and (max-width: 700px) {
	.vmenu { width: 0px; }
	.vmenu span { display: inline;}
}*/

.cornerlogo {
	height: 58px;
/*	width: 100px;*/
/*	margin: 20px; */
}
.centerlogo {
	width: 60%;
}

.page_title {
	display: none;
}

.intro {
	text-align: center;
}
.intro a {
	vertical-align: top;
	display: inline-block;
	margin: 0px; 
	padding: 0.3rem;	
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000;
	background-color: rgba(255,255,255,0);
	transition: all 500ms;
	/*width: 150px;*/
}
.intro h1, .intro h2, .intro h3, .intro h4 {
	text-align: center;
	width: 65%;
	font-weight: normal;
	color: rgba(0,0,0,1.0)
}
.intro h1 {
	/*margin: 1em auto .5em auto;*/
	margin: 0.1em auto 0.1em auto;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.intro h2, .intro h3, .intro h4 {
	margin: 0 auto 2em auto;
}

#items {
	background-color: rgba(255,255,255,1.0);
}

.item {
	display: block;
	clear: both;	
}

.item:nth-of-type(odd) .text {
	float:left;
}
.item:nth-of-type(even) .text {
	float: right;
}
.text {
	vertical-align: top;
	padding: 20px 50px;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	color: rgba(34,34,34,1.0);
}
.fullWidth {
	width: 100%;
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
}
.fullWidth p {
	text-align: left;
}

.item img {
	width: 50%;
	vertical-align: top;
}
.item h2 {
	margin: 2rem auto 1rem auto;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(68,68,68,1.0);
}
.item h2 a {
	color: rgba(68,68,68,1.0);
	text-decoration: none;
}

a.readmore {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	font-size: 1.8rem;
	line-height: .5;
	padding: .5rem;
	color: #eee;
	margin-top: 10px;
	background-color: rgba(34,34,34,1.0);
	text-decoration: none;
	border-radius: 50%;
}

.footer {
	height: 40px;
	text-align: center;
	color: rgba(0,0,0,1.0);
}

.footer-social {	
	display: table;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
}
.footer-social > div {
	display: table-cell;
	vertical-align: middle;
}
.footer-social img {
	opacity: 1;
	margin: 1px;
}
.footer-social img:hover {
	opacity: 0.6;
}

.item-flat {
	display: block;
	clear: both;
}
.item-flat img {
	width: 100%;
	vertical-align: top;
}

/* navbar */
#navBar {
	position: fixed;
	right: 0;
	top: 0;
	display: block;
	-webkit-transition: opacity 500ms linear;
	transition: opacity 500ms linear;
}
#navBar a {
	display: block;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	color: #eee; /*rgba(68,68,68,1.0);*/
	background-color: rgba(0,0,0,0.25);
}

#navBarHorizontal {
	position: fixed;
	right: 0;
	top: 0;
	display: block;
	-webkit-transition: opacity 500ms linear;
	transition: opacity 500ms linear;
}
#navBarHorizontal a {
	display: block;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	color: #eee; /*rgba(68,68,68,1.0);*/
	background-color: rgba(0,0,0,0.25);
}


#toItems, #toTop {
	position: fixed;
	right: 0;
	bottom: 0;
	display: none;
	-webkit-transition: opacity 500ms linear;
	transition: opacity 500ms linear;
}
#toItems a, #toTop a {
	display: block;
	width: 3rem;
	height: 3rem;
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	color: #eee; /*rgba(68,68,68,1.0);*/
	background-color: rgba(0,0,0,0.25);
}
#toItems.bounce {
	-webkit-animation: jump 1.5s ease forwards;
	animation: jump 1.5s ease forwards;
}

@-webkit-keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  20%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  40%{
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
  }
  50%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  60%{
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
  80%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  100%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

@keyframes jump {
  0%{
	transform: translateY(0);
  }
  20%{
	transform: translateY(0);
  }
  40%{
	transform: translateY(-30px);
  }
  50%{
	transform: translateY(0);
  }
  60%{
	transform: translateY(-15px);
  }
  80%{
	transform: translateY(0);
  }
  100%{
	transform: translateY(0);
  }
}    

/* slideshow */
/* * {box-sizing:border-box} */

/* Slideshow container */
.slideshow-container {
/* max-width: 1000px;*/
/*  position: relative;*/
/*  margin: auto; */
	display: block;
	clear: both;
	background-color: rgba(0,0,0,0.2);
	horizontal-align: center;
	margin: auto;
	width: 100%;
	max-height: 804px;
}

/* Hide the images by default */
.slideshow-slides {\
 	display: none; 	
}

.slideshow-slides img {
	
	width: auto;
	max-height: 800px;
	/*max-width: 100%;*/
	vertical-align: top;
	horizontal-align: center;
	margin: auto;
	display: block;
	object-fit: cover;
	/*
 	width: 100%;
  	height: 100%;
  	object-fit: cover;*/ /* fills container without distortion, may crop */
	/* object-fit: contain;  keeps full image visible, may add letterboxing */
	/*position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 1s ease;	*/
}

.slideshow-slides-vimg {
	max-height: 75%;
}

.slideshow-slides-glide img {
	width: auto;
	max-height: 800px;
	max-width: 100%;
	vertical-align: center;
	horizontal-align: center;
	margin: auto;
	display: block;	
}
/*
.slideshow-thumbs img {
	max-height: 100px;
	max-width: 100px;
	vertical-align: top;
	horizontal-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
*/
/* Next & previous buttons */
/*
.slideshow-prev, .slideshow-next {
 	cursor: pointer;
 	position: absolute;
 	top: 50%;
 	width: auto;
  	margin-top: -22px;
	padding: 16px;
	color: white;
  	font-weight: bold;
  	font-size: 18px;
	transition: 0.6s ease;	
  	border-radius: 0 3px 3px 0;
	user-select: none;
}*/

/* Position the "next button" to the right */
/*
.slideshow-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
*/

/* On hover, add a black background color with a little bit see-through */
/*
.slideshow-prev:hover, .slideshow-next:hover {
  background-color: rgba(0,0,0,0.8);
}
*/

/* Caption text */
/*
.slideshow-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/

/* Number text (1/3 etc) */
/*
.slideshow-numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}*/

/* The dots/bullets/indicators */
/*
.slideshow-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}*/

.slideshow-active, .slideshow-dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* gallery */
.gallery {
  display: flex;
  flex-flow: row wrap;
  padding: 0 5px;
  justify-content: center;
  horizontal-align: middle;
}
/* Create 4 equal columns that sits next to each other */
.gallery-column {
  flex: 12%;
  /*max-width: 12%;*/
  /*max-width: 590px; */
  padding: 0 5px;
  height: fit-content;
  width: fit-content;
}
.gallery-column-card {
	padding: 5px 0;
}
.gallery-column-card img {		
	transition: transform .5s ease;
}
.gallery-column-card:hover img {	
	transform: scale(1.01);
}
.gallery-column img {
	margin-top: 0;
	vertical-align: middle;
	width: 100%;
}  
.gallery-column-card img {
  margin-top: 0px; /*4px*/
  vertical-align: middle;
  width: 100%;
}
.gallery-column-card h5 {
	display: block;
	background-color: rgba(255,255,255,1);
	/* background-color: #FFFFFFFF;*/
	vertical-align: top;	
	text-align: center;
	margin-block-start: 0em;
	margin-block-end: 0em;
	text-transform: uppercase;
	transition: .5s ease;
	text-decoration: none;
}
.gallery-column-center {
	display: block;
	float: none;
	text-align: center;
	margin: 0px; /*	margin: 0 0 1rem 0;*/
}
.gallery-column-center a {
	display: inline-block;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	/*background-color: rgba(255,255,255,1);*/
	transition: all 500ms;
	width: 100%;
}
/*
.gallery-column-a {
	display: inline-block;
	background-color: rgba(255,255,255,1);
	vertical-align: top;	
	text-align: center;
	margin-block-start: 0em;
	margin-block-end: 0em;
	text-transform: uppercase;
	text-decoration: none;	
	width: 100%;
	color: #000;
	transition: .5s ease;
}
.gallery-column h5:hover {
	background-color: rgba(0,0,0,0.7);
}*/
.gallery-column-center a:hover {
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	text-decoration: none;	
}
.gallery-column-a:visited {
	text-decoration: none;	
}
.gallery-column-a:link {
	text-decoration: none;	
}
.gallery-column-a:active {
	text-decoration: none;	
}
/*.gallery-column-text-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}*/
.gallery-column-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.gallery-column-image:hover .gallery-column-text-middle {
  opacity: 1;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  text-decoration: none;	
}
.gallery-column-image:hover {
  opacity: 1;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  text-decoration: none;
}
.gallery-column-text {
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
	padding: 0px 0px;	
	padding-top: 4px;
}
.gallery-column-text-card {
	background-color: rgba(255,255,255,1);
	border:1px solid grey;
}

.gallery-column-text h1, h2, h3, h4 {
	text-align: center;
	margin: 0;
	/*background-color: rgba(230,230,230,1);*/
}
.gallery-column-text ul li {
	list-style: none;
	margin: 0em;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 1.25rem;
	}
	h3 {
		font-size: 1.1875rem;
	}
	h4 {
		font-size: 1.125rem;
	}
	h5 {
		font-size: 1.0625rem;
	}
	.top {
		text-align: center;		
	}
	.intro h1, .intro h2 {
		width: 80%;
	}
	.item:nth-of-type(even) .text, .item:nth-of-type(odd) .text  {
		float: none;
		margin: 0;
		width: 100%;
	}
	.item img {
		width: 100%;
	}
	.menu {
		display: none;
	}
	.vmenu {
		display: inline-block;
	}
	.vmenu div {
		display: none;
	}
	.page_title {display:inline;}
}

@media only screen and (max-width: 3000px) {
	/*
	.gallery-column {	
		flex: 50%;
		max-width: 590px; 
   	    height: fit-content;	
	}
	*/
	.menu {
		float: left; /* float: left; */
		margin: auto;
		display: block; /*	display: inline-block;*/
	}
	.vmenu, .vmenu div {
		display: none;
	}	
	.page_title {display:none;}
}

@media only screen and (max-width: 1800px) {
/*	.gallery-column {	
		flex: 25%;
		max-width: 590px; 
   	    height: fit-content;	
	}*/
	.menu {
		float: left; /* float: left; */
		margin: auto;
		display: block; /*	display: inline-block;*/
	}
	.vmenu, .vmenu div {
		display: none;
	}
	.page_title {display:none;}
}

@media only screen and (max-width: 1000px) {
	/* reduce to 2 columns */
	/*
	.gallery-column {	
		flex: 35%;
		max-width: 590px; 
   	    height: fit-content;	
	}*/
	.menu {
		display: none;
	}
	.vmenu {
		display: inline-block;
	}	
	.vmenu div {
		display: none;
	}
	.page_title {display:inline;}
}

@media only screen and (max-width: 600px) {
	/* reduce to 1 column */
	/*.gallery-column {	
		flex: 100%;
		max-width: 590px;
        height: fit-content;
	}*/
	.menu {
		display: none;
	}
	.vmenu {
		display: inline-block;
	}
	.vmenu div {
		display: none;
	}
	.page_title {display:inline;}
}

/*
img.lazy {
	background-image: url('loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
*/

/* Fullscreen overlay */
#loader {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: white; /* or any background */
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 9999;
}

/* Spinner animation */
.spinner {
 width: 50px;
 height: 50px;
 border: 6px solid #ddd;
 border-top: 6px solid #000;
 border-radius: 50%;
 animation: spin 1s linear infinite;
 /*position: relative;*/
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}

.title-container {
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 30px 0;
 font-family: Arial, sans-serif;
}

.title-container h2 {
 margin: 0 15px;
 font-size: 24px;
}

.line {
 width: 25%;
 height: 2px;
 background-color: #333; /* line color */
}

@keyframes spin {
 0% { transform: rotate(0deg); }
 100% { transform: rotate(360deg); }
}

.gradient-line {
 width: 50%;          /* line width */
 height: 2px;         /* line thickness */
 margin: 50px auto;   /* center horizontally */
 background: linear-gradient(to right, 
                             transparent, 
                             #000, 
                             transparent);
 border-radius: 2px;  /* optional, for smoother edges */
}

/* Style 1: Gradient from left to right */
.line-left-to-right {
 width: 25%;
 height: 2px;
 background: linear-gradient(to right, #000, transparent);
 border-radius: 2px;
}

.social-icon {
	color: #000;
	font-size: 16px;
}

.social-icon:hover {
	 fill: #e74c3c;          /* color on hover */
 	 transform: scale(1.2);  /* optional scale effect */
}

/* Style 2: Gradient from right to left */
.line-right-to-left {
 width: 25%;
 height: 2px;
 background: linear-gradient(to left, #000, transparent);
 border-radius: 2px;
}

.vero-icon {
  width: 20px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M24.33,6.32H21.92L14.5,19l-1.27-2.44L19.1,6.32H4.67l9.82,16.36v0Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}



