body {
	height: 100vh;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
	color: #fff;
	background-color: #919191;
	margin-right: 0px;
	font-family: "Lucida Console", "Courier New", monospace;
}
.content {
	margin-left:0.5vw;
	margin-right:0.5vw;
	min-height:calc(100% - 122px);
}

h1 {
	margin-left:0.5vw;
	margin-right:0.5vw;
	color: #1f1f1f;
	background-color: #fff;
	padding: 0px;
}

table {
	margin-left:auto;
	margin-right:auto;
}

tr {
	border: 1px solid black;
	vertical-align: top;
}
table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

img {
	display: block;
	width: auto;
	max-width:90vw;
	height: auto;
	margin: 0px;
}

.navbar{
	background-color:white;
	color:black;
	padding: 10px;
	font-size: 36px;
}

.bg-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(8px);
	-webkit-filter: blur(8px);
	transform: scale(1.1);
}



.carousel-container {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.carousel {
	display: flex;
	max-width: 1000px;
	gap: 20px;
}

.carousel.sliding-transition {
	transition: transform 0.5s ease-in-out;
}

.carousel-image {
	border-radius: 50%;
	max-width: 240px;
}

.arrow-button {
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	cursor: pointer;
	background: rgb(255, 255, 255, 0.3);
	width: 36px;
	font-size: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 50%;
	aspect-ratio: 1;
	-webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.5);
}

span {
	height: 100%;
	width: 100%;
}
.row {
	display: flex;
	gap: 10px;
	justify-content: space-evenly;
	flex-direction: row;	
	flex-wrap: wrap;
}
.body {
	margin-left:1vw;
	margin-right:1vw;
}

.left-arrow {
	left: 20px;
}

.right-arrow {
	right: 20px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;

}
.portrait {
	border-radius: 50%;
	max-width: 100%;
    max-height: 100%;
}
.ref{
	width:30%;
}
.album{
	max-width:100%;
	width:480px;
}
@media (max-width: 600px) {
	.body{
	margin-left:0vw; 
	margin-right:0vw; 
	}
	.navbar {
	margin-left:0vw; 
	margin-right:0vw; 	
	}
	.ref {
		width:100%;
	}
	body{
		font-size:15px;
	}
}

tr,td{
	max-height:100%; 
	max-width:100%;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: hotpink;
	text-decoration: none;
}

a:active {
	color: purple;
	text-decoration: none;
} 