.gallery {
	height: 180px;
	width: auto;
}
.accent {
	padding: 0px 20px;
	filter: drop-shadow(0 0 0.32rem teal);
	margin: 0px;
	height: 2px;
	width: 500px;
	background-color:teal;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.mbody {
	padding: 20px;
	margin: 0px 50px 10px;
	height: auto;
	max-width: 500px;
	background-color:#32302E;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.mbody3 {
	filter: drop-shadow(0 0 0.32rem teal);
	padding: 7px 0px;
	margin: 50px 50px 0px;
	height: auto;
	max-width: 1040px;
	color: #741719;
	background-color:teal;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.mbody2 {
	margin: 0px 50px 0px;
	background-color:#232323;
	max-width: 1040px;
	color: white;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.header {
	font-family: "Garamond";
    display: inline-block;
    font-size: 3rem;
	color: #D4D4D4;
    letter-spacing: -.1rem;
    font-weight: 700;
	max-width: fit-content;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
	width: 100%;
	color: #D4D4D4;
	background:#1D1D1D;
  	margin-left: auto;
  	margin-right: auto;
	font-size: 25px;
}
body {
	background-color: #1D1D1D
}



/* akdd */

@font-face {
	font-family: "Garamond";
	src: url("/font/EBGaramond-SemiBold.ttf)";
}
.footertext {
	font-family: 'Times New Roman';
	color: white;
    position: relative;
	bottom: 0;
    display: inline-flex;
	font-size: 4rem;
	text-align: center;
}
.lightbox .lb-image {
  object-fit: cover; /* Ensures the image fills the space without stretching */
}
button.btn {
	background-color: #121212;
	Color: white;
	text-align:center;
}
@media (max-width: 1080px){
	.gallery {
		height: 120px;
	}
	.mbody3 {
		width: 92%;
	}
	.mbody2 {
		width: 92%;
	}
	.mbody {
		width: 92%;
	}
}
@media (max-width: 600px){
	.gallery {
		height: 70px;
	}
}
