@charset "UTF-8";
/* CSS Document for Eric Garrison's site. Subject to change whenever I feel like it.*/

body {
	margin: 0px;
	font-family: 'Cormorant Garamond', Times, 'Times New Roman', 'serif';
	background-color: #fff;
}

div#navbar {
	background-color: #036790;
	background-image: linear-gradient(to bottom, #036790 12%, #040937 100%);
	padding: 16px;
	margin: 0px;
	border-bottom: 3px solid #040937;
	position: relative;
	z-index: 0;
}
div#navbar p {
	font-size: 1.25rem;
	display: inline;
	margin: 8px;
	border: none !important;
	position: relative;
	z-index: 35;
}
div#navbar h1 {
	color: #c3edc2;
	font-size: 2rem;
	text-align: right;
	margin: 0.2rem;
	font-style: italic;
}
div#navbar a:link, a:visited {
	color: #fff;
	background-color: #1d271c;
	text-decoration: none;
	padding: 4px 8px;
	border: 1px solid #fff;
	border-radius: 8px;
}
div#navbar a:hover {
	color: #fff;
	background-color: #005eff;
}
div#sgLogo {
	position: absolute;
	right: 16px;
	top: 0px;
	padding: 1rem;
	width: 25%;
}
div#sgLogo img {
	height: 100%;
}
div#gameLogo {
	position: absolute;
	top: 0px;
	left: 5%;
	width: 50%;
	margin: 0px;
	padding: 4px;
	height: 76%;
}
div#gameLogo img {
	height: 100%;
}
div#content {
	margin: 1rem 2rem;
	min-height: 550px;
	position: relative;
}
div#content h1 {
	font-family: 'Crimson Pro', Times, "Times New Roman", "serif";
	font-size: 2.5rem;
	color: #b2e0f3;
	background-color: #036790;
	background-image: linear-gradient(to bottom, #036790 12%, #040937 100%);
	font-weight: 800;
	margin: 16px 2px;
	padding: 8px;
	line-height: 3rem;
	text-align: center;
    display: block;
	position: relative;
	z-index: 48;
	border: 2px solid #036790;
	border-radius: 16px;
}
div#content h2 {
	font-family: 'Crimson Pro', Times, "Times New Roman", "serif";
	font-size: 1.8rem;
	color: #b2e0f3;
	background-color: #036790;
	background-image: linear-gradient(to bottom, #036790 12%, #040937 100%);
	font-weight: 600;
	margin: 16px 33% 16px 2px;
	padding: 4px;
	line-height: 2.2rem;
	text-align: center;
    display: block;
	position: relative;
	z-index: 48;
	border: 2px solid #036790;
	border-radius: 8px;
}
div#content h3 {
	font-family: 'Crimson Pro', Times, "Times New Roman", "serif";
	font-size: 1.5rem;
	color: #036790;
	font-weight: 600;
	text-indent: 2rem;
	margin: 16px 33% 16px 2px;
	padding: 4px 0px;
    display: block;
	position: relative;
	z-index: 48;
	border-bottom: 2px solid #036790;
}
div#content h4 {
	font-size: 1.25rem;
	color: #036790;
	font-weight: 400;
	text-indent: 3rem;
	margin: 16px 33% 16px 2px;
	padding: 0px 2px;
    display: block;
	position: relative;
	z-index: 48;
	border-bottom: 1px solid #036790;
}
p, li {
	font-size: 1.2rem;
	text-align: justify;
	line-height: 1.4rem;
	font-weight: 300;
	color: #1b1b1b;
	margin: 16px 33% 16px 2px;
	padding: 0px 4px 0px 0px;
	max-width: 64rem;
}
p {
	text-indent: 1rem;
}
sup, sub {
	font-size: 0.6rem;
}
strong, b {
	color: #036790;
	font-weight: 700;
}
div#content a:link {
	color: #000d8c;
	text-decoration: none;
}
div#content a:visited {
	color: #040937;
}
div#content a:hover {
	color: #000d8c;
	text-decoration: underline;
}
span.gameText {
	font-family: 'Crimson Pro', Times, "Times New Roman", "serif";
	background-color: #e6faff;
	color: #003b4a;
	font-size: 1rem;
	font-weight: 300;
	margin: 1px;
	padding: 4px;
	border: 1px solid #003b4a;
	border-radius: 16px 16px 16px 0px;
}
div.gameRules {
	background-color: #e6faff;
	margin: 2px 33% 16px 2px;
	padding: 4px;
	border: 1px solid #003b4a;
	border-radius: 16px 16px 16px 0px;
}
div.gameRules p, div.gameRules li {
	text-align: left;
	text-indent: 0rem;
	line-height: 1.1rem;
	color: #003b4a;
	font-family: 'Crimson Pro', Times, "Times New Roman", "serif";
	font-size: 1rem;
	font-weight: 300;
	margin: 8px;
	padding: 0px;
}
div.gameRules p {
	margin: 8px;
	padding: 0px;
}
div.gameRules li {
	list-style-type: disc;
}
div.gameRules ul, div.gameRules ol {
	margin: 2px 16px;
	padding: 0px;
}
div.gameRules strong, div.gameRules b, span.gameText strong, span.gameText b {
	font-family: 'Crimson Pro', Times, "Times New Roman", "serif";
	font-weight: 400;
	color: #04242c;
}

/*Side Bar*/
div#rightColumn {
	float: right;
	margin: 4px 16px 4px 4px;
	width: 30%;
	padding: 0px;
	border: none;
}
div.sideImg, div.riftsLinks {
	width: 95%;
	margin: 0px auto;
}
div#rightColumn div.sideImg img {
	object-fit: contain;
	width: 100%;
	border: 4px solid #036790;
	border-radius: 24px;
}
div#rightColumn div.riftsLinks {
	padding: 2px;
	margin: 4px;
}
div#rightColumn div.riftsLinks p {
	margin: 16px 0px;
	line-height: 1.65rem;
	font-size: 1.4rem;
}
div#rightColumn div.riftsLinks a:link, div#rightColumn div.riftsLinks a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #000d8c;
	border-radius: 8px;
	background-color: #000d8c;
}
div#rightColumn div.riftsLinks a:hover {
	color: #000d8c;
	border: 1px solid #000d8c;
	border-radius: 4px;
	background-color: #fff;
}
div.sideImg {
	padding: 0px;
}
div#rightColumn div.sideRule {
	margin: 0px auto;
	width: 95%;
	border: 1px solid #003b4a;
	border-radius: 24px;
	padding: 0px;
	font-family: 'Crimson Pro', Times, "Times New Roman", "serif";
	background-color: #e6faff;
	color: #003b4a;
}
div#rightColumn div.sideRule h2 {
	margin: 0px;
	padding: 8px;
	background-color: #003b4a;
	background-image: none;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	border: none;
	border-radius: 24px 24px 0px 0px;
}
div#rightColumn div.sideRule h3 {
	margin: 0px;
	padding: 4px;
	border-bottom: 1px solid #003b4a;
	border-top: 1px solid #003b4a;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 600;
	color: #003b4a;
}
div#rightColumn div.sideRule p, div#rightColumn div.sideRule li {
	font-size: 1rem;
	font-weight: 300;
	margin: 0px;
	padding: 2px 8px 8px 8px;
	text-indent: 0px;
	line-height: 1.1rem;
}
div#rightColumn div.sideRule p.pageRef {
	font-size: 0.75rem;
	font-style: italic;
	text-align: right;
	color: #003b4a;
	line-height: 0.75rem;
	margin: 2px;
}
	
/* Footer */
div#footer {
	clear: both;
	margin: 16px auto 0px auto;
	padding: 8px;
	border-top: 4px solid #3b2802;
	background-color: #040937;
}
div#footer p {
	font-size: 1rem;
	font-weight: lighter;
	color: #b2e0f3;
	margin: .1em 0em;
}

/* Table Formatting */
table.demoGraph {
	border: none;
	border-collapse: collapse;
	font-family: 'Crimson Pro', Times, "Times New Roman", "serif";
	font-weight: 300;
}
table.demoGraph th {
	background-color: #040937;
	background-image: linear-gradient(to right, #040937 12%, #036790 100%);
	border: 1px solid #040937;
	color: #b2e0f3;
	font-size: 1.4rem;
	font-weight: 400;
	vertical-align: top;
	text-align: right;
	margin: 0px;
	padding: 8px;
}
table.demoGraph td {
	margin: 0px;
	padding: 8px;
	border: 1px solid #040937;
	font-size: 1rem;
}
table.gear {
	border: none;
	border-collapse: collapse;
	position: relative;
}
table.gear tr.headerRow {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}
table.gear th {
	background-color: #040937;
	background-image: linear-gradient(to bottom, #036790 12%, #040937 100%);
	color: #b2e0f3;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
table.gear td {
	margin: 0px;
	padding: 2px;
	font-size: 1rem;
	font-weight: 300;
	border-top: 1px solid #040937;
}
table.gear td.spec {
	border-top: none;
}
table.gear tr.main {
	background-color: #eee;
}
table.gear tr.alt {
	background-color: #eaecff;
}
table.gear td.num {
	text-align: center;
}
table.gear td.cost {
	text-align: center;
	min-width: 6rem;
}
table.gear td.maker {
	background-color: #036790;
	color: #b2e0f3;
	text-align: center;
}
table.gear td.name {
	min-width: 12rem;
}

/* Other */
span.alert, p.alert {
	color: #f0d8aa;
	background-color: #211e18;
	border: 1px solid #f0d8aa;
	border-radius: 4px;
	padding: 6px;
	text-indent: 0px;
}
p.suggestion {
	font-size: 1rem;
	text-align: justify;
	text-indent: 0px;
	line-height: 1.2rem;
	font-weight: 300;
	color: #4e4825;
	margin: 8px 33% 8px 32px;
	padding: 0px 4px 0px 0px;
	max-width: 64rem;
}
p.suggestion strong {
	color: #4e4825;
	font-weight: 700;
}
img.textIcon {
	width: 1rem;
	margin: 0px;
	padding: 0px;
}