.affiliation-link img {
    transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
}

.affiliation-link:hover img {
    transform: scale(1.1);
    filter: brightness(5);
}

.body-content {
	padding: 50px;
	border: 3px solid rgba(0, 174, 239, 0.3);
	border-radius: 10px;
	background: #051414;
	box-shadow: 0 0 50px rgba(0, 174, 239, 0.2);
}

/* A separate header from breadcrumb so it doesn't move with it */
.body-header {
	margin: 0 auto;
	max-width: 1020px;
}

.body-main {
	margin: 20px auto 100px auto;
	max-width: 1000px;
	margin: 0 auto;
}

.breadcrumb {
	padding: 10px 20px;
	margin-bottom: 40px;
	color: #33e6ff;
	font-size: 15px;
	letter-spacing: 3px;
	
	background: #051414;
	background-image: linear-gradient(
		to right,
		rgba(0, 174, 239, 0.1),
		rgba(0, 174, 239, 0.01)
	);
	border: 1px solid rgba(0, 174, 239, 0.2);
	border-radius: 10px;
	box-shadow: 0 0 50px rgba(0, 174, 239, 0.2);
}

.header-breadcrumb {
	margin: 0 auto;
	max-width: 1020px;
	position: sticky;
	top: 0;
	z-index: 1000;
	padding: 10px 0 0 0;
}

.h1-pagetop::after {
	content: "";
    display: block;
    height: 10px;
    background: linear-gradient(to right, #00aeef, transparent);
    margin-top: 3px;
}

.h2-topmargin {
	margin-top: 80px;
}

/* for images in middle of paragraphs in articles */
.image-article-center {
	text-align: center;
	margin: 50px 0;
	font-size: 12px;
	opacity: 0.8;
	
}

.image-left {
	float: left;
	margin: 0px 20px 20px 0px;
	width: 100px;
	padding: 5px;
	background: rgba(0, 174, 239, 0.1);
	border: 2px solid rgba(0, 174, 239, 0.5);
	border-radius: 10px;
}

.image-left-large {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 5px;
	background: rgba(0, 174, 239, 0.1);
	border: 2px solid rgba(0, 174, 239, 0.5);
	border-radius: 10px;
}

.image-noboarder-full {
	width: 100%;
}

.image-noboarder-inline {
	float: left;
}

.image-responsive {
	width: 100%;
	padding: 5px;
	background: rgba(0, 174, 239, 0.1);
	border: 2px solid rgba(0, 174, 239, 0.5);
	border-radius: 10px;
}

.layout-front {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 15px;
}

.layout-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.listnav {
	list-style-type: none;
	margin-left: 30px; 
}

.logomain {
	background: rgba(212, 17, 17, 0.2);
	padding: 30px 0px 30px 25px;
	border: 3px solid rgba(209, 14, 14, 0.1);
	box-shadow: 0 0 300px rgba(209, 14, 14, 0.4);
}

.logoother {
	background: rgba(35, 35, 35, 0.2);
	padding: 30px 0px 30px 25px;
}

.meta-character {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.meta-character h4 {
    color: #00aeef;
	margin: 0px 0px 10px 0px;
}

.meta-character img {
	width: 60px;
}

.meta-character p {
	margin: 0.1px 0px 0px 0px;
}

.meta-item {
	padding: 15px;
	border: 2px solid rgba(0, 174, 239, 0.3);
	border-radius: 10px;
	background: #051414;
}

.profilepic {
	float: right;
	margin: 0px 0px 20px 20px;
	width: 200px;
	padding: 5px;
	background: rgba(0, 174, 239, 0.1);
	border: 2px solid rgba(0, 174, 239, 0.5);
	border-radius: 10px;
}

.table-article {
	width: 100%;
	padding: 20px;
}

.table-article caption {
	color: #00aeef;
	font-weight: 600;
	font-size: 20px;
}

.table-article th, td {
	border: 1px solid rgba(0, 174, 239, 0.3);
	padding: 15px;
	text-align: left;
	background: #082121;
}

.table-article th {
		color: #00aeef;
}

.websitestatus {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #33e6ff;
	font-size: 10px;
	letter-spacing: 5px;
	padding: 10px 20px;
}

a {
	color: #87EFD0;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover {
	color: yellow;
}

h1, h2, h3 {
	scroll-margin-top: 80px;
}

h1 {
	color: #00aeef;
	font-weight: 600;
	margin: 60px 0 20px 0;
}

h2 {
	color: #00aeef;
	font-weight: 600;
	border-left: 2.5px solid #00aeef;
    padding-left: 18px;
}

h3 {
	color: #00aeef;
	border-left: 80px dashed #00aeef;
    padding-left: 18px;
	border-radius: 10px;
}

hr {
	height: 10px;
}

body {
	background: url("../Images/geralt-space-911785_1920-edit.jpg");
	background-size: cover;
    background-position: center;
	background-attachment: fixed;
	background-color: #231f20;
	color: #d0d4d8;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1.5px;
}

nav {
	font-size: 0.8rem;
}

p {
    line-height: 1.6;
    margin-bottom: 20px;
}

ol li {
	margin-bottom: 10px;
	padding-left: 20px;
}

ul li {
	margin-bottom: 10px;
	padding-left: 20px;
}