.merriweather {font-family:merriweather,serif;}

hr {
    max-width : 60%;
    margin-top : 4em;
    margin-bottom : 4em;
}

article {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

article a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a {color: #FFB700;}

h1, h2, h3, h4, h5, h6 {
  line-height:1;
}

p, li {
  line-height:1.35;
}

li {
  margin-bottom:0.4em;
}

.youtube-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  
.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

blockquote {
  background: #fcfcfc;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 20px;
  quotes: "\201C""\201D""\2018""\2019";
}
