/* 
Version: 8.0
Author: Charlie Twitch
Author URI: http://www.charlietwitch.com
*/


:root {
	--font_main: Saira, Verdana, Sans-Serif;
	--font_header: Pinyon Script, Garamond-ultra-condensed, Georgia-Condensed, Serif-Condensed, Serif;
	--font_title: Inria Serif, Libre Baskerville, Garamond-ultra-condensed, Georgia-Condensed, Serif-Condensed, Serif;
	--page_width: 80%;
	--font_condensed: ultra-condensed|extra-condensed|condensed|semi-condensed|normal;
	--background-color: #000;
	--text-main-color: #dad5e4;
	--text-heading-color: #dad5e4;
	--text-title-color: #dad5e4;
	/* --text-title-color: #ffe200; */
	--text-quote-color: #dad5e4;
	--text-subheading-color: #dad5e4;
	--text-subtext-color: #dad5e4;
	--text-link-color: #ffe200;
	--text-link-hover: #6667ff;
	--text-link-visited: #ff6565;
	--text-footer-color: #5a527b;
}

body {
	overflow-y: scroll;
	overflow-x: hidden;
	font-smooth: never;
	-webkit-font-smoothing : none;
	font-family: var(--font_main);
	background-color: var(--background-color);
	color: var(--text-main-color);
	background-image: url(/checkerbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	/* background-image: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,1)); */
}
#wrapper {
	overflow: show;
	float:center;
	margin: auto;
	width: var(--page_width);
	max-width: 1920px;
}
#map {
	overflow: visible;
	box-sizing: border-box;
	margin-left: calc(-50vw + 50%);
	width: 100vw;
	background-image: url(/img/worldmap.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	/* background-attachment: fixed; */
	padding-top: 66px;
	padding-bottom: 66px;
	
	margin-top: 0px;
	margin-bottom: -50px;
}
#emptyband {
	overflow:hidden;
	box-sizing: border-box;
	margin-left: calc(-50vw + 50%);
	width: 100vw;
	/* background-color: var(--background-color); */
	padding-top: 16px;
	
}
/* BLACK BAND FORMATTING */
#band {
	overflow: hidden;
	box-sizing: border-box;
	margin-left: calc(-50vw + 50%);
	width: 100vw;
	background-color: var(--background-color);
	padding-top: 16px;
}
#bottomband {
	overflow:hidden;
	box-sizing: border-box;
	margin-left: calc(-50vw + 50%);
	margin-bottom: -100px;
	width: 100vw;
	background-color: var(--background-color);
	padding-top: 16px;
	padding-bottom: 0px;
	
}
#footerwrapper {
	float:none;
	margin: auto;
	width: var(--page_width);
	max-width: 1920px;
	text-align: justify;
}


#checker {
	overflow:hidden;
	box-sizing: border-box;
	margin-left: calc(-50vw + 50%);
	width: 100vw;
	height: 32px;
	background-image: url(checkers.png);
	background-size: 32px 32px;
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: center;
	z-index:1000;
}
#checker_top {
	position:absolute;
	overflow:hidden;
	box-sizing: border-box;
	margin-left: calc(-50vw + 50%);
	width: 100vw;
	height: 32px;
	background-image: url(checkers.png);
	background-size: 32px 32px;
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: center;
	z-index:1000;
}
article {
	width: 100%;
	text-align: left;
	font-size: 24px;
	padding-bottom:8px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}
p {

}

#biglink {
	font-family: var(--font_title);
	font-weight: bold;
	text-align:center;
	font-size: 44px;
	padding-top: 0px;
	padding-bottom: 12px;
}
.nav {
	padding-top: 8px;
	padding-bottom: 16px;
}
.nav a {
	display:inline-block;
	font-size:20px;
	padding: 4px 11px 7px 11px;
}
.nav a:hover:not(.active) {
	background-color: hsl(264,100%,55%);
	color: #000;
}
/* BLOG GUYS */
.pagination {
    display: inline-block;
	margin:auto;
	
}
.pagination a {
	font-size: 16px;
    color: black;
	float: left;
    padding: 6px 11px;
	margin: 0 4px; /* 0 is for top and bottom. Feel free to change it */
	font-weight:bold;
}
.pagination a:hover:not(.active) {
	background-color: hsl(264,100%,55%);
	color: #000;
}
img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}

footer {
	background-color: var(--background-color);
	float:center;
	margin: auto;
	font-size: 16px;
	color: #666666;
	text-align:left;
	/* width: var(--page_width); */
	/* max-width: 1920px; */
}

a {
	text-decoration-line: none;
	font-style: none;
	font-weight:bolder;
}
a:link {color:#ffe200}
a:visited {color:#ffe200}
a:hover {color:#fff}
a:active {color:#ffe200}

h1 {
	color: var(--text-main-color);
	font-family: var(--font_header);
	font-stretch: var(--font_condensed);
	font-weight: bold;
	font-size: 64px;
	margin-bottom: 0px;
	margin-left: -24px;
	margin-top:6px;
}
h2 {
	color: var(--text-heading-color);
	font-family: var(--font_header);
	font-stretch: var(--font_condensed);
	font-weight: bold;
	font-size: 48px;
}
h3 {
	color: var(--text-title-color);
	font-family: var(--font_title);
	font-stretch: var(--font_condensed);
	margin-bottom: -12px;
	line-height: 36px;
	font-weight: bold;
	font-size: 32px;
}
h4 {
	font-size:16px;
	font-weight: bold;
}
hr {
	color:hsl(264,42%,77%);
	width:50%;
}

#block_quarter {
  display: inline-grid;
  align-self: center;
  justify-self: center;
  width: 24%;
  margin: auto;
  padding-bottom: 24px;
  /* border: 2px solid blue; */
  vertical-align: top;
}
#block_third {
  display: inline-grid;
  align-self: center;
  justify-self: center;
  width: 32%;
  margin: auto;
  padding-bottom: 24px;
  /* border: 2px solid blue; */
  vertical-align: top;
}
#block_small {
  display: inline-grid;
  align-self: center;
  justify-self: center;
  width: 48%;
  margin: auto;
  padding-bottom: 24px;
  /* border: 2px solid blue; */
  vertical-align: top;
}
#block_wide {
  display: inline-grid;
  align-self: center;
  justify-self: center;
  width: 64%;
  margin: auto;
  padding-bottom: 24px;
  /* border: 2px solid blue; */
  vertical-align: top;
}
#block_full {
  display: grid;
  width: 100%;
  margin: auto;
  padding-bottom: 24px;
  /* border: 2px solid blue; */
  vertical-align: top;
}

#quote {
	/* border: 2px solid red; */
	color: var(--text-quote-color);
	font-style: italic;
	font-weight: medium;
	line-height: 24px;
	font-size: 22px;
	text-align: justify;
	letter-spacing: -1px;
	margin-bottom: 12px;
}
#quote.a {
	color: var(--text-quote-color);
}
iframe {}

/* POST FORMATTING */
@media only screen and (max-width: 1600px) {
	article {
		font-size: 18px;
		
	}
	
}
@media only screen and (max-width: 1280px) {
	h1 {
		font-size: 54px;
	}
	h2 {
		font-size: 48px;
	}
	#block_quarter {
		width: 32%;
	}
}
@media only screen and (max-width: 900px) {
	#block_small {
		float:center;
		position:relative;
		display: grid;
		width: 100%;
		margin:auto;
	}
	#block_third {
		width: 44%;
	}
	#block_wide {
		width: 44%;
	}
	#block_quarter {
		width: 44%;
	}
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 36px;
	}
	footer {
		font-size: 12px;
	}
}
@media only screen and (max-width: 666px) {
	#checker_top {
		margin-left:-32px;
	}
	#block_third {
		width: 100%;
	}
	#block_quarter {
		width: 100%;
	}
	#block_wide {
		width: 100%;
	}
	
}
	
	
	