body {
  background-color: white;
  color: black;
  font-family: Verdana;
  padding-bottom: 100px;
}
body#writing {
    background-color: #fff;
    /*background-color: #330010;*/
}
/*
div#stairs {
  background-image: url('/stairs-bom.jpg');
  width: 1200px;
  height: 1200px;
  transform: rotate(5deg);
  float: right;
  z-index: -1;
  opacity: .3;
  background-size:cover;
  background-repeat:no-repeat;
}
*/
/*div#hidden {
    display: none;
    visibility: hidden;
}*/

@media only screen and (max-width: 600px) {
  body {
    margin-left: 20px;
    margin-top: 20px;
    }
  h1 {
    margin-bottom: 40px;
  }
  h1.book-title {
      margin-bottom: 10px;
  }
  h2.by-rothxay {
      margin-bottom: 50px;
  }
  div.content {
      margin-top: 40px;
      width: 400px;
      text-align: justify;
  }
}
@media (min-width: 600px) {
  body {
      margin-left: 60px;
      margin-top: 70px;
  }
  h1 {
      margin-bottom: 50px;
  }
  h1.book-title {
      margin-bottom: 10px;
  }
  h2.by-rothxay {
      margin-bottom: 50px;
  }
  div.content {
      margin-top: 40px;
      width: 400px;
      text-align: justify;
  }
}

@media (min-width: 1280px) {
  body#home {
    background-image: url('/bom-horsey.jpg');
    background-size: 600px;
    background-attachment: fixed;
    background-position: 70%; 
    background-repeat:no-repeat;
  }
  body#writing {
    background-image: url('/bom-artwork/bom-600.jpg');
    background-size: 600px;
    background-attachment: fixed;
    background-position: 70%; 
    background-repeat:no-repeat;
  }
}
h1 {
  font-size: 2em;
  text-transform: uppercase;
}
h2.category a {
    font-size: 1.3em;
  color: hotpink;
  font-weight: bold;
  text-decoration: none;
}
h2.category a:hover, h3 a:hover {
    /*background-color: lightyellow;*/
    text-decoration: underline;
}
h3 a {
  font-size: 1.2em;
  color: hotpink;
  font-weight: bold;
  text-decoration: none;
}
span.inline-book-title {
    color: hotpink;
    text-transform: uppercase;
}
span.inline-author-name {
    color: purple;
    text-transform: uppercase;
    font-weight: bold;
}
a.amazon-button {
    background-color: orange;
    padding: 10px 20px 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
a.amazon-button:hover {
    text-decoration: underline;
}
a.inline-bom-link {
    color: hotpink;
    font-weight: bold;
    text-decoration: none;
}
a.inline-bom-link:hover {
    text-decoration: underline;
}
div#hidden {
    margin-bottom: 30px;
}
#marlon hr {
    margin-top: 30px;
}
#dancer-gif, #home-button {
    width: 400px;
    text-align: center;
}
ul#cover-image-list {
    padding-left: 5px;
}
ul#cover-image-list li {
    margin-left: 10px;
    padding: 5px;
}
ul.image-list {
    padding-left: 5px;
}
ul.image-list li {
    margin-left: 10px;
    padding: 5px;
}
