﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Assistant&family=Barlow&family=Bebas+Neue&family=Bree+Serif&family=Caladea&family=Catamaran&family=Crimson+Text&family=Fira+Sans&family=IBM+Plex+Sans&family=Lato&family=Libre+Franklin&family=Lora&family=Mulish&family=Nunito&family=Nunito+Sans&family=Open+Sans&family=Roboto&family=Sanchez&family=Source+Serif+Pro&display=swap');
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9375em;
	line-height: 1.6;
	color: #ffffff;
}

a, a:link, a:visited {
	color: #e5ff4c;
	text-decoration: none;
}

a:hover {
	background-color: #d0ccc8;
	color: #c8102e;
	text-decoration: none;
}

h1 {
	font-family: 'Crimson Text', serif;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.story {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875em;
	text-align: justify;
}

.title {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1em;
	text-align: center;
}

.first {
	border: 0;
	color: #e4002b;
	background-color: #e4002b;
	height: 2px;
	width: 98%;
}

.yellow {
	border: 0;
	color: #ffdc73;
	background-color: #ffdc73;
	height: 2px;
	width: 98%;
}

.headline {
	border-style: none;
	padding: 3px;
	display: block;
 /*images must be set to block in order use auto margins*/
	margin: 0 auto;
 /*centers images in most browsers*/
	text-align: center;
 /*centers images in older browsers*/;
}

.profile {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	max-height: 139px;
	max-width: 139px;
}

.no_border {
	border-style: none;
	height: 140px;
	width: 140px;
	display: block;
 		/*images must be set to block in order use auto margins*/
	margin: 0 auto;
			/*centers images in most browsers*/
	text-align: center;
 	/*centers images in older browsers*/;
}

.page-menu_left {
	border-collapse: collapse;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 97%;
	text-align: left;
	vertical-align: top;
	width: auto;
}

.mainstyle {
	vertical-align: top;
	border-style: none;
	border-collapse: collapse;
	margin: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}

th {
	border-style: none;
	border-collapse: collapse;
	font-family: 'Source Serif Pro', serif;
	font-size: 1.25em;
	text-align: center;
	margin: 2px;
	padding: 3px;
}

td {
	border-style: none;
	border-collapse: collapse;
	margin: 2px;
	padding: 3px;
	vertical-align: text-top;
}