/************************************ Posts ***********************************/
#main h2 {
  margin-bottom: 0;
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 1.5em;
}

h2 a {
  text-decoration: none;
}

#comments h3 {
  padding-top: 20px;
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 1.75em;
  border-bottom: 1px solid #ddd;
}

.subtitle {
  margin-bottom: 20px;
  font-size: 80%;
  font-style: italic;
  border-bottom: 1px solid #ddd;
}

.post {
  position: relative;
  padding-bottom: 60px;
  min-height: 340px;
}

.read-more {
  position: absolute;
  right: 10px;
  bottom: 0px;
  background-color: #ddd;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-shadow: 3px 3px 5px #ccc;
  padding: 10px;
}

#navigation {
  clear: both;
  padding: 20px 20px 0px 20px;
}

#next {
  float: right;
}

/******************************* Comments form ********************************/
#comments {
  clear: both;
}

input[type=text],
textarea {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 3px 3px 5px #ccc;
  font-family: 'Love Ya Like A Sister', cursive;
}

textarea {
  resize: vertical
}

input[type=submit] {
  padding: 10px;
  border: none;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  box-shadow: 3px 3px 5px #ccc;
  border-radius: 5px;
  font-family: 'Love Ya Like A Sister', cursive;
}

.form-errors {
  color: #f00;
  padding-left: 20px;
}

/********************************** Books *************************************/
#specs span.key {
  font-weight: bold;
}

#shop {
  background-image: url("../images/amazon.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: right;
  padding-right: 30px;
  padding-top: 2px;
}

/********************************** Videos ************************************/
.yt-video {
  width: 100%;
  text-align: center;
}

/*********************************** Songs ************************************/
.song-title {
  font-style: italic;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*********************************** Media ************************************/
@media (max-width: 576px) {
  .yt-viewer {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .yt-viewer {
    width: 560px;
    height: 315px;
    margin: auto;
  }
  #main h2 {
    font-size: 2em;
  }
}
