html {
  font-size: 16px;
}

body {
  background-image: url(../assets/images/blurred_backgrounds/blur_bg_3.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  color: white;
  font-family: 'Open Sans', sans-serif;
}

nav {
  background: hsla(0, 0%, 0%, 0.2);
  padding: 1rem 2rem;
}

nav img {
  height: 50px;
}

main {
  width: 100%;
  max-width: 800px;
  margin: 4rem auto 150px;
  padding: 0 1rem;
  box-sizing: border-box;
}

#album-info {
  overflow: hidden;
}

#album-cover-art {
  float: left;
  margin-right: 2rem;
  position: relative;
  width: 250px;
  max-width: 33%;
}

#album-title {
  font-size: 2.5rem;
  margin: 0;
}

h2.artist {
  font-weight: 100;
  font-size: 1.4rem;
  margin: 0.5rem;
  opacity: 0.9;
}

#release-info {
  opacity: 0.5;
  font-size: 0.8rem;
}



