* {
	font-family: 'Satoshi-Variable', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

html, body {
	margin: 0px 20px;
	padding: 0;
	height: 100%;
	color: black;
}

/* unvisited link */
a:link {
	color: black;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: black;
}

video {
	border-radius: 0.75rem;
}

audio {
	border-radius: 1.25rem;
}

content {
	padding: 4em 2em;
}

#sketch {
	z-index: -1;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
/*	margin-left: 20vw;*/
}

#title {
	padding: 20px 0px;
}

#links {
	margin-top: 5px;
}

#links img {
	display: none;
}

#links > div {
/*	padding: 15px;*/
}

#carcasse img {
	height: 22px;
}

/* mouse over link */
a:hover {
	color: rgb(247, 51, 91);
}

/* selected link */
a:active {
	color: grey;
}

p {
	line-height: 2.5rem;
	font-size: 1.5rem;
/*	letter-spacing: 0.025em;*/
}

h1 {
	line-height: 1.6em;
	font-size: 3em;
/*	letter-spacing: 0.025em;*/
}

#back-button {
	position: absolute;
	top: 10px;
	left: 40px;
	width: 30px;
	height: 20px;
}

span {
	background-color: white;
/*	background-position-y: -40px;*/
/*	background-size: 100% 50%;*/
}

#rorschach_test {
	text-align: center;
}

#rorschach_test p {
	font-size: 1.2em;
	color: grey;
	font-weight: 500;
}

#monkey_see p {
	font-size: 1.2em;
	color: grey;
	font-weight: 500;
}

#mischief_systems p {
	font-size: 1.2em;
	color: grey;
	font-weight: 500;
}

#rorschach_test video {
	height: 80vh;
	width: auto;
}

#performer-download-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	width: 100%;
}

#performer-text {
	margin: 0;
	font-size: 1.4em;
}

#monkey_see {
	padding: 4em 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 80vw;
	
}

#monkey_see h1 {
	font-family: 'EB Garamond Regular', sans-serif;
	font-weight: ;
	height: auto;
	width: 80vw;
}

#monkey_see video {
	height: auto;
	width: 100%;
}

#mischief_systems {
	padding: 4em 0;
	width: 70vw;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;

	align-items: center; /* Horizontally centers images */\
}

#mischief_systems #performer-download-container {
	width: 80%;
}

#mischief_systems:after {
	content: " ";
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}

#mischief_systems img {
	width: 100%;
	height: auto;	
}

.logo {
	display: flex;
	width: 200%;
}

.logo {
	gap: 20px;
}

.logo img {
	height: 30px;
}

.article {
	display: flex;
	width: 400px;
	justify-content: space-between;
}

.button-row {
	display: flex;
	flex-direction: row;
	gap: 6px;
}

.button {
	display: flex;
	justify-content: center;
	flex-direction: column;
	appearance: none;
	background-color: black;
	border: 2px solid white;
	border-radius: 20px;
	height: 32px;
	width: 170px;
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	font-size: 1.1em;
	margin: 0;
	padding: 0px 12px;
	text-align: center;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	will-change: transform;
	
	background: linear-gradient(to left, black 50%, white 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition: all 200ms cubic-bezier(.5, 1, 0.5, 1);
}

.button:disabled {
	pointer-events: none;
}

.button:hover {
/*			box-shadow: rgba(1, 1, 1, 0.25) 0 8px 15px;*/
/*			transform: translateY(-2px);*/
background-position:left bottom;
color:black;
}

.button:active {
	box-shadow: none;
	transform: translateY(0);
}