
/*--- 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;*/
	margin-bottom: 10px;
}

#main .lede-content {
margin-top: 10px;
}

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

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

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

.dvz-content .lede-text-above h1, .dvz-content .lede-content { 
	max-width: 800px; 
}

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

@media only screen and (max-width: 1020px) {
#main h1 {
width: 80%;
max-width: 720px;
}
}

@media only screen and (max-width: 760px) {
#main h1 {
width: 100%;
max-width: initial;
padding: 0 20px;
box-sizing: border-box;
}
}
