@charset "utf-8";

html,
body {
	position: relative;
   	margin: 0;
	padding: 0;
   	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;	
	background-color: #000000;
	background-image: url(../images/bodybg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	height: 70px;
	background-color: #151515;
	background-image: url('../images/title-transparent.png'), url(../images/grey-diagonal-lines-2.png);
	background-repeat: no-repeat, repeat;
	background-position: center center;
}

.content {
	color: white;
	margin: 141px auto;
	width: 50%;
	padding: 10px 5px 40px 5px;
	min-height: 100%;
	background-color: rgba(12, 12, 12, 0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0e0e0e+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(14,14,14,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(14,14,14,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(14,14,14,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000e0e0e',GradientType=0 ); /* IE6-9 */
	border-width: 0 3px 0 3px; 
	border-style: solid;
	border-color: rgba(12, 12, 12, 0.1); 
}

footer {
	position: fixed;
	bottom: 10;
	left: 0;
	right: 0;	
	width: 100%;
	height: 75px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	text-align: center;
}

.navbar {
	position: fixed;
	top: 90px;
	left: 0;
	right: 0;
	width: 100%;
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #0c0c0c;
}

.nav {
	display: block;	
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	list-style-type: none;
}

.nav a {
	width: 100%;
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	background-color: #0c0c0c;
	text-decoration: none;
}

.nav li {
	display: inline-block;
	color: white;
	text-align: center;
	list-style-type: none;
	margin: 12px 20px 0px 0px;
	padding-bottom: 12px;
	cursor: pointer;
}

.nav li:hover {
	color: #c22f25;
}

.social {
	text-align: right;
	position: fixed;
	top: 87px;
	right: 0px;
}

.social-logo {
	width: 40px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
}

.social-youtube {
	background-image: url(../images/logos/youtube1.png);
}

.social-youtube:hover {
	background-image: url(https://playmorepromode.org/images/logos/youtube2.png)
}

.social-twitter {
	background-image: url(../images/logos/twitter1.png);
}

.social-twitter:hover {
	background-image: url(https://playmorepromode.org/images/logos/twitter2.png)
}

.social-twitch {
	background-image: url(../images/logos/twitch1.png);
}

.social-twitch:hover {
	background-image: url(https://playmorepromode.org/images/logos/twitch2.png)
}

.social-discord {
	background-image: url(../images/logos/discord1.png);
}

.social-discord:hover {
	background-image: url(https://playmorepromode.org/images/logos/discord2.png)
}

.active {
	display: inline-block;
	list-style-position: inside;
	color: #c22f25 !important;
	border-bottom: 4px solid #c22f25;
}

.screenReaderOnly {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.communitiesText {
	height: 70px;
}

.communitiesText {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

h1, h3, h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #c22f25;	
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 0;
}

h1 {
	text-transform: uppercase;
}

h2 {
	color: #a8261f;
	text-transform: uppercase;
}

h3 {
	color: #811d18;
	text-transform: uppercase;
}

a {
	width: 100%;
	color: #c22f25;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
}

a:hover {
	color: #c22f25;
	text-decoration: underline;
	text-decoration-style: dashed;
	text-decoration-color: white;
}