* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	font-weight: 400;
}

div {
	display: block;
	}

body {
}

header {
	width: 100%;
	height: 10%;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0;
	box-sizing: border-box;
	padding: 0;
	}

header > div	{
	color: rgb(7, 6, 6);
	
	}

.biography {
	display: block;
	}

.across {
	display: inline-block;
	width: 100%;
	}

.inline {
	float:left;
	display: inline;
	height: 100%;
	}

.h360 {
	height: 360px;
}
.h480 {
	height: 480px;
}
.h560 {
	height: 560px;
}

.h20 {
	height: 20px;
}

.fitcontain
	{
		object-fit: contain;
		width: 100%;
		height: 100%;
	}

.w30 {
	width: 30%;
	}
.w70 {
	width: 70%;
	}

.pad15 {
	padding: 15px;
}

.padhor15 {
	padding-left: 15px;
	padding-right: 15px;
}

.backaccent1 {
	background-color: rgb(111, 163, 120);
}
.backwhite {
	background-color: white;
}
.backaccent2 {
	background-color: rgb(236, 216, 255);
}

.arrow  {
	transition: all 0.2s ease-in;
	position: absolute;
	top: 50%;
	width: 75px;
	height: 75px;
	background-color: black;
	fill-rule: nonzero;
	stroke: red;
	opacity: 0%;
}

.arrow:hover {
	height:80px;
	width: 80px;
}



.visible {
	opacity: 100%;
}

.left 	{
	left: 97.5%;
	transform: translate(-97.5%, -50%);
	clip-path: polygon(
		0% 100%,
  		100% 50%,
  		0% 0%,
  		0% 10%,
  		80% 50%,
  		0% 90%
	);
	z-index: 999;
}

.right {
	transform: translate(-2.5%, -50%);
	left: 2.5%;
	clip-path: polygon(
		100% 0%,
  		0% 50%,
  		100% 100%,
  		100% 90%,
  		20% 50%,
  		100% 10%
	);
	z-index: 999;
}

.biotextbox > p {
	font-size: 24px;
	
}

.biotextbox {
	width: calc(100% - 315px);
}

footer > div {
	position: fixed;
	width: 100%;
	bottom: 0%;
	padding: 10px;
}

.iconlinks {
	display: block;
	text-align: center;
}

.iconlinks > div {
	width: 30%;
	height: 30%;
	display: inline-block;
	padding: 50px;
	float: none;
	border-radius: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

.iconlinks > div > a > img {
	width: 100%;
	height:100%;
	object-fit: contain;
	display:inline-block;
	
}

.picwheel {
	position: relative;
	width:100%;
	background-image: radial-gradient(circle farthest-corner, rgb(153, 245, 153),  rgb(3, 32, 0));
	overflow: hidden;
}

.carousel-item {
	position: absolute;
	margin: 0;
	height: 400px;
    top: 15px;
	bottom: 0;
	object-fit: contain;
	transition: all 0.8s ease-in;
	z-index:0;
	opacity: 0%;
	text-align: center;
	
}

.namecontainer{
	display:block;
	z-index: 8;
}

.nametag {
	background: rgb(255, 216, 255); 
	outline: 0.5rem solid rgb(255, 216, 255); 
	display: inline;
	z-index: 8;
	opacity:100%;
}

.infovisible > .namecontainer > .nametag {
	outline: 0;
	transition: all 0.3s ease-in;
}

.detailbox {
	display:inline;
	transition: all 0.3s ease-in;
	background: rgb(255, 216, 255); 
	opacity: 0%;
	z-index: 3;
}
.infovisible > .detailbox {
	opacity: 100%
}

.textcontainer {
	position:absolute;
	transition: all 0.3s ease-in-out;
	opacity: 100%;
	width: auto;
	display: inline;
	width: 200px;
	left: 50%;
	top:  100%;
	transform: translate(-50%);
}

.infovisible {
	background: rgb(255, 216, 255); 
	top: 420px;
	opacity:100%
}

.carousel-item > img {
	height: 400px;
	
}

.carousel-item.pos1 {
	left: 95%;
	transform: translate(-95%);
	z-index: 3;
	opacity: 10%;
	
}

.carousel-item.pos2 {
	left: 70%;
	transform: translate(-70%);
	z-index: 4;
	opacity: 40%;
}
.carousel-item.pos2 > img {
	border: 2px solid black;
}

.carousel-item.pos3 {
	z-index: 5;
  	left: 50%;
  	transform: translate(-50%);
	opacity: 100%;
}
.carousel-item.pos3 > img:hover {
	height: 420px;
	transition: all 0.3s ease-in-out;
}

.carousel-item.pos3 > img {
	border: 3px solid black;
}

.carousel-item.pos4 {
	left: 30%;
	transform: translate(-30%);
	z-index: 4;
	opacity: 40%;
}
.carousel-item.pos4 > img {
	border: 2px solid black;
}

.carousel-item.pos5 {
	left: 5%;
	transform: translate(-5%);
	z-index: 3;
	opacity: 10%;
}

.carousel-item.pos6 {
	left:-100%;
}

h2, h1 {
	text-align: center;
}

.testing {
	position: absolute;
	height: 360px;
	right:100%;
}
