/*
THEME NAME: The Slow Laters
VERSION: 1.0
AUTHOR: The Slow Laters
AUTHOR URI: https://www.theslowlaters.com
*/


body {
    background-color: #e8ead7;
    font-family: Courier, monospace;
}

a {
  color: blue;
}


header {
  color: #d9c59f;
  margin-bottom: 77px;
  color: #695018;
  color: #4c3828;
  border-bottom: 2px solid #4c3828;
}

header a {
  text-decoration: none;
  color: #d9c59f;
  color: #695018;
  color: #4c3828;
}

h1 {
  font-size: 3.6em;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: Courier, monospace;
  font-weight:normal;

}

h2 {
  font-size: 1.6em;
  font-weight: bold;
}

h3 {
  font-size: 1.3em;
  font-weight: normal;
}



.wrapper {
  width: 60%;
  text-align: center;
  margin: 30px auto;
}

.main-content {
  text-align: left;

}

.main-content p {
  line-height: 120%;
}


.basic-list ul {
  list-style-type: square;
  padding-left: 15px;
}

.basic-list li {
  margin-bottom: 15px;
}

.song-box {
  background-color: #d8d7d3;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  line-height: 150%;
}

.song-title {
  margin-bottom: 8px;
}

.song-info ul {
  list-style-type: square;
  padding-left: 25px;
  margin-top: 5px;
}

.song-info ul li {
  margin-bottom: 12px;
}




.post h2 {
  font-size:1.3em;
  font-weight:bold;
  margin-bottom: 3px;
}

.post .post-date-time {
  font-style: italic;
  margin-top:0px;
}

.post p {
  line-height:140%;
}

.post ul {
  margin-bottom:25px;
}

.post ul li {
  margin-bottom:10px;
}


div.footer {
  background-color: #4c3828;
  padding: 2% 8px;
  color: #f4e2c2;
  font-size: 1em;
  margin-top:70px;
  /* background-image:url('images/wood-panel-a-frame.png'); */
}

div.footer a {
  text-decoration: none;
  color: #ffffff;
}



@media only screen and (max-width: 500px) {

  h1 {
    font-size: 2.8em;
  }

  .wrapper {
    width: 82%;
  }

}