@charset "utf-8";

/* CSS Document */

@font-face {
	font-family: 'DePixel Halbfett';
	src: url(../DePixelHalbfett.ttf);
}

/* a:link {
	color: rgb(157, 36, 113);
	background-color: transparent;
	text-decoration: none;
	font-style: bold;
}

a:visited {
	color: rgb(157, 36, 113);
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: rgb(157, 36, 113);
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: rgb(157, 36, 113);
	background-color: transparent;
	text-decoration: underline;
} */

a:link {
	color: rgb(244, 206, 96);
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: rgb(244, 206, 96);
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: rgb(244, 206, 96);
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: rgb(244, 206, 96);
	background-color: transparent;
	text-decoration: underline;
}

body {
	background-image: url("../img/Rhapsody.jpg");
	background-attachment: fixed;
	background-color: white;
	margin-top: 10px;
	margin-left: 60px;
	font-family: 'Georgia'; /* CHANGE THIS WHEN CHANGING FONT */
}

#title {
	font-family: 'DePixel Halbfett', monospace;
	height: 25px;
	width: 876px;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px solid;
	border-color: rgb(221, 191, 105);
	background-image: linear-gradient(to bottom right, rgba(41, 110, 115, 0.8), rgba(16, 46, 54, 0.9));
	font-size: 12pt;
	color: white;
	text-shadow: 1px 1px 0px black;
	box-shadow: 2px 2px 3px rgba(13, 18, 12, 0.3);
}

#titletext {
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar {
	justify-content: left;
	position: absolute;
	inline-size: 200px;
	overflow-wrap: break-word;
	padding: 10px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid;
	border-color: rgb(221, 191, 105);
	border-image: url(../img/rhapsodyborder.png);
	border-image-width: 35px 35px;
	border-image-slice: 30;
	border-image-outset: 3px 10px 3px;
	background-image: linear-gradient(to bottom right, rgba(41, 110, 115, 0.8), rgba(16, 46, 54, 0.9));
	margin-right: 10px;
	font-size: 10pt;
	margin-bottom: -28px;
	margin-top: 10px;
	color: rgb(36, 4, 25);
	box-shadow: 12px 2px 3px rgba(13, 18, 12, 0.3);
}

h3 {
	margin-top: 0px;
	font-family: 'DePixel Halbfett', monospace;
	color: white;
	text-shadow: 1px 1px 0px black;
	font-size: 14px;
}

#main {
	color: white;
	text-shadow: 1px 1px 0px black;
	position: absolute;
	justify-content: left;
	inline-size: 600px;
	overflow-wrap: break-word;
	padding: 15px;
	display: flex;
	border: 1px solid;
	border-color: rgb(221, 191, 105);
	border-image: url(../img/rhapsodyborder.png);
	border-image-width: 35px 35px;
	border-image-slice: 30;
	border-image-outset: 3px 10px 3px;
	background-image: linear-gradient(to bottom right, rgba(41, 110, 115, 0.8), rgba(16, 46, 54, 0.9));
	font-size: 10pt;
	margin-top: 10px;
	margin-left: 252px;
	margin-bottom: 10px;
	box-shadow: 12px 2px 3px rgba(13, 18, 12, 0.3);
}

h2 {
	color: rgb(244, 206, 96);
	font-weight: bold;
	font-size: 15pt;
	margin-top: 0px;
	position: absolute;
	font-family: 'DePixel Halbfett', monospace;
	margin-bottom: 10px;
}

#mainbody {
	margin-top: 33px;
	margin-left: 0px;
	font-size: 16px;
	line-height: 20px;

}

ul {
  list-style-type: none;
  margin: 0px;
  margin-top: -8px;
  padding: 0px;
}

li {
	margin-top: 3px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 1px 1px 0px black;
}

p {
	margin: 0px;
	padding: 0px;
}

#aside {
	font-size: 11px;
	font-style: italic;
}

#mainbody img {
	margin: auto;
    float:left;
	padding-bottom: 10px;
}

#tablecaption {
	margin-top: 6px;
	text-align: center;
}

.container {
	display: grid;
	align-items: top; 
	grid-template-columns: 1fr 0fr 1fr;
	column-gap: 5px;
}

.image {

}

.text {
	margin-left: 10px;
	margin-right: 10px;
}

table, th, td {
	border: 1px solid white;
	border-collapse: collapse;
	padding: 6px;
}