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

@font-face {
  font-family:'TiemposHeadline-BoldItalic';
  src: url("../fonts/TiemposHeadline-BoldItalic.otf") format('opentype');
}

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

.dvz-content .dek {
	/*color: #000;*/
	/*background-color: #fff;*/
  width: 90%;
}

.dvz-content .dek em {
  font-family: 'BWHaasText-76BoldItalic';
}

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

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

.dvz-content .lede-contained-img {
  /*background-image: url("../img/feat_bannon42__01.jpg");*/
  background-image: none;
}

/*.dvz-content .pullquotes {
  font-size: 2.2em;
  line-height: 3.2rem;
  position: relative;
  width: 58%;
  max-width: 48rem;
  margin: 1.5em auto;
  color: #000;
  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;
  font-family: "TiemposHeadlineWeb-Bold", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
}
*/

.dvz-content .pullquotes {
  color: #000;
}

/*.dvz-content .pullquotes em {
  font-style: italic;
}
*/
.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 .lede-contained-img {
  margin: 6% auto 0 auto;
  min-height: 100%;
  max-width: 1200px;
}

@media screen and (max-width: 1023px) and (min-width: 560px) {
  .dvz-content .lede-contained-img {
      min-height: 100%;
      margin-left: 6%;
      margin-right: 6%;
   }
}

@media screen and (max-width: 560px) {
  .dvz-content .lede-contained-img {
      min-height: 100%;
      margin-left: 6%;
      margin-right: 6%;
   }

   .dvz-content .lede-content .dek {
      font: 24px/30px "HaasDisplayBold", Helvetica, Arial, sans-serif;
   }
}