@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

body {
  margin: 0 auto;
  background: #eeeeee url(bg.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  padding: 30px 40px;
  text-align: center;
}

a {
  color: #596C86;
}

header img {
  height: 180px;
}

nav {
  margin-top: 20px;
  margin-bottom: 36px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 32px;
  font-weight: 300;
}

nav a {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: inline-block;
  line-height: 0.7;
}

nav a:hover {
  text-decoration: underline;
}

main {
  margin: auto;
  padding: 30px 42px;
  width: 62%;
  max-width: 745px;
  background-color: white;
  border-radius: 3px;
  border-right: 10px solid #e0e0e0;
  opacity: 0.95;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #111111;
}

h3 {
  margin-top: 70px;
  margin-bottom: 16px;
  font-size: 28px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 400;
  color: #555555;
}
h3:first-child {
  margin-top: 5px;
}

h4 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
}

h5 {
  font-weight: 700;
}

strong {
  font-weight: 400;
}

main p {
  line-height: 1.4;
}

#albumTalk {
  margin-top: 40px;
  margin-bottom: 10px;
}

p.description {
  margin-bottom: 5px;
}
p.lowerDescription {
  margin-top: 0px;
}

main img {
  margin-top: 10px;
  max-width: 600px;
  width: 95%;
}

a.current {
  text-decoration: underline;
}

p.contact {
  margin-top: 20px;
  margin-bottom: 10px;
}

ol {
  list-style-type: none;
  padding-left: 15px;
  margin: 0;
}
ol h5 {
  margin-top: 5px;
  margin-bottom: 3px;
  font-size: 15px;
}
ol li {
  margin-bottom: 17px;
  font-size: 16px;
}

iframe {
  width: 560px;
  height: 315px;
}
iframe.bandcamp {
  width: 400px;
  height: 307px;
}

@media (max-width: 890px) {
  header img {
    height: 155px;
  }
}

@media (max-width: 780px) {
  header img {
    height: 125px;
  }
  body {
    padding: 30px 0;
  }
  nav {
    font-size: 29px;
    margin-top: 14px;
    margin-bottom: 28px;
  }
}

@media (max-width: 570px) {
  header img {
    height: 105px;
  }
  nav {
    font-size: 26px;
    margin-top: 11px;
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  header img {
    height: 80px;
  }
  nav {
    font-size: 23px;
  }
}
@media (max-width: 358px) {
  header img {
    height: 65px;
  }
  nav {
    font-size: 21px;
  }
}

@media (max-width: 970px) {
  iframe {
    width: 448px;
    height: 252px;
  }
}
@media (max-width: 800px) {
  iframe {
    width: 336px;
    height: 189px;
  }
}
@media (max-width: 540px) {
  iframe {
    width: 224px;
    height: 126px;
  }
}

@media (max-width: 650px) {
  iframe.bandcamp {
    width: 300px;
    height: 340px;
  }
}
@media (max-width: 470px) {
  iframe.bandcamp {
    width: 250px;
  }
}
@media (max-width: 358px) {
  iframe.bandcamp {
    width: 230px;
  }
}