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

#main p a {
	border-bottom: 2px solid #00aab5;
}


#main h1 {
	color: #3c3c3c;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #00aab5;
	text-shadow: 5px 5px 0 #00aab5;
	font-size: 4.6em;
	text-align: center;
}

.lede-text-under {
	background-color: #d5eef0;
}

.lede-text-under .lede-content {
	padding-bottom: 30px;
}

.lede-text-under .lede-img {
	width: 80%;
}

.lede-text-under .lede-content .dek {
	text-align: center;
	width: 100%;
	max-width: 100%;
	color: #00aab5;
}

.lede-text-under .lede-content .byline-feat {
	text-align: center;
}

.section-break {
	padding-top: 0;
}

.pullquotes {
	font: 3.6em/1.1em 'HaasDisplayBold', Helvetica, Arial, sans-serif;
	color: #00aab5;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #00aab5;
	text-shadow: 3px 3px 0 #00aab5;
	border: 4px solid #00aab5;
	background-color: #d5eef0;
	padding: 35px;
	margin: 1.2em auto;
	width: 80%;
	max-width: 80%;
}

.hed {
	max-width: 80%;
	margin: 0 auto -11%;
	padding-top: 30px;
	position: relative;
	z-index: 1;
}

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

@media screen and (max-width: 1020px) {
	#main h1, .pullquotes {
		font-size: 3.2em;
		text-shadow: 3px 3px 0 #00aab5;
	}
}

@media screen and (max-width: 760px) {
	#main h1, .pullquotes {
		font-size: 2.6em;
		text-shadow: none;
	}

	.hed {
		max-width: 90%;
		padding-top: 25px;
		margin-bottom: -15%;
	}

	.lede-text-under .lede-img {
		width: 90%;
	}
}

@media screen and (max-width: 500px) {
	#main h1, .pullquotes {
		font-size: 1.7em;
		-webkit-text-stroke-width: 1px;
		text-shadow: 2px 2px 0 #00aab5;
		line-height: 1em;
	}

}