#content article {
  width: auto;
  max-width: 1400px;
  padding: 0;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    #content article {
      padding: 0 20px; } }
  #content article .intro {
    position: relative; }
    #content article .intro img.cover-image {
      display: block;
      width: 100%;
      height: auto; }
    #content article .intro .overlay {
      position: absolute;
      z-index: 100;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(220, 235, 236, 0.9);
      color: #333;
      padding: 2% 5%;
      box-sizing: border-box; }
      #content article .intro .overlay h1 {
        color: #b48f07; }
      #content article .intro .overlay hr {
        border-top: 1px dotted #333; }
      #content article .intro .overlay p {
        font-size: 14px; }
      @media screen and (max-width: 800px) {
        #content article .intro .overlay {
          position: static; } }
  #content article .body {
    padding: 30px 0 70px 0; }
    #content article .body #page-navigation {
      float: left;
      width: 25%;
      border-right: 1px dotted #ccc;
      padding: 0 5%;
      margin-right: 5%;
      box-sizing: border-box; }
      #content article .body #page-navigation a {
        display: block;
        background: rgba(220, 235, 236, 0.7);
        padding: 5px 10px;
        border-bottom: 1px solid white; }
        #content article .body #page-navigation a:hover {
          text-decoration: none;
          background: #dcebec; }
    #content article .body #page-text {
      float: left;
      width: 70%;
      padding-right: 5%;
      box-sizing: border-box; }

ul.featured-entries {
  height: 100%; }
  ul.featured-entries li {
    float: left;
    box-sizing: border-box;
    width: 33.33333%;
    margin-right: 0%;
    margin-bottom: 0%;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat; }
    ul.featured-entries li.last {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      ul.featured-entries li {
        float: left;
        box-sizing: border-box;
        width: 50%;
        margin-right: 0%;
        margin-bottom: 0%;
        padding: 20px; }
        ul.featured-entries li.last {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      ul.featured-entries li {
        float: none;
        box-sizing: border-box;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 0%;
        padding: 20px; }
        ul.featured-entries li.last {
          margin-right: 0; } }
  ul.featured-entries img {
    display: block;
    height: 100%;
    width: auto; }
