.background-image .hero {
    background: url('../img/header-2.jpg');
    background-size: cover;
    background-position: center center;
}

h1,
h2,
h3,
h4 {
    font-family: futura-pt-condensed, sans-serif;
}

p {
    font-family: effra, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}
ol{
	font-family: effra, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
}
li{
	font-size: 20px !important;
}
.quote p {
    font-family: effra, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
}

.quote .attribution {
    font-family: effra, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
}


/* .intro-container {
    max-width: 1000px;
    margin: auto;
} */

.container {
    max-width: 1100px !important;
    margin: auto;
}

.hero h1 {
    max-width: 800px;
}

.is-size-1 {
    font-size: 5rem !important;
}

h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    text-transform: uppercase;
    color: #115740;
}

.line {
    width: 100%;
    height: 2px;
    background: #70707066;
    margin: 35px 0;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/** Press Headlines use unique fonts to highlight the fact that they're from different publications. Order doesn't really matter **/

.press-headline {
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
}

.headline-font-1 {
    font-family: paralucent-condensed, sans-serif;
}

.headline-font-2 {
    font-family: playfair-display, serif;
    font-weight: 900;
}

.headline-font-3 {
    font-family: montserrat, sans-serif;
    font-weight: 400;
}

.headline-font-4 {
    font-family: oswald, sans-serif;
    font-weight: 700;
}

.headline-font-5 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
}

.press-headlines .attribution {
    margin-bottom: 2.5rem;
    font-weight: bold;
}

.npr-section {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.npr {
    max-width: 10rem;
    margin: auto;
    margin-bottom: .5rem;
    display: block;
}
.waitwait {
    max-width: 20rem;
    margin: auto;
    margin-bottom: 1rem;
    display: block;
}

.npr-section audio {
    margin: auto;
    display: block;
  
}
/** LIGHTBOX MARKUP **/

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.image{
	padding: 10px;
}
.image img{
	width: 100%;
	height: auto;
}
.image:nth-child(1) {
     -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.image:nth-child(2) {
   -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.image:nth-child(3) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.instagram-media, .twitter-tweet {
    margin: auto !important;
}
.instagram-media {
    min-width: auto !important;
}
@media (min-width: 48rem ) {
    .npr-section {
        display: flex;
        align-items: center;
    }
    .npr {
        margin: 0 1rem 0 0;
    }
    .waitwait {
        margin: 0 1rem 0 0 ;
    }
    .npr-section audio {
        margin: 0;
    }
    .background-image .hero {
        background-size: cover;
    }
    p, .quote p  {
        font-size: 32px;
    }
}