
/*--- WRITE YOUR CSS HERE ---*/

#main h1 {
	/*color: #000;*/
	/*background-color: #fff;*/
}

#main .dek {
	/*color: #000;*/
	/*background-color: #fff;*/
}

#main .byline-feat {
	/*color: #000;*/
	/*background-color: #fff;*/
}

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

#main .pullquotes {
	font: 3.8em/1em 'BWDruk-Super', Helvetica, Arial, sans-serif;
	border: none;
	padding: 0;
	color: #000;
}

.lede-contained-img {
    background-image: url("../img/feat_hotz52__01.jpg");
    margin-bottom: 0;
    min-height: 700px;
}

#box1 {
	display: none;
}

@media screen and (max-width: 560px){
	.lede-contained-img {
	    min-height: 300px;
	}

	#box1 {
		display: block;
	}

	#main .pullquotes {
		font-size: 2.5em;
	}
}

.bw-attribution-img {
	background-color: inherit;
	display: inline-block;
	max-height: 1.25em;
	padding: 4px 0 0 4px;
	margin-bottom: -4px;
}

.bw-attribution-link { 
	border-bottom: none;
}