body.post section {
  width: 750px;
  max-width: 90%;
  margin: auto;
}

/*
 * POSTS
 */

body.post pre {
  margin-left: 0.5em;
  white-space: pre-wrap;
}

body.post h1,
body.post h2 {
  width: 100%;
  max-width: 750px;
  text-align: center;
  font-family: "Moms Typewriter", monospace;
  margin: 1em auto;
  padding: 0.2em;
}

body.post h1 {
  font-size: 1.3rem;
}

body.post h2 {
  font-size: 1.1rem;
}


.PageNavigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  width: 100%;
  max-width: 750px;
  margin: 1em auto;
  height: fit-content;
}

.PageNavigation a {
  width: 300px;
  max-width: 45%;
  text-wrap: nowrap;
  text-decoration: none;
  color: #9a5626;
}

.PageNavigation a:hover {
  font-style: italic;
  color: #5f3212;
}

.PageNavigation a span {
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
  width: 80%;
  display: inline-block;
  padding: 0;
}

.PageNavigation a:first-of-type::before {
  content: "<< ";
  font-size: 2em;
  font-weight: lighter;
}

.PageNavigation a:nth-of-type(2)::after {
  content: " >>";
  font-size: 2em;
  font-weight: lighter;
}


body.ourtrip main {
  background-image: url("/images/tiedye.jpg");
  display: flex;
  flex-direction: column;
}

body main article {
  width: 800px;
  max-width: 90%;
  margin: auto;
}

div.ourtrip .dropcap::first-letter {
  display: inline-block;
  float: left;
  color: transparent;
  font-size: 4em;
  background-repeat: no-repeat;
  line-height: 1.1;
}

div.ourtrip .C::first-letter {
  background-image: url("/images/C-large.gif");
  width: 34px;
  height: 53px;
}

div.ourtrip .B::first-letter {
  background-image: url("/images/b-large.gif");
  width: 37px;
  height: 53px;
}

div.ourtrip .D::first-letter {
  background-image: url("/images/D-large.gif");
  width: 37px;
  height: 52px;
}

div.ourtrip .E::first-letter {
  background-image: url("/images/E-large.gif");
  width: 32px;
  height: 52px;
}

div.ourtrip .H::first-letter {
  background-image: url("/images/H-large.gif");
  width: 40px;
  height: 52px;
}

div.ourtrip .N::first-letter {
  background-image: url("/images/N-large.gif");
  width: 37px;
  height: 52px;
}

div.ourtrip .S::first-letter {
  background-image: url("/images/S-large.gif");
  width: 32px;
  height: 52px;
}

div.ourtrip .T::first-letter {
  background-image: url("/images/t-large.gif");
  width: 30px;
  height: 52px;
}

div.ourtrip .W::first-letter {
  background-image: url("/images/w-large.gif");
  width: 51px;
  height: 53px;
}

div.ourtrip .Y::first-letter {
  background-image: url("/images/Y-large.gif");
  width: 35px;
  height: 52px;
}

body.post div.ourtrip div {
  font-family: Verdana;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  line-height: 1.5;
}

body.post div.ourtrip div figcaption {
  color: #999;
  text-align: right;
  font-size: smaller;
  font-weight: normal;
}

div.ourtrip p {
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  body.post pre {
    margin-left: 1em;
  }
}

@media screen and (min-width: 1024px) {
  body.post pre {
    margin-left: 1.5em;
  }
}
