
#main {
	height: initial;
}

#main h1 {
	color: #fff;
	background-color: transparent;
	font-family: 'Druk Bold Web';
	font-size: 4.5em;
	line-height: 1em;
}

#main .dek {
	color: #fff;
	background-color: transparent;
	display: block;
	margin-top: 30px;
	text-align: center;
}

#main .byline-feat {
	color: #fff;
	background-color: transparent;
}

#main p {
	color: #ccc;
}

#main .section-break:first-line {
	color: #ebebeb;
}

#main p a {
	/*color: #3c3c3c;*/
	/*border-bottom: 2px solid #2800d7;*/
}

.lede-contained-img { 
	background-image: url("../img/copper_mine_lede.jpg"); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center; 
	margin: 0; 
	min-height: 700px; 
}

.lede-contained-img .lede-content { 
	max-width: 60%;
	opacity: 1;
	padding: 10% 0;
	margin: 0 auto; 
	text-align: center;
}

.lede-contained-img .lede-content .dek { 
	font: 28px "HaasDisplayBold", Helvetica, Arial, sans-serif; 
	color: #fff; 
	display: block; 
	text-align: left; 
	padding-bottom: 20px; 
}

.lede-contained-img .lede-content .byline-feat { 
	font: 1.2rem "HaasDisplayBold", Helvetica, Arial, sans-serif; 
	color: #fff; 
	margin: 0; 
	width: 100%; 
}

.background {
	background: #0a0a0a;
	padding-bottom: 40px;
}

#full-header.stuck.sticky-header {
	background-color: rgba(0, 0, 0, 0.85);
}

#full-header {
	border-bottom: none;
}

#full-header.sticky-header.stuck .white {
	display: block;
}

#full-header.sticky-header.stuck .blue {
	display: none;
}

#scrollbar{
  background-image: url('../img/dirt.png');
  background-repeat: repeat-y;
  background-size: contain;
  position: fixed;
  top:0;
  right:40px;
  width:30px;
  height:0;
  z-index: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

#miner-scroll {
  position: fixed;
  width:70px;
  height: 70px;
  top:0;
  right:20px;
  z-index: 1000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  background-image: url('../img/miner-guy-01.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.bw-attribution-img {
	height: 18px;
}

.pullquotes {
	font-family: 'Druk Bold Web';
	font-size: 3em;
	color: #fff;
	border-top: none;
	border-bottom: none;
	padding: 0;
}

figcaption, .caption {
	color: #ccc;
}

.photo-info {
	border-bottom: 1px solid #444;
	padding: 5px 0;
}

.background .bbg-recirculator {
	margin: 0px auto !important;
	padding-top: 32px;
}

.bbg-recirculator .index-page__headline-link {
	color: #fff;
}

#footer {
	border-top: 1px solid #444;
}

@media screen and (max-width: 1023px) {

	#main h1 {
		font-size: 3.3em;
	}

	#main .dek {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width: 760px) {
	#main h1 {
		font-size: 2.3em;
	}

	#main .dek {
		font-size: 18px;
		line-height: 24px;
	}

	#main .byline-feat {
		font-size: 14px;
		line-height: 17px;
	}

	.bw-attribution-img {
		height: 16px;
	}

	#scrollbar, #miner-scroll {
		display: none;
	}
}

@media screen and (max-width: 560px) {

}