
body {
	background-color:#000000;
	font-family: Verdana,sans-serif;
    color: #dddddd;
	font-size: 1.3rem;
	line-height: 2.5rem;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: lighter;
}

div {
	white-space: pre-wrap;
	width: 100%;
}

#content {
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	width:100%;
}

#logo a img { 
	display: block;
	margin: auto;
	margin-top: -0.5em;
	margin-bottom: -0.5em;
	height: 180px;
	width:auto;
}

h1 {
	font-family: "EB Garamond", Times, serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1;
	margin-top: 1rem;
	margin-bottom: -15px;
	padding-left: 1.1em;
	background-image: url("triskelion_40px.png");
	background-position: left;
	background-repeat: no-repeat;
}

a {
	color: white;
}
a:hover {
	color: white;
}
a:visited {
	color: white;
}

.yt {
	position: relative;
	padding-bottom: 53.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.yt,
	.yt iframe {
	max-width: 1633px;
	max-height: 1080px;
}
.yt iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}

.caption {
	color: #bbbbbb;
	font-style: italic;
	font-size: 1.2rem;
	line-height: 1.8rem;
}

#discord {
	background-image: url("discord_icon_40px.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
}

#twitter {
	background-image: url("twitter_icon_40px.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	position: fixed;
	bottom: 75px;
	right: 15px;
	width: 60px;
	height: 60px;
}
