﻿@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 {
	background: rgb(73,80,87);
	background: linear-gradient(0deg, rgba(73,80,87,1) 0%, rgba(52,58,64,1) 50%, rgba(33,37,41,1) 100%);
	color: #f4f4f4;
	font-family: 'Nunito', sans-serif;
	font-size: 100%;
	line-height: 1.6;
	text-align: center;
}

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

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

.gritbash {
	color: #02A4D3;
	font-weight: bold;
	text-align: center;
}

.fury {
	color: #FF9F00;
	font-weight: bold;
	text-align: center;
}

.meltdown {
	color: #FFFF00;
	font-weight: bold;
	text-align: center;
}

.overload {
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}

.info {
	font-size: 0.8125em;
}

hr.black {
	border: 0;
	height: 2px;
	color: #e0b0ff;
	background-color: #e0b0ff;
	width: 95%;
}

hr.red {
	border: 0;
	height: 2px;
	color: #c8102e;
	background-color: #c8102e;
	width: 90%;
}

h1 {
	color: #C8102E;
	font-family: 'Bree Serif', serif;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

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

img.border {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	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*/;
}

img.noborder {
	border-style: none;
	vertical-align: middle;
	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*/;
}

table.broadcast {
	border-color: #111111;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto;
	min-width: 98%;
	padding: 10px;
	text-align: center;
	top: auto;
	width: auto;
	z-index: 0;
}

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