@charset "utf-8";
/* CSS Document */
/*
This CSS file belongs to - miner-images-page.html and it's by Eric Miner and The Miner Bits - eric@minerbits.com
*/
/* =============================================================================
Begin THE TOP OF THE TREE
   ========================================================================== */
html {font-size: 16px;}

* {
	-moz-box-sizing: border-box;
	 box-sizing: border-box;
	}
 
 body {
	 margin: 0 auto;
	 padding: 0;
	 position: relative;
	 background: #000;
	 color: #040404;
	 color: #CCC;
}
 

img {max-width: 100%; }
h1 {
	font-size: 128px;
	font-size: 8rem;
	line-height: 1.1;
	margin: 1rem auto 0 auto;}
	
h1,  h2, blockquote {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  -moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
   font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;}
p {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  -moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
   font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;}	
h2 {}
h3 {font-size: 24px;
	font-size: 1.5rem;}
h4 {}
h5 {}
h6 {}

blockquote {
	width: 40%;
	position: relative;
	font-size: 24px;
	font-size: 1.5rem;
	margin: 4rem 0;
	/*font-family: "prenton", Arial, Helvetica, sans-serif;*/
	text-indent: -.5rem;
	}
blockquote:nth-of-type(odd) {left: 55%; margin-bottom: 4rem;}
blockquote:nth-of-type(even) {left: 0%;}

@media only screen and (min-width: 750px) and (max-width: 1050px) {
	blockquote:nth-of-type(odd) {left: 45%; width: 60%;}}
@media only screen and (min-width: 750px) and (max-width: 1050px) {
	blockquote:nth-of-type(even) {width: 60%;}}
	
@media only screen and (min-width: 750px) and (max-width: 1439px) {
	blockquote:nth-of-type(odd) {left: 50%; width: 50%;}
	blockquote:nth-of-type(even) {width: 50%;}}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
	blockquote:nth-of-type(odd) {left: 60%; width: 40%;}
	blockquote:nth-of-type(even) {width: 40%;}}

@media only screen and (min-width: 1680px) and (max-width: 1919px) {
	blockquote:nth-of-type(odd) {left: 55%; width: 50%;}
	blockquote:nth-of-type(even) {width: 50%;}}
		
blockquote p {
	font: 400 24px/1.5 "clavo", Georgia, "Times New Roman", Times, serif;
	font: 400 1.5rem/1.5 "clavo", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.25;
	margin-bottom: 0;
	-webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
	-moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
	font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
	}
blockquote a:link {margin-left: 2rem;}

/* =============================================================================
Begin PAGE HEADER
   ========================================================================== */
   /*Used page_header to distinguise it for the header[class*="-header"] selector*/
.page_header {
	height: 12rem;
	font: 700 16px/2 "clavo", Georgia, "Times New Roman", Times, serif;
	font: 700 1rem/2 "clavo", Georgia, "Times New Roman", Times, serif;
	color: #D9D9D9;
	text-indent: 4rem;
	}
.page_header h2 {
	font-size: 32px;
	font-size: 2rem;
	margin-top: 0;
	} 
	@media only screen and (min-width: 750px) and (max-width: 1050px) {
		.page_header h2 {
		  font-size: 30px;
		  font-size: 1.875rem;}}
/* =============================================================================
Begin MAIN NAV
   ========================================================================== */
.main-nav {
	font-family: "clavo", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-indent: 4rem;
	}

/* =============================================================================
Begin MAIN CONTENT
   ========================================================================== */
.main-content {
	width: 80%;
	margin: 0 auto; 
	font: 400 16px/1.5 "prenton", Arial, Helvetica, sans-serif;
	font: 400 1rem/1.5 "prenton", Arial, Helvetica, sans-serif;
	margin: 4rem auto 0 auto;
	}
@media only screen and (max-width: 1685px) and (min-width: 1551px){
	.main-content  {
	}}
@media only screen and (max-width: 1550px) and (min-width: 801px){
	.main-content  {
		width: 88%;
	}}
	
@media only screen and (max-width: 800px) and (min-width: 700px){
	.main-content {
		width: 90%;
		padding: 1rem 5rem;
	}}
.intro {
	width: 40%;
	position: relative;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 auto 4rem auto;
	border-radius: .5rem;
	}
@media only screen and (min-width: 750px) and (max-width: 1050px) {
	.intro {width: 70%;}}
@media only screen and (min-width: 1051px) and (max-width: 1681px) {
	.intro {width: 50%;}}
.intro p {padding: 0 2rem;}
.dcap:first-letter{
	font-size: 6.755rem;
	line-height: 4.2rem;
	font-family: "clavo", Georgia, "Times New Roman", Times, serif;
	color: #D9D9D9;
	float: left;
	margin: 0;
	}
.dcap:first-line {font-family: "clavo", Georgia, "Times New Roman", Times, serif; color: #D9D9D9;}
.stereo-wrapper, .ir-wrapper, .hdr-wrapper, .graphics-wrapper {
	width: 60%;
	height: 40rem;
	background: #000;
	position: relative;
	margin: 0 auto 4rem auto;
	border-radius: .5rem;
	}
@media screen and (min-width: 700px) and (max-width: 1050px) {
		section[class*="-wrap"] {width: 100%;}}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
		section[class*="-wrap"] {width: 80%;}}
@media only screen and (min-width: 1461px) and (max-width: 1681px) {
	    section[class*="-wrap"] {width: 70%;}}
header[class*="-header"] {
	height: 7rem;
	position: relative;
	padding: 0;
	text-align: center;
	padding-top: .75rem;
	}
header[class*="-header"] h2 {
	font-size: 40px;
	font-size: 2.5rem;
	}
.stereo, .ir, .hdr, .graphics {
	width: 71%;
	height: 32rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16rem;
	margin-left: -35.5%;
	}
.stereo { 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #56443B;
	background-color: #FAF4E8;  
	border: 8px double #D9D1BA;
	border-radius: .5rem;
	}
.stereo-header {
	color: #FAF4E8;
	background: #BF4F45;
	border-top: 6px double #FAF4E8;
	border-bottom: 6px double #FAF4E8;
	}
.stereo-subheader {
	font-size: 28px;
	font-size: 1.75rem;
	text-align: center;
	}

@media only screen and (max-width: 1550px) and (min-width: 801px){
	.stereo-subheader {
		font-size: 24px;
		font-size: 1.5rem;
		}}
.stereo-header h2, .stereo-header h3 {font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;}
.stereo-header h2 {
	font-weight: 700;
	line-height: 1.25rem;
    color: #FAF4E8;
	text-shadow: 3px 3px 0px #BF4F45, 5px 5px 0px #CA8B85;
	letter-spacing: .75rem;
	margin: -.5rem 0;
	padding-top: 1rem;
	}
@media only screen and (max-width: 1050px) {
	.stereo-header h2 {
		letter-spacing: .25rem;
		}}
.stereo img {
	width: 94%;
	border-radius: 8px;
	margin: 1rem 3% 0;
	}
.stereo cite { 
	font-size: 12px;
	font-size: .75rem;
	font-style: normal;
	margin-left: 1rem;
	}
.stereo-comment {
	margin: -.2rem 0 0 19rem;
	}
@media only screen and (max-width: 1450px) {
	.stereo-comment {margin: -.2rem 0 0 7rem;}}	
@media screen and (min-width: 700px) and (max-width: 1050px) {
	.stereo-comment {margin: -.2rem 0 0 0;}}
.stereo-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3rem;
	color: #56443B;
	background-color: #D9D1BA;
	border-top: 8px double #FAF4E8;
	}
@media only screen and (max-width: 1050px) {
	.stereo-nav-li>a {
		font-size: .9rem;
		margin: 0.5rem 0;
		}}	
.stereo li {margin: -.75rem auto;}
.stereo li:first-child {float: left;}
.stereo li:last-child {float: right; padding-right: 3.25rem;}

.ir-wrapper {margin-top: 8rem;}
.ir { 
	font-family: "prenton", Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.8);
	background :#10131C;
	border: 8px double #232A3D;
	border-radius: .5rem;
	}
.ir-header {
	height: 7rem;
	position: relative;
	padding: 0;
	text-align: center;
	padding-top: .75rem;
	color: rgba(255,255,255,0.8);
	}
.ir-header h2, .ir-header h3 {
	font-weight: 500;
	}
.ir-header h2 {
	font-weight: 500;
	line-height: 1.25rem;
    color: rgba(255,255,255,0.8);
	text-shadow: 3px 3px 0px #10131C, 5px 5px 0px #43464F;
	letter-spacing: .75rem;
	margin: -.5rem 0 1rem 0;
	padding-top: 1rem;
	}
@media only screen and (max-width: 1050px) {
	.ir-header h2 {
		letter-spacing: .25rem;
		}}
.ir-subheader {
	margin-top: 1rem;
	text-align: center;
	font-size: 26px;
	font-size: 1.65rem;
	}
@media only screen and (max-width: 1050px) {
	.ir-subheader {
		font-size: 24px;
		font-size: 1.5rem;
		margin: 2.5rem 0;
		}}
.ir img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	}
.ir cite { 
	margin-left: 1rem;
	}
.ir-comment {
	margin: -.2rem 0 0 19rem;
	}
@media only screen and (max-width: 1450px) {
	.ir-comment {margin: -.2rem 0 0 7rem;}}	
@media screen and (min-width: 700px) and (max-width: 1050px) {
	.ir-comment {margin: -.2rem 0 0 0;}}
.ir-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3rem;
	}
@media only screen and (max-width: 1050px) {
	.ir-nav-li>a {
		font-size: .9rem;
		margin: 0.5rem 0;
		}}	

/*hdr Gallery Begins*/
.hdr-wrapper {margin-top: 8rem;}
.hdr { 
	font-family: "chaparral-pro-caption", Georgia, "Times New Roman", Times, serif;
	color: rgba(255,255,255,0.8);
	border: 8px double #0D0D0D;
	border-radius: .5rem;
	}
.hdr-header {
	color: rgba(255,255,255,0.8);
	}
.hdr-header h2 {
	font-weight: 600;
	line-height: 1.25rem;
    color: rgba(255,255,255,0.8);
	margin-bottom: 1rem;
	margin-top: -.5rem;
	padding-top: 1rem;
	}
@media only screen and (max-width: 1050px) {
	.hdr-header h2 {
		letter-spacing: normal;
		}}
.hdr img {
	position: absolute;
	top: 25%;
	left: 20%;
	}
.graphics-wrapper {
	margin-top: 8rem;
	color: #040404;
	}
.graphics {
	font-family: "prenton", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	border-radius: .5rem;
	overflow: hidden;
	}
.graphics-header {text-align: left; z-index: 1;}
.graphics h2, .graphics h3 {margin: 0 auto 0 .5rem; text-align: left;}
.graphics h3 {
	font-size: 20px;
	font-size: 1.25rem;
	}
.graphics-img-1 {
	position: absolute;
	top: 25%;
	left: 1%;
	z-index: 1;
	}
.graphics-img-2 {
	position: absolute;
	top: 0%;
	right: -6%;
	z-index: 0;
	}
.graphics-header {
	
	}
	
/* =============================================================================
Begin PAGE FOOTER
   ========================================================================== */
.page-footer {
	height: 10rem;
	}

/* =============================================================================
Begin EXTRAS! EXTRAS! EXTRAS! 
   ========================================================================== */
/*BEGIN Links Styling*/
/*Eric Meyer's recommended order - link-visited-focus-hover-active*/
a:link, a:visited {
	font-size: 20px;
	font-size: 1.25rem;
	outline : none;
	color : rgba(0,0,0, .8);
	color: #6B6B6B;
	text-decoration : none;
	border-bottom: 1px dotted #5E5E5E;
	}
a:hover { 
	color : #FFF; 
	-webkit-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
	}
.stereo a:link {color: #56443B;}
.stereo a:visited {color: #56443B; border-bottom: 1px dotted #56443B;}
.stereo a:hover { 
	color : #BF4F45;
	border-bottom: 1px dotted #BF4F45; 
	/*-webkit-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;*/
	}


.ir-header a {color: rgba(255,255,255,0.8); border-bottom: 1px dotted rgba(255,255,255,0.8);}
.ir-header a:hover {color: rgba(255,255,255,1); border-bottom: 1px dotted rgba(255,255,255,1);}

.hdr-header a:link {
	color: rgba(255,255,255,0.8);
	border-bottom: 1px dotted rgba(255,255,255,0.8);
	}
.hdr-header a:hover {color: #FFF; border-bottom: 1px dotted #FFF;}

/*End of Links Styling*/
