
/*--- 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;*/
}

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

.section-break:first-line {
  color: #4c3525;
  /*background-color: #d82609;*/
}

#main .byline-feat a {
	color: #767676;
	text-decoration: none;
}

#main .byline-feat a:hover {
	color: #4c3525;
	text-decoration: none;
}

.terminal #main .byline-feat a, .terminal #main .byline-feat a:hover {
	color: #767676;
	text-decoration: none;
}

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

.terminal #main p a:not(.bw-attribution-link) {
	border-bottom: none;
}

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

