/*:root {
	--color-one: #890000;
	--color-two: #1C5B87;
	--color-three: #262626;
}*/
* {
  font-family: "sans";
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: black;
    color: #FAFAFA;
	font-family: "Comic Sans MS";
}

table, th, td {
  border: 1px solid #262626;
  border-collapse: collapse;
}
table {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}
a, h1, h2, h4, h5 {
	margin-top: 0;
	margin-bottom: 0;
	color: #1C5B87;
}
h4 {
	padding-top: 15px;
	padding-left: 15px;
}
a:hover {
	border: 2px solid #1C5B87;
}
:target a {
	color: #959800;
	height:	9vh;
}
.image-link a {
	border: none;
}
.image-link img:hover {
	width:  10vw;
	height:	15vh;
}
.underline {
    text-decoration: underline;
}
i {
	color: #999999;
}
em {
	color: #999999;
}
.footer {
    padding: 1em;
    text-align: left;
}
.footer a {
    margin: 0 0.5em 0 0.5em;
}
small {
    font-size: 15px;
}
.nav {
        margin-left: 40%;
}
.quote {
    text-align: center;
    padding-left: 10ch;
    padding-right: 10ch;
}
.blue {
	background: #2F92FF;
	color: black;
}
.green {
    background: #00892E;
    color: black;
}
.dark_green {
	background: #00981b;
	color: black;
}
.light_green {
	background: #c8e63c;
	color: black;
}

.red {
    background: #6F0008;
    color: black;
}
.orange {
    background: #B35800;
    color: black;
}
.yellow {
	color: black;
    background: #9B9000;
}
code {
	display: inline-block;
	font-family: Monospace;
	color: #890000;
	border: 1px solid #890000;
	margin: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
img {
	width:  5vw;
	height:	9vh;
}
.underline {
    text-decoration: underline;
}
.quote {
    text-align: center;
    padding-left: 10ch;
    padding-right: 10ch;
}
.case {
	border: 1px solid #1C5B87;
	margin-top: 1vh;
	margin-bottom: 1vh;
	margin-left: 10px;
}
.text-block {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}
.bigbox {
    width: 90%;
    height: 50vh;
    line-height: 1.5em;
    overflow: scroll;
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border: 2px solid #1C5B87;
}
.smallbox {
    width: 90%;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border: 2px solid #1C5B87;
}
.overflow {
	overflow: auto;
}
.spoiler:hover {
    color: black;
    background: #1C5B87;
}
.spoiler {
    padding-left: 10px;
    padding-right: 10px;
    background: #1C5B87;
    color: #1C5B87;
}
.yahoo2 {
    color: #6104D2;
    font-weight: bold;
}
.title {
	margin-left: auto;
	margin-right: auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 10px;
	width: 30em;
	background: #1C5B87;
	color: black;
    text-align: center;
}
.crossedout {
    text-decoration: line-through
}
.wide-nav {
    margin: 0;
    text-align: center;
}
.center-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 45%;
	height: 35%;
}
.sources ol {
	margin-top: 0;
	margin-bottom: 1vh;
	font-size: 10px;
	list-style: none;
}
.right-container {
    margin-top: -15px;
    float: right;
    clear: right;
}
.picture-container {
    display: block;
    margin-bottom: 3vh;
    margin-top: 3vh;
    margin-right: 1vw;
    margin-left: 1vw;
}
.picture-container a:hover {
    border: none;
}
.picture {
    width: 300px;
    height: 190px;
    border: 1px solid #890000;
}
.picture-text {
    text-align: justify;
    width: 290px;
    padding: 5px;
    margin-top: -5px;
    font-size: 15px;
    border-right: 1px solid #890000;
    border-left: 1px solid #890000;
    border-bottom: 1px solid #890000;
    background: black;
}
.picture-text i {
}
#mfooter {
	text-align: center;
}
@media screen and (max-width : 1204px) {
	table, th, td {
		font-size: 10px;
	}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 13px;
	}
	p {
		font-size: 15px;
	}
	small {
    	font-size: 7px;
	}
	img {
		height: 5vh;
	}
}
@media screen and (max-width: 320px) {
	table, th, td {
		font-size: 20px;
	}
}
.terms {
	float: right;
}
.logo_img {
	margin: 0;
	padding: 0;
	width: 130px;
	height: 130px;
}
.activelink {
	width: 85px;
	height: 30px;
	margin-top: 30px;
	margin-left: 15px;
}
.content {	
	border-left: 2px solid #890000;
	margin-left: 130px;
	padding-left: 10px;
}
.directory_nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 130px;
	height: 100%;
}
.directory_nav a, .bottom-bar a {
	margin-left: 5px;
	margin-right: 5px;
	color: white;
	text-decoration: underline;
}
.directory_nav a:hover, .bottom-bar a:hover {
	color: black;
	background: white;
	text-decoration: none;
	border: none;
}
.directory_nav h3 {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
	border-top: 5px solid #890000;
	border-bottom: 5px solid #890000;
	text-align: center;
}
.bottom-bar {
	background: #890000;
}
.bottom-bar a {
	margin-left: 10px;
}
.hidden-li {
	list-style-type: none;
}
#logo  {
	text-decoration: none;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}