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

#main h1 {
    color: #d52b1e;
        font-variant: small-caps;
            font: 3.2rem "TiemposHeadlineWeb-Bold", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
}

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

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

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

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

.section-break:first-line {
    font: 20px "HaasDisplayBold", Helvetica, Arial, sans-serif;
    font-style: normal;
    color: #0038a7;
}

.pullquotes {
    font: 2.4em/3.4rem "TiemposHeadlineWeb-Bold", "Georgia", "Cambria", "Times New Roman", "Times", serif, serif;
    font-style: normal;
    position: relative;
    width: 58%;
    max-width: 48rem;
    margin: 1em auto;
    color: #0038a7;
    font-variant: small-caps;
    text-align: center;
}
