@font-face {
  font-family: "Perpetua Std";
  font-style: normal;
  font-weight: normal;
  src: url(../font/PerpetuaStd.otf);
}
@font-face {
  font-family: "Perpetua Std";
  font-style: italic;
  font-weight: normal;
  src: url(../font/PerpetuaStd-Italic.otf);
}
/* for IE*/
@font-face {
  font-family: "Perpetua";
  src: url(../font/Perpetua MTRegularMonotype.eot);
}
@page {
  margin: 0 0 0 0;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
  margin: 0;
  padding: 0;
  border-width: 0;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
div.Header {
  border-style: none;
  background-color: #4d4d4d;
  height: 2em;
  position: relative;
  z-index: 1;
  width: 100%;
}
div.Basic-Text-Frame {
  max-width: 25em;
  margin: 0;
  background-color: #ffffff;
  border-style: solid;
  padding: 2em 1em 4em 1em;
  float: left;
  clear: left;
}
.fb-share-button {
  display: inline;
  float: left;
}
.Twitter {
  padding-left: 1em;
  display: inline;
  float: left;
}
p.Header {
  background-color: #4d4d4d;
  color: #ffffff;
  font-family: "Gill Sans MT", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  line-height: 2.2;
  text-align: center;
}
a.Header {
  font-family: "Gill Sans MT", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  color: #ffffff;
  text-decoration: none;
  /* -webkit-transition: color 0.25s linear; */
}
a.Header:visited {
  color: #ffffff;
}
a.Header:hover {
  color: #d3d3d3;
}
a.Verse-Body {
  color: #666666;
  margin-right: 0;
  text-decoration: none;
  border-bottom: none;
}
a.Verse-Body:visited {
  color: #666666;
  margin-right: 0;
  text-decoration: none;
  border-bottom: none;
}
a.Verse-Body:hover {
  margin-right: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: #666666 1px dotted;
}
div.Footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #4d4d4d;
  height: 2em;
  z-index: 1;
}
p.Footer {
  background-color: #4d4d4d;
  color: #ffffff;
  font-family: "Gill Sans MT", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 2.2;
  text-align: center;
}
p.Verse-Body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Perpetua Std", Perpetua, Palatino, serif;
  font-size: 1.2em;
  font-style: normal;
  line-height: 1.2em;
  text-align: left;
}
i {
  font-kerning: none;
}
.Photo-Credit {
  background-color: #ffffff;
  color: #000000;
  font-family: "Perpetua Std", Perpetua, Palatino, serif;
  font-size: 0.9em;
  font-style: normal;
  line-height: 1.1em;
  text-align: left;
  font-kerning: none;
}
.Verse-Title {
  max-width: 25em;
  background-color: #ffffff;
  color: #000000;
  font-family: "Perpetua Std", Perpetua, Palatino, serif;
  font-size: 1.8em;
  font-style: italic;
  line-height: 1.2em;
  text-align: center;
  text-indent: 0;
  padding-top: 1em;
  padding-bottom: 0.75em;
}
div.headshot {
  padding-left: 0;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
img {
  width: 100%;
  height: auto;
  border: none;
}
@media screen and (min-width: 920px) {
  div.headshot {
    position: absolute;
    right: 0;
    min-height: 500px;
  }
}
/* iPad portrait and landscape*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
  div.Basic-Text-Frame {
    margin-left: 4em;
    margin-right: 2em;
    padding-top: 0;
  }
  div.headshot {
    margin-right: 5em;
    padding-top: 2em;
    width: 25em;
  }
}
/* iPad portrait */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
  div.Basic-Text-Frame {
    margin-left: 4em;
    margin-right: 2em;
    padding-top: 0;
    max-width: 30em;
  }
  div.headshot {
    margin-right: 5em;
    padding-top: 2em;
    width: 30em;
  }
}
/* iPhone 6s and 7 portrait */
@media screen and (min-width: 361px) and (max-width: 400px) {
  div.Basic-Text-Frame {
    margin-bottom: 1em;
    padding-left: 1em;
    padding-top: 0;
  }
  div.headshot {
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    width: 25em;
  }  
}
/* iPhone 5 */
@media screen and (max-width: 360px) {
  div.Basic-Text-Frame {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 1em;
    padding-top: 0;
  }
  div.headshot {
    margin-top: 0;
    margin-right: 0;
    padding-top: 1em;
    width: 100%;
  }  
}
/* Small phone */
@media screen and (min-device-width: 325px) and (max-device-width: 360px) {
  div.Basic-Text-Frame {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 1em;
    padding-top: 0;
  }
  div.headshot {
    margin-top: 0;
    margin-right: 0;
    padding-top: 1em;
    width: 100%;
  }  
}
@media screen and (min-width: 1280px) {
  div.Basic-Text-Frame {
    margin-left: auto;
    margin-right: auto;
    padding-right: 30%;
  }
  div.headshot {
    margin-right: 20%;
    width: 22%;
  }
}

@media screen and (min-height: 980px) {
  div.Basic-Text-Frame {
    margin-top: 4em;
    margin-bottom: 8em;
  }
}
@media screen and (min-width: 1280px) and (min-height: 600px) {
  div.Basic-Text-Frame {
    padding-right: 50%;
    max-width: 35em;
  }
  div.headshot {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    left: auto;
    text-align: center;
    width: auto;
    height: auto;
    max-width: 50%;
    min-height: 600px;
  }
  img {
    height: 100%;
    width: auto;
    position: relative;
    left: 100%;
    margin-left: -200%;
  }
}
/* Firefox fix */
@supports (-moz-transform: translate(0, 0)) {
  @media screen and (min-width: 1280px) and (min-height: 600px) {
    img {
      height: 100%;
      width: auto;
      position: relative;
      left: 80%;
      margin-left: -130%;
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px){
  div.Basic-Text-Frame {
    margin-left: 0;
    margin-right: 2em;
    padding-top: 0;
    max-width: 25em;
  }
  div.headshot {
    margin-right: 5em;
    padding-top: 2em;
    width: 25em;
  }
}
