body {
	color: #ffffff;
	font-family: 'IBM Plex Mono', monospace;
	margin: 0px;
	padding: 0px;
}

#content {
	height: 100%;
	background-color: black;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.link {
	display: block;
	text-decoration: none;
}

.panel-img {
	position: fixed;
	z-index: -1;
	object-fit: contain;
}

@media screen and (min-aspect-ratio: 1/1) {
	#photos {
		width: 50%;
		height: 50%;
	}
	
	#projects {
		width: 50%;
		height: 50%;
	}
	
	#contact {
		width: 50%;
		height: 50%;
	}
	
	#cv {
		width: 50%;
		height: 50%;
	}
}

@media screen and (max-aspect-ratio: 1/1) {
	#photos {
		width: 100%;
		height: 25%;
	}
	
	#projects {
		width: 100%;
		height: 25%;
	}
	
	#contact {
		width: 100%;
		height: 25%;
	}
	
	#cv {
		width: 100%;
		height: 25%;
	}
}


.panel {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: auto;
	color: #ffffff;
	display: block;
}

.panel-label {
	height: 100%;
	font-size: 32pt;
	display: table;
	margin: auto;
}

.panel-label h {
	display: table-cell;
	vertical-align: middle;
}

.film {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(32, 32, 32, 0.4);
}

.film:hover {
	background-color: rgba(32, 32, 32, 0.0);
}
