/* GLITCHVID.NET STYLES
 Made by Glitchvid... nobody surprised.
*/
@font-face {
  font-family: 'Gorton Perfected';
  font-display: block;
  src: url('GortonPerfectedVF.woff2') format('woff2');
  
}

h1 {
	text-align: center;
	color: #CFCFCF;
	font-family: 'Gorton Perfected',sans-serif;
	font-size: 1.8em;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin: 1em auto;
	padding-top: 0.1em;
	border-top: solid;
	border-bottom: solid;
	border-width: 0.1.1em;
	border-color: #252525;
}

h2 {
	text-align: center;
	color: #CFCFCF;
	font-family: Roboto,sans-serif;
	font-size: 1.25em;
	font-weight: 700;
}

h4 {
	text-align:center;
	color:#5E5E5E;
	font-family:'Gorton Perfected',sans-serif;
	font-size:0.625em;
	font-weight:500;
	margin:0px;
	transform: scale(0.93,1);
}

h6 {
	text-align: center;
	color: #CFCFCF;
	font-family: Arial,sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
}

gcomlink {
	text-align:center;
	color:#CFCFCF;
	font-family:'Gorton Perfected',sans-serif;
	font-weight:500;
	margin-top:1em;
	font-size:1.25em;
	font-variant: small-caps;
	line-height: 1.7em;
}

body {
	font-family: Arial,sans-serif;
	margin: 0px;
}

table {
	border-spacing: 0px;
}

tabrow {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

img.gvidlogo {
	display: block;
	margin: 3em auto;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	border-style: solid;
	border-width: 2px;
	border-radius: 2px;
	border-color: #efd050;
	box-shadow: 0px 0px 6px 6px #efd05014;
	height: 256px;
	width: 256px;
}

img.linkbadge {
	margin: auto;
	max-height: 32px;
	max-width: 16vw;
	width: auto;
	height: auto;
	vertical-align: middle;
	padding-bottom: 0.2em;
}

a:link {
	transition:100ms ease-out;
	text-decoration: none;
	color: #FFA726;
}

a:visited {
	text-decoration: none;
	color: #FFA726;
}

a:hover {
	transition:.2s cubic-bezier(.19,1,.22,1);
	color: #FFCC80;
	background-color: #080808;
	padding: 0.25em;
}

a:active {
	text-decoration: underline;
}

a.stext {
	margin:1em;
}
a.stext, a.stext:visited,a.stext:hover,a.stext:active {
	text-decoration: none;
}

div.logobox {
	border-style: dotted;
	border-right-style: none;
	border-left-style: none;
	border-width: 1px;
	border-color: #272727;
}

div.linkbox {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
@-moz-document url-prefix() {
		div.logobox {
			border-color: #3f3f3f;	
		}
	}

section.links {
	text-align: center;
	text-align: center;
}

ul.list {
	margin-top: 0px;
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0px;
}

ul.list li {
	float: left;
	list-style-type: none;
	color: #CFCFCF;
	font-family: 'Gorton Perfected',sans-serif;
	font-size: 1.25em;
	font-weight: 500;
	margin-top: 0.25em;
	font-variant: small-caps;
}

ul.list li.small {
	margin-top:0.75em;
	text-align: center;
	color: #CFCFCF;
	font-family: 'Gorton Perfected',sans-serif;
	font-size: 0.54em;
	font-weight: 600;
}

/* That's all she wrote. */