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

#main h1 {
	    font: 3.5em/4.5rem "TiemposHeadlineWeb-Bold", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
	color: #cccb2b;
	background-color: transparent;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#main .dek {
	font: 1.2em/2.2rem "TiemposHeadlineWeb-Bold", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;"TiemposHeadlineWeb", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
		background-color: transparent;
	color: #6c6c6c;
	font-weight: 600px;
	/*background-color: #fff;*/
}

#main .byline-feat {
	font: 1em/1.5rem "TiemposHeadlineWeb", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
		background-color: transparent;
			font-weight: 600px;
			color: #6c6c6c;
	/*background-color: #fff;*/
}

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

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

.pullquotes {
    font: 2.2em/3.2rem "TiemposHeadlineWeb-Bold", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
    position: relative;
    width: 65%;
    max-width: 48rem;
    margin: 1.5em auto;
    color: #a6c538;
    padding: 1.25em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
outline-style: dotted;
    outline-color: #000;
}

.section-break {
    padding-top: 5px;
}

.section-break:first-line {
    font: 20px "TiemposHeadlineWeb-Bold", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
    color: #000;
}