hr {
  visibility: hidden;
  margin-top: 250px;
}

h1 {
  color: black;
  text-align: center;
  font-family: 'IM Fell DW Pica SC', Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
  font-size: 45px;
  font-style: normal;
  margin: 50px 0 0 0;
  padding: 0;
}

blockquote {
  font-family: 'IM Fell Great Primer', Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  position: relative;
  width: 50%;
  margin: 45px 25% 40px 25%;
  padding: 0;
}

blockquote em {
  color: #c13100;
  font-style: normal;
}

img.center {
  position: relative;
  left: 50%;
  margin-left: -25px;
}

.my-img{
  position: absolute;
  top: 160px;
  left:0px;
  width: 13%;
}

/* resize images */
.my-img img {
  width: 100%;
  height: auto;
}

body ul:first-child {
  display: block;
  position: fixed;
  bottom: 0;
  left: auto;
  right: 0;
  list-style-type: none;
  width: 150px;
  text-align: right;
  text-transform: lowercase;
  margin: 0;
  padding: 2.3em 2em;
}

body ul:first-child li {
  font-family: 'IM Fell DW Pica SC', Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
  font-size: 1.2em;
  margin: 0;
  padding: 0.3em 0;
}

body ul:first-child a,
body ul:first-child a:link,
body ul:first-child a:visited {
  color: black;
  border: 0;
}

body ul:first-child a:link {
  border: 0;
}

body ul:first-child a:link:hover,
body ul:first-child a:visited:hover {
  color: #c13100;
  border-bottom: 0;
}

ol {
  list-style-type: none;
  position: relative;
  width: 70%;
  left: 15%;
  margin: 0;
  padding: 0;
}

ol li {
  position: relative;
  width: 45%;
  float: left;
  padding: 0 10px 0 0;
}

ol li p {
  text-indent: 0;
  margin: 1em 0;
  position: relative;
}

ol li p:first-child {
  font-size: 1.5em;
  font-family: 'IM Fell DW Pica SC', Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
  font-style: normal;
  font-weight: normal;
  text-transform: lowercase;
  text-indent: 0;
  color: #c13100;
}

ol li + li {
  padding: 0 0 0 5px;
}

ol li:last-child {
  width: auto;
  float: none;
  clear: both;
  padding: 0 0 0 0;
}

dl {
  margin: 0;
}

dl dt {
  font-style: italic;
}

dl dd {
  margin-left: 1em;
}

h2 {
  font-family: 'IM Fell DW Pica SC', Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
}

h3 {
  font-size: 1em;
  margin: 0;
  color: #c13100;
  font-size: 1.2em;
  font-family: 'IM Fell DW Pica SC', Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
  font-style: normal;
  font-weight: normal;
  text-transform: lowercase;
}

p.citation {
  margin: 0 0 0 0;
  padding-left: .8em;
  text-indent: -0.8em;
}

p.citation + h3, p.details + h3 {
  margin-top: 1em;
}

.details {
  display: none;
  color: #999999;
  margin: 0.2em 0 0 1em;
  padding: 0;
  text-indent: 0;
  font-size: 0.8em;
}

.details a {
  color: #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.classes {
  border-collapse: collapse;
  border: 0;
}

.classes td {
  padding: 8px;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.classes td:first-child {
  font-weight: bold;
  width: 10em;
}
