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

body { background: #FAFAEC; }

.ad .adContainer { 
	background: #A4BD99 !important;
}

h1 {
	font-size: inherit; 
	line-height: inherit; 
	margin-bottom: inherit; 
	color: inherit;
}

#main h1 {
	font-size: 4rem; 
	line-height: 1.1em; 
	margin-bottom: 0.1em; 
	color: #033617;
}

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

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

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

.dvz-content .pullquotes {
    color: #77876B;
 }

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

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

.dvz-content .mobile_img {
	display: none;
}

.dvz-content .photo-info {
    border-bottom: none;
}

.dvz-content .photo-info a {
    /*text-decoration: none;*/
    color: #77876B;
}

.terminal .dvz-content .photo-info a {
	text-decoration: none;
    color: inherit;
}

.dvz-content .lede-text-above .credit {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

@media screen and (max-width: 1020px) and (min-width: 761px) {
	#main h1 {
	    font-size: 3rem;
	}	
}

@media screen and (max-width: 760px) {
	#main h1 {
	    font-size: 1.8rem;
	    width: 100%;
	    padding-left: 20px;
	}

	.lede-text-above .lede-content {
	    margin: 10px auto 30px;
	    padding: 0 20px;
	}
}

@media screen and (max-width: 560px) {
	.mobile_img {
		display: block;
	}
	.desktop_img {
		display: none;
	}
}

