.red {
  color: #d5220a; }

body {
  background-color: #faf7f6;
  font-family: "proxima-nova", "Helvetica", sans-serif;
  font-size: 16px;
  margin: 20px 35px 30px 35px;
  color: #555; }

a, a:visited, a:active {
  text-decoration: none;
  color: #d5220a; }

a:hover {
  color: #555;
  text-decoration: none; }

a.title {
  color: #555; }

h1 {
  font-family: "kepler-std-display", "Georgia", serif;
  font-size: 3.4375em;
  font-weight: 900;
  margin: 0px 0px 10px 0px; }
  @media screen and (max-width: 870px) {
    h1 {
      font-size: 2.8125em; } }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 2.25em; } }

h1.intro {
  text-align: center;
  font-size: 4.6875em;
  margin-bottom: 22px; }
  @media screen and (max-width: 930px) {
    h1.intro {
      font-size: 3.4375em; } }
  @media screen and (max-width: 695px) {
    h1.intro {
      font-size: 2.8125em; } }
  @media screen and (max-width: 321px) {
    h1.intro {
      font-size: 1.375em; } }

h2 {
  font-family: "kepler-std-display", "Georgia", serif;
  font-weight: 600;
  font-size: 3.125em;
  letter-spacing: 0.01em;
  margin-top: 0px;
  margin-bottom: 5px; }
  @media screen and (max-width: 1080px) {
    h2 {
      font-size: 2.375em; } }
  @media screen and (max-width: 870px) {
    h2 {
      font-size: 2em; } }

h2.blogTitle {
  font-family: "kepler-std-display", "Georgia", serif;
  font-weight: 600;
  font-size: 3.125em;
  letter-spacing: 0.01em;
  margin-top: 0px;
  margin-bottom: 10px; }
  @media screen and (max-width: 1080px) {
    h2.blogTitle {
      font-size: 2.375em; } }
  @media screen and (max-width: 870px) {
    h2.blogTitle {
      font-size: 2em; } }

h2.home {
  font-family: "kepler-std-display", "Georgia", serif;
  font-weight: 600;
  font-size: 1.75em;
  margin-top: 10px;
  margin-bottom: 7px; }
  @media screen and (max-width: 1080px) {
    h2.home {
      font-size: 1.55em; } }
  @media screen and (max-width: 870px) {
    h2.home {
      font-size: 1.35em; } }

h2.sectionTitle {
  font-family: "kepler-std-display", "Georgia", serif;
  font-weight: 400;
  font-size: 1.25em;
  letter-spacing: 0.2em;
  margin-top: 15px;
  margin-bottom: 5px; }
  @media screen and (max-width: 870px) {
    h2.sectionTitle {
      font-size: 1.1em; } }

h2.blogIntro {
  font-family: "kepler-std-display", "Georgia", serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.3em;
  margin-top: 15px;
  margin-bottom: 30px; }
  @media screen and (max-width: 870px) {
    h2.blogIntro {
      font-size: 1.1em; } }

h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 0px; }
  @media screen and (max-width: 1080px) {
    h3 {
      font-size: 0.87em; } }
  @media screen and (max-width: 870px) {
    h3 {
      font-size: 0.75em; } }

h3.intro {
  padding: 20px;
  font-size: 1.25em; }
  @media screen and (max-width: 1080px) {
    h3.intro {
      font-size: 1em; } }
  @media screen and (max-width: 870px) {
    h3.intro {
      font-size: 0.7em; } }

h3.introtext {
  padding: 20px;
  font-size: 1.45em; }
  @media screen and (max-width: 1080px) {
    h3.introtext {
      font-size: 1.25em; } }
  @media screen and (max-width: 870px) {
    h3.introtext {
      font-size: 0.9em; } }

h4 {
  font-size: 0.8125em;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
  font-weight: 600; }

figure {
  margin: 0px;
  padding: 0px; }

figcaption {
  font-weight: 600;
  font-size: 0.75em;
  letter-spacing: 0.04em;
  line-height: 1.3em;
  color: #555;
  margin-top: 7px;
  margin-bottom: 50px; }
  @media screen and (max-width: 870px) {
    figcaption {
      margin-bottom: 20px;
      font-size: 0.625em; } }

header, .day {
  border-bottom: 1px solid #bbb;
  margin-bottom: 8px;
  padding: 0px; }

.subtitle {
  border-bottom: 1px solid #bbb;
  margin-bottom: 15px;
  margin-top: 30px;
  padding: 0px; }

img.map {
  max-width: 550px;
  margin: 0 auto;
  border-style: none;
  border-width: 0; }

.photos img {
  border: #ddd 1px solid;
  padding: 2px 2px 2px 2px;
  height: auto;
  width: 100%; }

footer {
  clear: both;
  border-top: 1px solid #bbb;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.75em;
  font-weight: 600; }

.thumbnail {
  margin-bottom: 7px; }

.btn-default {
  font-family: "proxima-nova", "Helvetica", sans-serif;
  font-size: 0.85em;
  margin-bottom: 5px; }
  @media screen and (max-width: 1080px) {
    .btn-default {
      font-size: 0.79em; } }
  @media screen and (max-width: 870px) {
    .btn-default {
      font-size: 0.7em; } }

.blogpost {
  padding-bottom: 5px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px; }

.homepage {
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 20px; }

.prevNext {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbb; }
