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

@font-face {
  font-family: 'Neuzeit Bold';
  src: url("../fonts/n001004tWeb.eot"),
  	   url("../fonts/n001004tWeb.woff") format("woff");
}

@font-face {
  font-family: 'Neuzeit Black';
  src: url("../fonts/n001006tWeb.eot"),
  	   url("../fonts/n001006tWeb.woff") format("woff");
}

@font-face {
  font-family: 'Neuzeit Cond';
  src: url("../fonts/n001046tWeb.eot"),
  	   url("../fonts/n001046tWeb.woff") format("woff");
}

@font-face {
  font-family: 'Balto Bold';
  src: url("../fonts/baltoweb-bold.eot"),
  	   url("../fonts/baltoweb-bold.woff") format("woff");
}

@font-face {
  font-family: 'Balto Black';
  src: url("../fonts/baltoweb-black.eot"),
  	   url("../fonts/baltoweb-black.woff") format("woff");
}

.dvz-content #main h1 {
	font: 4em/0.9em 'Neuzeit Black';
	color: #000;
}

.dvz-content .lede-text-under .lede-content {
	padding: 0;
	margin-bottom: 30px;
	width: 80%;
	max-width: 100%;
	text-align: center;
}

.dvz-content .lede-img {
	width: 80%;
}

.dvz-content .intro p {
	font-family: 'Balto Bold';
	font-size: 20px;
}

.dvz-content .divider {
	width: 60%;
	max-width: 720px;
	height: 10px;
	background-color: #febe10;
	margin: 50px auto;
}

.dvz-content .name {
	font-family: 'Balto Bold';
	text-transform: uppercase;
	font-size: 16px;
}

.dvz-content .jm {
	color: #febe10;
}

.dvz-content .sidebar_text li {
	font-family: 'Balto Bold';
}

.dvz-content .pullquotes {
	color: #000;
	text-align: left;
	padding: 20px 0 0 0;
	width: 60%;
	max-width: 720px;
	border-top: 10px solid #febe10;
	border-bottom: none;
}

.dvz-content #main .byline-feat {
	margin: 0 auto;
}

.dvz-content .bw-attribution-img {
	height: 18px;
	border-bottom: none;
}

.dvz-content #main .bw-attribution-link {
	border-bottom: none;
}

.dvz-content #main p a {
	/*color: #3c3c3c;*/
	border-bottom: 2px solid #888;
}

.dvz-content #box1 {
	display: none;
}

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

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

	.dvz-content #main h1 {
		font-size: 3.8em;
	}

	.dvz-content .pullquotes {
		width: 80%;
		max-width: 80%;
	}

	.dvz-content .lede-img {
		width: 100%;
	}
}

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

	.dvz-content #main h1 {
		font-size: 2.2em;
	}

	.dvz-content .intro p {
		font-size: 18px;
	}

	.dvz-content .pullquotes {
		width: 90%;
		max-width: 90%;
	}

	.dvz-content #box1 {
		display: block;
	}
}

