* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Verdana", sans-serif;
	color: rgb(228, 228, 228);
}

.main-content {
	margin: auto;
	padding: 10px 0px;
	max-width: 1190px;
}

.centered-content {
	text-align: center;
	margin: auto;
	padding: 5px;
	width: 100%;
}

.block-content {
	margin: 30px 0px;
}

h1 {
	margin: 10px;
}

h2 {
	font-size: 14px;
	color: rgb(200, 200, 200);
}

h3 {
	font-weight: normal;
	font-size: 20px;
	font-family:'Courier New', Courier, monospace;
}

html, body {
	margin: 0px;
	background-color: rgb(40, 40, 40);
	background-image: linear-gradient(to bottom, rgba(40,40,40,0) 0px,rgba(40,40,40,1) 150px), url("../images/code.jpg");
	background-repeat: repeat-x;
}

p {
	margin: 10px 0px;
	text-align: left;
	text-justify: auto;
	font-size: 15px;
}

a {
	text-decoration: none;
}

.media-links {
	text-align: center;
}

.media-link {
	margin: 0px 10px;
	width: 50px;
	height: 50px;
	background: transparent;
}

.main-nav {
	border: solid;
	border-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	align-content: center;
	margin: 10px;
	height: auto;
	max-width: 1190px;
}

.main-nav-link {
	float: left;
	opacity: 0.6;
	display: block;
	padding: 15px 20px;
	font-size: 16px;
	font-family: 'Courier New', Courier, monospace;
	transition: opacity 200ms;
	text-decoration: none;
}

.main-nav-link:hover {
	opacity: 1;
}

.credit-inset {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	background-color: rgb(30, 30, 30);
	width: 35%;
	margin: 5px;
	padding: 8px;
}

.credit-image {
	margin: 0px;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.publication-inset {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	background-color: rgb(30, 30, 30);
	width: 70%;
	margin: 5px;
	padding: 8px;
}

.publication-embed {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.publication-thumbnail {
	width: 100%;
	object-fit: fill;
	margin: 0px;
}
