@charset "UTF-8";
/* CSS Document for Eric Garrison's site. Subject to change whenever I feel like it.*/
/*
fonts: Fira Sans Condensed, Kanit, Libre Franklin
Deep Red: rgba(146,13,15,1.00)
Blue-White: rgba(187,238,253,1.00)
Faded Blue: rgba(105,114,159,1.00)
Blue links: #005eff
*/

body {
	margin: 0px;
	font-family: 'Fira Sans Condensed', sans-serif;
	background-color: rgba(20,19,79,1.00);
}
div#mistermister {
	width: 100%;
	margin: 5% auto;
	padding: 0px;
}

div#navbar {
	background-color: rgba(146,13,15,1.00);
	padding: 16px;
	margin: 0px;
	border-bottom: 3px solid rgba(146,13,15,1.00);
	overflow: hidden;
	min-height: 84px;
}
div#navbar p {
	font-size: 1rem;
	display: inline;
	margin: 8px;
	font-family: 'Libre Franklin', sans-serif;
	border: none !important;
}
div#navbar h1 {
	color: rgba(255,255,255,1.00);
	font-family: 'Kanit', sans-serif;
	font-size: 2rem;
	text-align: right;
	margin: 0.25rem;
}
div#navbar a:link, a:visited {
	color: rgba(187,238,253,1.00);
	background-color: rgba(146,13,15,1.00);
	text-decoration: none;
	padding: 8px;
}
div#navbar a:hover {
	color: #fff;
	background-color: #005eff;
	text-decoration: none;
}
div#sgLogo {
	position: absolute;
	right: 16px;
	top: 0px;
	padding: 1rem;
	width: 25%;
}
div#sgLogo img {
	height: 100%;
}

div#content {
	float: left;
	margin: 1rem 2rem;
	min-height: 20rem;
}
h1 {
	font-size: 2.5rem;
	font-family: 'Kanit', sans-serif;
	color: rgba(187,238,253,1.00);
	font-weight: normal;
	margin: 0.25rem;
	line-height: 2.5rem;
    display: block;
}
h2 {
	font-size: 1.8rem;
	font-family: 'Kanit', sans-serif;
	color: rgba(187,238,253,1.00);
	font-weight: normal;
	margin: 0.2rem;
	line-height: 1.8rem;
    display: block;
}
h3 {
	font-size: 1.5rem;
	font-family: 'Kanit', sans-serif;
	color: rgba(187,238,253,1.00);
	font-weight: normal;
	margin: 0.15rem;
    display: block;
}
h4 {
	font-size: 1.2rem;
	font-family: 'Kanit', sans-serif;
	color: rgba(187,238,253,1.00);
	font-weight: normal;
	margin: 0.1rem;
    display: block;
}
p, li {
	font-size: 1rem;
	color: rgba(187,238,253,1.00);
	margin: 0.5rem 0.25rem;
	padding: 0px;
}
p.goAway {
	font-size: 1.2rem;
	margin: 1px 0px 1px 0px;
	font-style: italic;
	color: rgba(146,13,15,0.95);
}
sup, sub {
	font-size: 0.5rem;
}
strong, b {
	color: rgba(146,13,15,1.00);
	font-weight: bold;
}
div#content a:link {
	color: #005eff;
	text-decoration: none;
	padding: 2px;
}
div#content a:visited {
	color: rgba(208,212,233,0.85);
	text-decoration: none;
	padding: 2px;
}
div#content a:hover {
	color: #fff;
	background-color: #005eff;
}

div#footer {
	clear: both;
	margin: 14px auto 14px auto;
	padding: 7px;
	border-top: 3px double rgba(146,13,15,1.00);
}
div#footer p {
	font-size: 1rem;
	color: rgba(105,114,159,1.00);
	margin: .1em 0em;
}

input[type=text], input[type=email], input[type=password] {
	color: rgba(187,238,253,1.00);
	font-family: lekton, Monaco, "Courier New", "monospace";
	background-color: #000;
	margin: 2px;
	padding: 4px;
	border: 1px solid rgba(187,238,253,1.00);
	border-radius: 8px;
	text-align: center;
	outline: none;
}
input.inpError {
	color: rgba(255,255,0,1.00) !important;
	background-color: #000 !important;
	border: 1px dashed rgba(255,255,0,1.00) !important;
	border-radius: 8px !important;
}
input.pass {
	color: rgba(187,238,253,1.00) !important;
	background-color: #000 !important;
	border: 1px solid rgba(187,238,253,1.00) !important;
	border-radius: 8px !important;
}
input:focus {
	border: 3px double rgba(105,114,159,1.00);
}
input.submitter {
	background-color: transparent;
	color: #4800ff;
	border: 1px solid #4800ff;
}
input.submitter:hover {
	border: #4800ff;
	color: #fff;
	background-color: #4800ff;
}
select {
	color: rgba(187,238,253,1.00);
	font-family: lekton, Monaco, "Courier New", "monospace";
    font-size: 0.75rem;
	background-color: transparent;
	background-image: url(/images/updownWhite.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right center;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	margin: 4px;
	padding: 4px 24px 4px 4px;
	border: 1px solid rgba(187,238,253,1.00);
	border-radius: 8px;
	outline: none;
}
input[type=button], input[type=submit] {
	color: #ccd;
	background-color: rgba(146,13,15,1.00);
	font-weight: bold;
	padding: 4px;
	border: 1px solid #005eff;
	border-radius: 8px;
}
input[type=button]:hover, input[type=submit]:hover {
	color: #fff;
	background-color: #005eff;
    border: 1px solid rgba(146,13,15,1.00);
}
.player {
	font-size: 1.2rem;
	color: #888;
	font-weight: normal;
}
.error {
	color: rgba(255,255,0,1.00) !important;
	background-color: rgba(9,10,10,0.80);
	font-family: Monaco, "Courier New", "monospace";
	font-size: 1rem;
	padding: 8px;
	margin: 8px;
	border: 2px dashed rgba(255,255,0,1.00);
	border-radius: 8px 0px;
}
.alert {
	color: #ccd;
	border: 2px dotted #999;
	border-radius: 8px;
	background-color: rgba(31,50,79,0.95);
	font-family: Monaco, "Courier New", "monospace";
	font-size: 1rem;
	padding: 8px;
	margin: 8px;
}
.smallGrey {
	color: rgba(105,114,159,1.00) !important;
	font-size: 0.75rem !important;
	margin: 2px !important;
}
.tinyGrey {
	color: rgba(105,114,159,1.00) !important;
	font-size: 0.25rem !important;
	margin: 2px !important;
}
.userDetails {
	color: rgba(105,114,159,1.00);
	font-size: 0.8rem;
	font-style: italic;
}
table {
	border-collapse: collapse;
	background-color: rgba(4,46,93,1.00);
}
th {
	text-align: center;
	background-color: rgba(146,13,15,1.00);
	font-size: 2rem;
	font-weight: normal;
	font-family: 'Kanit', sans-serif;
	color: #fff;
	padding: 0.25rem;
	margin: 0px;
}
td {
	border-top: 2px solid rgba(105,114,159,1.00);
	color: rgba(187,238,253,1.00);
	font-family: 'Fira Sans Condensed', sans-serif;
	padding: 0.2rem;
	margin: 0px;
}
img.infDlogo {
	height: 1rem;
	width: 1rem;
	margin: 0px;
	padding: 0px;
}