@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Gudea:400,700,400italic|Roboto+Condensed:400,700);

@font-face {
	font-family: cocogoose;
	src: url('../Cocogoose.otf');	
}

/*
paragraphs: font-family: 'Gudea', sans-serif;
headers: font-family: 'Roboto Condensed', sans-serif;
*/

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Gudea', sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	/* list-style:none; */
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration:underline;
	outline:none;
	text-transform:uppercase;
	font-size:14px;
}
/*a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none;}*/
/* End CSS reset */

/* Defaults */
body {
	/*background-color:#F3F3F3;*/
	/*background-color:#EFDC6D;*/
	background-color: #EEDA95;
	/*text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);*/
}
h1, h2, h3, h4, h5 {
	font-family:cocogoose;
	font-weight:400;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	margin-top:20px;
}
h1 {
	text-align:center;	
	font-size: 32px;
	text-transform:uppercase;
	letter-spacing:5px;
	margin-top:150px;
	margin-bottom:40px;
}
h2 {
	text-align:center;
	font-size:36px;
	text-transform:uppercase;
	letter-spacing:3px;
	padding-top:100px;
}
h3 {
	font-size:28px;
	margin-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}
h4 {
	font-size:18px;
	margin-bottom:10px;
	text-transform:uppercase;
}


li, p {
	font-size:16px;
	line-height:25px;
}
p {	
	/*text-indent:20px;*/
	margin-bottom:-20px;
	margin-top:-5px;
}

p i {
	font-style:italic;	
}

aside {
	font-size:14px;
	line-height:20px;
	color:#999;
	width:250px;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	text-align:justify;
}
cite {
	line-height:18px;
	display:block;
	margin-top:-5px;
	font-size:14px;
	color:#999;
	font-style:normal;
}


img {
	float:left;	
	margin:5px;
	margin-right:15px;
}

header h1, header h2 {
	padding-bottom:0px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
}
header {
	margin-bottom: -5px;
}
header h2 {
	font-size:28px;
	color:#666;
	/*#4f3051*/
}
/* End Defaults */

/* Nav bar */
nav {
	width:100%;
	position:absolute;
	/* goes above the other elements */
	z-index:1;
	background-color:#FFF;
	border-bottom:solid 6px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
nav a {
	text-decoration: none;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;
}
nav a:hover {
	text-decoration: none; 
}
nav ul {
    list-style: none;
	margin: 0px;
	padding: 0px;
	/* Center at top */
    text-align:center;
}
nav li {
	display:block;
 	font-size:20px;
    transition: all .3s ease-in-out;
	padding:5px;
}
nav li:hover {
	background-color:#F3F3F3;
}
nav li.home-page:hover {
	color:rgba(169,64,44,1);
}
nav li.second-page:hover {
	color:rgba(89,182,106,1);
}
nav li.media-page:hover {
	color:rgba(92,145,222,1);
}
nav li.alchemy-page:hover {
	color:rgba(44,177,94,1);
}
nav li.fortress-page:hover {
	color:rgba(124,47,31,1);
}
nav li.crossfire-page:hover {
	color:rgba(73,84,99,1);
}
nav li.forum-page:hover {
	color:rgba(222,145,64,1);
}
nav li.fifth-page:hover {
	color:rgba(145,64,180,1);
}
nav li.sixth-page:hover {
	color:rgba(249,205,0,1);
}
nav li.special-page:hover {
	color:rgba(255,255,255,1);
	background-color:#6d4759;
}

/* End Nav bar */

/* Other */
.hover-image {
	position:relative;
	height:80px;	
	display:block;
	width:300px;
	margin:0 -20px auto;
}

.hover-image img {
	height:80px;
	display:block;
	position:absolute;
	transition: all .3s ease-in-out;
}

.hover-image img:nth-child(1) {
	opacity:0;
	z-index:1;
}
.hover-image img:nth-child(1):hover {
	opacity:1;
}

.image-right {
	float:right !important;
}

.dark {
	
	background-color:#2D1E25;
}

.dark .content-box {
	background-color:#221A1E;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
}

.dark h2, .dark h3, .dark h4, .dark p {
	color:#FFF;	
}

.dark h1 {
	color:#6d4759;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);	
}

.dark h2 {
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
}

.frame-mid {
	height:315px;
	margin:0 auto;
	width:100%;
	display:block;
}

.not-aside {
	float:none !important;
	width:inherit !important;
	margin-top:-5px;
	text-indent:20px;
	margin-bottom:10px;
}
.rulebook {
	text-decoration: none;
	text-transform:none;
	font-size:inherit;
}
.term {
	font-size:16px;
	text-transform:uppercase;
	margin-right:20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	margin-top:20px;
	display:inline-block;
}

.clarifications ul {
	margin-top:-10px;
	margin-bottom:5px;	
}

.stroke {
	color:#9F6;
	text-shadow:
   	-1px -1px 0 #000, 
	-1px -2px 0 #000,
	-2px -1px 0 #000,
	-2px -2px 0 #000,
	 1px -2px 0 #000,
	 2px -1px 0 #000,
	 2px -2px 0 #000,
	 3px -1px 0 #000,
     3px -2px 0 #000,
	-1px 1px 0 #000,
	-1px 2px 0 #000,
	-1px 3px 0 #000,
	-2px 1px 0 #000,
	-2px 2px 0 #000,
	-2px 3px 0 #000,
	 1px 1px 0 #000,
	 1px 2px 0 #000,
	 1px 3px 0 #000,
	 2px 1px 0 #000,
	 2px 2px 0 #000,
	 2px 3px 0 #000,
	 3px 1px 0 #000,
	 3px 2px 0 #000,
	 3px 3px 0 #000;	
}

/* End Other */

/* Cards */
.card {
	border-radius:20px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	height:200px;
}
.card-small {
	border-radius:12px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	height:125px;
}

.card-like {
	/*border-radius:12px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);*/
	width:250px;
	display:block;
	float:none;
	margin-top:0px;
	margin-bottom:20px;
}

.graphic {
	width:100%;	
}

.graphic-right {
	margin-left:0px;
	margin-right:0px;
	display:block;
	width: 100%;	
}

.graphic-mid {
	margin:0 auto;
	margin-bottom:20px;
	margin-top:20px;
	display:block;
	width:100%;
	float:none;
}

.framed {
	border: solid 10px #FFF;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}
/* End Cards */

/* Content */

.content-box {
	/*max-width:800px;*/
	max-width:700px;
	margin: 0 auto;
	margin-bottom: 40px;
	background-color:rgba(255,255,255,1);
	padding: 20px;
	/* this is size when screen shrinks */
	/* for 5 navs */
	/*padding-top: 260px;*/
	padding-top: 250px;
	box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1);
}

.bold-title {
	font-family: cocogoose;
	text-transform:uppercase;
	font-weight:400 !important;
}

.landing-page header h1 {
	font-size:62px;
	/*color:#6d4759;*/
	color:#D24A3C;
}

.landing-page .icon {
	float:left;
}

.landing-page header h2 {
	margin-left:-20px;
	background-color:#357AD9;
	/*background-color:#432e38;*/
	color:#FFF;
	margin-right:-20px;
	margin-top:5px;
	margin-bottom:0px;
	padding:20px;
	border-bottom:solid 5px rgba(255,255,255,1);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.3);
}

.landing-page p, .landing-page li {
	font-size:17px;
	line-height:30px;
}

.background-image {
	
	margin-left:-25px;
	margin-right:-15px;
}

.background-image img {
	width:100%;
}

.content-box h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-box p {
	margin-bottom: 10px;
	text-align:justify;	
}

.content-box a {
	color:rgba(92,145,222,1);    
    transition: all .3s ease-in-out;
}
.content-box a:hover {
	color:rgba(169,64,44,1);
}
/* End Content */

.note {
	color: #aaa;
	font-size: 14px;
}

footer {
	clear:both;
	margin:auto 0;
	opacity:.6;
}
footer p {
	font-size:11px;
	text-align:center;
	color: #373737;
}

@media only screen and (min-width: 400px) {
	a.card section {
	margin-right: 0px;
	margin-left: 0px;
	}
	h1 {	
		font-size: 42px;
	}
	
	.hover-image {
	height:100px;	
	width:400px;
	margin:0 auto;
	}
	
	.hover-image img {
		height:100px;
	}

}
@media only screen and (min-width: 500px) {	
	.graphic-right {
		width:50%;
		margin-left:20px;
		float:right;
	}
	.card-like {
		float:right;
		margin-left:20px;
		margin-top:-40px;
		margin-bottom:0px;
	}
}

/* Tablet */
@media only screen and (min-width: 600px) {			

	
	.frame-mid {
		height:315px;
		width:560px;
		/*max-width:560px;
		width:100%;*/
	}
	
	.hover-image {
	height:125px;	
	width:485px;
	margin:0 auto;
	}
	
	.hover-image img {
		height:125px;
	}
}

/* Tablet */
@media only screen and (min-width: 630px) {
	
	.graphic-mid {
		width:70%;	
	}
	.full {
		width:100%;	
	}
	h1 {	
		font-size: 52px;
	}
	.landing-page header h1 {
		font-size:90px;
	}
}

@media only screen and (min-width: 600px) {
	nav li {
		display:inline;
		padding:20px;
	}
	nav ul {
		padding:20px;
		/* make this 20 if you want it to look better on firefox and IE,
		otherwise, looks best on chrome */
		padding-bottom:19px;
	}
	nav li.home-page:hover {
		border-bottom:solid 6px rgba(169,64,44,0.7);
	}
	nav li.second-page:hover {
		border-bottom:solid 6px rgba(89,182,106,0.7);
	}
	nav li.media-page:hover {
		border-bottom:solid 6px rgba(92,145,222,0.7);
	}
	nav li.alchemy-page:hover {
		border-bottom:solid 6px rgba(44,177,94,0.7);
	}
	nav li.forum-page:hover {
		border-bottom:solid 6px rgba(222,145,64,0.7);
	}
	nav li.fortress-page:hover {
		border-bottom:solid 6px rgba(124,47,31,0.7);
	}
	nav li.crossfire-page:hover {
		border-bottom:solid 6px rgba(73,84,99,0.7);
	}
	nav li.fifth-page:hover {
		border-bottom:solid 6px rgba(145,64,180,0.7);
	}
	nav li.sixth-page:hover {
		border-bottom:solid 6px rgba(249,205,0,0.7);
	}
	nav li.special-page:hover {
		border-bottom:solid 6px #432e38;
	}
	.content-box {
		padding-top:120px;
	}
}

/* Tablet */
/* 2 columns of cards */
@media only screen and (min-width: 780px) {
	a.card section {
		margin-right: 20px;
		margin-left: 20px;
	}
}

@media print {
	img {
		box-shadow:none !important;
	}
	
	.card-small {
		border:2px solid #CCC;
	}
	.content-box {
		box-shadow:none;
		margin-top:0px;
		padding-top:0px;
	}
	
	p {
		font-size:14px;
	}
	
	h2 {
		padding-top:50px;
	}
	
	nav {
		display:none;	
	}
	
	.graphic-right {
		width:50%;
		margin-left:20px;
		float:right;
	}
	
	.page-break-print {
		margin-top:1000px !important;	
	}
	
	.page-break-after-print {
		margin-bottom: 150px !important;
	}
}


