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

/* Temporary fix to work around issues with top nav */
.bb-nav-root h1 { 
	font-size: 30px; 
	line-height: 30px;
}

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

.dvz-content #main .lede-content {
	max-width: 760px;
}

.dvz-content #main .dek {
	/*color: #000;*/
	/*background-color: #fff;*/
	width: 100%;
	max-width: inherit;
}

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

.dvz-content #main p a:not(.bw-attribution-link) {
	/*color: #3c3c3c;*/
	/*border-bottom: 2px solid #2800d7;*/
}

.lede-contained-img {
  /*background-image: url("../img/IMAGE.jpg");*/
}

@media screen and (max-width: 1020px) and (min-width: 761px) {
	.dvz-content #main .lede-content {
		max-width: 720px;
	}
}

@media screen and (max-width: 760px) {
	max-width: 100%;
}