body {
    font-size: 18px;
    /*font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;*/ 
    font-family: "Times", serif;
    color: #444;
    line-height: 1.4;
    float: left;
    margin-right: 1.5em;
    margin-left: 1.5em;
    background-color: #fffbf0; /*#fff5d1*/
}


a {
    color: #739459;
    text-decoration: none;
}

a:hover {
    color: #444;
}

h1 {
    font-size: 2em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.2;
}

.text {
    max-width: 35.7em;
    font-weight: 400;
    padding-top: 2%;
}

.text a {
    text-decoration: underline;
}

.nav {
    font-size: 1em;
    font-style: normal;
}

.nav h1 {
    font-size: 1.2em;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
}

.nav h2 {
    font-size: 1.1em;
    font-weight: 400;
    font-style: normal;
}

.subnav {
    float: left;
    width: 100%;
    font-size: 0.9em;
}

.subnav a:hover {
    color: #636363;
}

.gallery-horizontal {
    max-width: 35.7em;
}

.gallery-horizontal img {
    width: 100%;
    height: auto;
    margin-bottom: 6em;
}

@media screen and (max-width: 600px) {

    body {
    margin-left: 0.9em;
    margin-right: 0.9em;
    }

  .gallery-horizontal img {
    max-width: 100%;
    margin-bottom: 9em;
  }

  .gallery-horizontal {
    max-width: 100%;
  }

  .subnav {
    font-size: em;
  }
  
  .text {
    max-width: 100%;
    font-size: 0.88em;
  }

}
