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

body {
	margin: 0px;
	font-family: 'Libre Franklin', sans-serif;
	background-color: #fff;
}

div#navbar {
	background-color: #176415;
	background-image: url("/images/camoBanner2.png");
	padding: 16px;
	margin: 0px;
	border-bottom: 3px solid #2e712c;
	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#logoSpacer {
	margin: 0px 320px 0px 16px;
	overflow: hidden;
	z-index: 37;
}
div#logoBox {
	width: 50%;
	margin: 0px auto;
}
div#shieldHolder {
	margin: 0px;
	overflow: hidden;
	width: 18%;
	position: absolute;
	top: 33px;
	left: 33px;
	z-index: 2;
	transform: rotate(18deg);
}

div#content {
	margin: 1rem 2rem;
	min-height: 550px;
	width: 95%;
	position: relative;
}
div#search {
	float: right;
	width: 250px;
	border: 2px solid #176415;
	border-radius: 16px;
	padding: 16px;
	margin: 16px;
}
div.searchElement {
	margin: 0px 8px;
}
h1 {
	font-size: 2.5rem;
	color: #1d271c;
	font-weight: normal;
	margin: 1px 0px 1px 0px;
	line-height: 2.5rem;
    display: block;
	position: relative;
	z-index: 48;
}
h2 {
	font-size: 1.8rem;
	color: #176415;
	font-weight: normal;
	margin: 1px;
	line-height: 1.8rem;
    display: block;
	position: relative;
	z-index: 48;
}
h3 {
	font-size: 1.5rem;
	color: #176415;
	font-weight: normal;
	margin: 1px;
    display: block;
	position: relative;
	z-index: 48;
}
h4 {
	font-size: 1.2rem;
	color: #176415;
	font-weight: normal;
	margin: 7px;
    display: block;
	position: relative;
	z-index: 48;
}
p, li {
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: lighter;
	color: #1b1b1b;
	margin: 6px 2px;
	padding: 0px 4px 0px 0px;
}
sup, sub {
	font-size: 0.5rem;
}
strong, b {
	color: #2e712c;
	font-weight: normal;
}
div#content a:link {
	color: #35c1d2;
	text-decoration: none;
	padding: 1px;
	border: 1px solid transparent;
}
div#content a:visited {
	color: #35c1d2;
}
div#content a:hover {
	border: 1px solid #35c1d2;
}

div#footer {
	clear: both;
	margin: 16px auto 0px auto;
	padding: 8px;
	border-top: 4px solid #3b2802;
	background-color: #052404;
}
div#footer p {
	font-size: 1rem;
	font-weight: lighter;
	color: #c3edc2;
	margin: .1em 0em;
}

select {
	color: rgba(3,2,20,1.00);
	font-family: Monaco, "Courier New", "monospace";
    font-size: 0.75rem;
}
input[type=button], input[type=submit] {
	color: #ccd;
	background-color: #2e712c;
	font-weight: bold;
	padding: 4px;
	border: 1px solid #005eff;
	border-radius: 8px;
}
input[type=button]:hover, input[type=submit]:hover {
	color: #fff;
	background-color: #005eff;
    border: 1px solid #001740;
	border-radius: 4px;
}

/* Table Formatting */
table#weapList {
	border-collapse: collapse;
	border: none;
	clear: both;
	position: relative;
	z-index: 88;
}
table#weapList tr {
	background-color: #eee;
	border-bottom: 1px solid #176415;
}
table#weapList tr:nth-child(even) {
	background-color: #ccc;
}
table#weapList th {
	background-color: #1d271c;
	background-image: linear-gradient(to bottom, #1d271c 67%, #176415 100%);
	border: 1px solid #176415;
	font-size: 1.5rem;
	font-weight: normal;
	color: #c3edc2;
	padding: 2px 4px;
}
table#weapList td.collums {
	background-color: #176415;
	font-size: 1rem;
	font-weight: normal;
	color: #c3edc2;
	border: 1px solid #176415;
	text-align: center;
}
table#weapList td.center {
	text-align: center;
}
table#weapList td {
	border-right: 1px solid #176415;
	font-size: 0.8rem;
	font-weight: lighter;
	color: #222;
	padding: 2px 4px;
}
table#weapList td:last-child {
	border: none;
}

/* Other */
img.arrow {
	height: 1rem;
	width: 1rem;
	position: relative;
	top: 0.25rem;
}
span.skillShift {
	font-size: 1rem;
	font-weight: normal;
	position: relative;
	white-space: nowrap;
}
span.effect {
	border: 1px solid #1b1b1b;
	border-radius: 2px;
	padding: 2px;
	margin: 1px;
	display: inline-block;
}
div.divHide {
	display: none;
	height: 0px;
	width: 0px;
}
div.divReveal {
	display: block;
	height: auto;
	width: auto;
	transition: opacity 1.5s;
}
div.turn45 {
	transform: rotate(45deg);
}
div#pageNav {
	position: fixed;
	top: 72px;
	right: 24px;
	width: 2.1rem;
	z-index: 150;
}
input[type=button].navCntrl {
	color: rgba(15,50,78,1.00);
	font-size: 2rem;
	font-weight: normal;
	line-height: 2rem;
	background-color: #fff;
	border: 1px solid rgba(15,50,78,1.00);
	border-radius: 50%;
	margin: 0px;
	padding: 0px;
	width: 2rem;
	height: 2rem;
}
div#cntrlBttn {
	width: 2.1rem;
	height: 2.1rem;
	text-align: center;
}
div#pageLinks {
	background-color: rgba(0,0,0,0.85);
	border: solid 2px rgba(0,0,0,0.85);
	border-radius: 24px;
	padding: 8px;
	position: absolute;
	top: 2.1rem;
	right: 0px;
	width: 256px;
	z-index: 100;
}
div#pageLinks a:link, div#pageLinks a:visited {
	color: rgba(192,197,243,1.00);
	border: 1px solid rgba(192,197,243,1.00);
	border-radius: 8px;
	background-color: rgba(0,2,59,1.00);
	padding: 2px;
	margin: 2px;
	text-decoration: none;
}
div#pageLinks a:hover {
	color: rgba(0,25,255,1.00);
	border: 1px solid rgba(0,25,255,1.00);
	border-radius: 8px;
	background-color: rgba(238,239,255,1.00);
	padding: 2px;
	margin: 2px;
	text-decoration: none;
}
div#pageLinks h2 {
	font-size: 1.8rem;
	color: #abdcaa;
	font-weight: normal;
	margin: 1px;
	line-height: 1.8rem;
    display: block;
	position: relative;
	z-index: 148;
}
div#pageLinks ul {
	margin: 4px 8px;
	padding: 4px 8px;
}
div#pageLinks ul li {
	color: rgba(192,197,243,1.00);
	font-size: 1.25rem;
	line-height: 1.75rem;
}