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

.dvz-content #main h1 {
	color: #e62170;
  	font: 3.5em/4.5rem "BW Publico Banner", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
	font-style: oblique;
  	font-weight: 800;
	/*background-color: #fff;*/
}

p {
    width: 80%;
}

.dvz-content .section-break:first-line {
  font: 20px "BWHaasHead", Helvetica, Arial, sans-serif;
  color: #e62170;
  font-weight: 700;
}

.dvz-content #main .dek {
	color: #f17bb0;
	font: 2em/3rem "BW Publico Banner", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
	font-style: oblique;
	/*background-color: #fff;*/
}

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

.dvz-content #main p a {
	/*color: #3c3c3c;*/
	border-bottom: 2px solid #f17bb0;
}
.dvz-content #main p.byline-feat a{
  border-bottom: none;
}
.lede-contained-img {
  /*background-image: url("../img/IMAGE.jpg");*/
}

.dvz-content .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;
}

.dvz-content .pullquotes {
  font: 2.5em/3.5rem "BW Publico Banner", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
  font-style: oblique;
  font-weight: 900;
  position: relative;
  width: 58%;
  max-width: 48rem;
  margin: 1.5em auto;
  color: #f17bb0;
  padding: 1em 0;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
