
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.red-hat-display-400 {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html, body {
    height: 100%;
    font-family: "Poiret One", Verdana, Helvetica, Arial, sans-serif;
    color: #dfdfdf;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #000;
}

header {
/*    background-color: #000;*/
/*    height: 5.1rem;*/
    align-items: center;
    flex-shrink: 0;
}

main {
    background-color: #000;
    flex: 1;            
    text-align: left;
}

footer {
    background-color: #000;
    flex: 1;            
    text-align: left;
}


ul {
  padding: 40px;
  list-style-type: square;
}
ul li {
  margin: 2px;
}


#menu {
    position: fixed;
    bottom: 0; /* You can change this to "bottom: 0;" if you want the menu at the bottom */
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    z-index: 10; /* Ensure it stays above the 3D scene */
}
#menu a, #menu button {
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
}
#menu a:hover, #menu button:hover {
    color: #f39c12; /* Highlight color on hover */
}
/* Make the menu responsive */
@media (max-width: 600px) {
    #menu {
        flex-direction: column;
    }
}
#threejs-container {
    width: 100%;
    height: 100%;
}
        

div.headerontop {
	width: 100%;	
	height: 5.1rem;
	position: fixed;
	top: 0px;
        padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 24px;
	align-items: center;
	background: rgba(223, 223, 223, .369);
	z-index: 10;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}


/* Top Button */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 44%; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: grey; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
    border-radius: 10px; /* Rounded corners */
}
#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

a:link {
	color: #dfdfdf;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #dfdfdf;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

.shadow {
	text-shadow: .5rem .5rem 1rem #000000;
}
.glow {
	text-shadow: .14rem .14rem 1.24rem #fefefe;
}


.fonttitle-1 {
	font-size: 2.23rem;
	color: #000;
}
.fonttitle-2 {
	font-size: 1.23rem;
	color: #000;
}
.fontintro-1 {
color: #efefef;
	font-family: "Red Hat Display", Verdana, Helvetica, Arial, sans-serif;
	font-size: 3.4rem;
	
	text-align: center;
}
.fontintro-2 {
color: #efefef;
	font-family: "Red Hat Display", Verdana, Helvetica, Arial, sans-serif;
	font-size: 2.22rem;
	
	text-align: center;
}
.fontboxes {
	font-family: "Red Hat Display", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.75rem;
}
.fontfoot-1 {
	font-size: .9rem;
}
.fontfoot-2 {
	font-size: 1.2rem;
}


.container-spacer {
height: 5.07rem;

	background-color: #000;
	display: grid;
	grid-template-columns: repeat(1, 1fr); /* Responsive grid layout */
	gap: 1px;
	padding: 1px;
}

.container-1 {
	background-color: #000;
	display: grid;
	grid-template-columns: repeat(1, 1fr); /* Responsive grid layout */
	gap: 1px;
	padding: 1px;
}

.container-2 {
	background-color: #000;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* Responsive grid layout */
	gap: 2px;
	padding: 1px;
}

.container-3 {
	position: fixed;
	bottom: 0; /* You can change this to "bottom: 0;" if you want the menu at the bottom */
	width: 100%;
	background-color: rgba(0, 0, 0, .65);
	padding: 2px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 10; /* Ensure it stays above the 3D scene */
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

.container-4 {
	background-color: #000;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Responsive grid layout */
	gap: 2px;
	padding: 1px;
}


.box-L1 {
    flex: 1;
    min-width: 60%;
    max-width: 60%;
	padding: 15px;
    text-align: left;
    align-items: top;
    background: rgba(0, 0, 0, 0.01);
}

.box-R1 {
    flex: 1;
    min-width: 40%;
    max-width: 40%;
	padding: 15px;
    text-align: right;
    align-items: top;
    background: rgba(0, 0, 0, 0.01);
}

.gallery-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    border-radius: 11px; /* Rounded corners */
}

.gallery-item img {
    width: 100%;
    height: 100%;
    filter: blur(1px) grayscale(50%);
}

.gallery-item:hover img {
    filter: blur(0px) grayscale(0%);
    transition: filter .4s ease;
}
        

.overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    pointer-events: none;  /* Allow clicks to pass through to the image if needed */
    background-color: rgba(100, 20, 0, 0.45);
    padding: 50px;
}

.overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    pointer-events: none;  /* Allow clicks to pass through to the image if needed */
    background-color: rgba(30, 90, 0, 0.1);
    padding: 50px;
}

.overlay-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    pointer-events: none;  /* Allow clicks to pass through to the image if needed */
    background-color: rgba(10, 0, 80, 0.15);
    padding: 50px;
}


.center {
  margin: auto;
  width: 97%;
  height: 96%;
  border: 1px solid #7c7b7a;
  border-radius: 11px; /* Rounded corners */
  
  justify-content: center;
  align-items: center;
}

.video-container {
  width: 100%;
  height: 40rem;
  overflow: hidden;
  position: relative;
  padding-top: 6.5rem;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
/*  filter: grayscale(.01%);*/
}

.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: left;
  font-family: "Red Hat Display", Verdana, Helvetica, Arial, sans-serif;
  color: #dfdfdf;
  padding: 3rem;
}



@media (max-width: 1025px) {

	.container-2 {
		grid-template-columns: repeat(1, 1fr); /* Responsive grid layout */
	}
}

@media (max-width: 641px) {
		
	.fontfoot-1 {
		font-size: 1.22rem;
	}
	
	.fontfoot-2 {
		font-size: 1.22rem;
	}

	.video-container .caption {
		    padding-top: 48px;
		    padding-right: 16%;
		    padding-bottom: 72px;
		    padding-left: 48px;
	}

}

