* {
  box-sizing: border-box;
}

body {
  margin: 0px auto;
  padding: 0px 20px;
  font-family: Roboto, sans-serif;
  line-height: 1.5;
  font-size: 16px;
}


/* TOP SECTION STYLING */
header {
  width: 1000px;
  margin: 0px auto;
}

#discography {
  font-family: Teko, sans-serif;
  font-weight: 700;
  font-size: 64px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

#db {
  font-family: Teko, sans-serif;
  font-size: 138px;
  font-weight: 300;
  letter-spacing: 10px;
  text-transform: uppercase;
  line-height: .7;
}

.headerimg {
  height: 30%;
  width: 30%;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}

.intro {
  width: 600px;
  margin-left: 320px;
}



/* NAVIGATION & LINKS */
nav {
  margin-left: 50px;
}

ul {
  list-style-type: none;
  margin-left: 0px;
}

nav li {
  display: inline;
  margin: 0px auto;
}

nav li a:link, nav li a:active, nav li a:visited {
  background-color: #000;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

nav li a:hover {
  background-color: #fff;
  color: #000;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

nav li a.e1:hover {
  background-color: #4e4749;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

nav li a.e2:hover {
  background-color: #ff1e1f;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

nav li a.e3:hover {
  background-color: #8a52ff;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

nav li a.e4:hover {
  background-color: #ffa42c;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

nav li a.e5:hover {
  background-color: #ff2ca3;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

nav li a.e6:hover {
  background-color: #31dde1;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

nav li a.e7:hover {
  background-color: #318e39;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

nav li a.e8:hover {
  background-color: #888;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

a:link, a:visited {
  font-family: Teko;
  font-weight: 300;
  color: #FFF;
  text-decoration: none;
}

a:hover {
  color: #eeeeee;
  text-decoration: none;
}

a:active {
  color: #666;
  text-decoration: none;
}


.btt {
  font-size: 8px;
  font-family: Teko, sans-serif;
  color: #fff;
  position: fixed;
  right: 25px;
  top: 0px;
  background-color: #000;
  height: 35px;
  width: 60px;
  text-align: center;
}

.btt a:link, a:visited {
  font-size: 30px;
  font-family: Teko, sans-serif;
  color: #fff;
  position: fixed;
  right: 40px;
  top: 0px;
  text-align: center;
}

.btt a:hover {
  font-size: 30px;
  font-family: Teko, sans-serif;
  color: #fff;
  position: fixed;
  right: 40px;
  top: 0px;
}

/* HEADERS */
h1 {
  font-family: Teko, sans-serif;
}

h2 {
  font-family: Teko, sans-serif;
  font-size: 45px;
  line-height: 1em;
  margin-bottom: 5px;
  margin-top: 0px;
}

h3 {
  font-family: Teko, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: .5em;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* JAVASCRIPT */

[data-trigger] {
  filter: grayscale(100%);
}

[data-trigger]:active {
  filter: grayscale(0%);
}

[data-trigger]:hover {
  filter: grayscale(0%);
}

[data-target] {
  display: none;
}

.albumcover.open {
    filter: grayscale(0%);
}


/* TIMELINE */
.timeline {
  width: 1000px;
  margin: 0px auto;
}

section {
  display: inline;
}

.record {
  position: relative;
  display: inline-block;
}

img.albumcover {
  display: inline-block;
  width: 300px;
  height: 300px;
  /* filter: grayscale(100%); */
  margin-right: 5px;
}

/* img.albumcover:hover {
  filter: grayscale(0%)
} */

.album.open {
  display: inline;
  width: 610px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #000;
  position: absolute;
  top: 100%;
  left: -310px;
  z-index: 10;
}

.album1.open {
  display: inline;
  width: 610px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #000;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
}

.album2.open {
  display: inline;
  width: 610px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #000;
  position: absolute;
  top: 0%;
  left: 305px;
  z-index: 10;
}


.album {
  display: none;
  width: 600px;
  background-color: #000;

}

.album1 {
  display: none;
  width: 600px;
  margin-bottom: 20px;
  background-color: #000;

}

.album2 {
  display: none;
  width: 600px;
  margin-bottom: 20px;
  background-color: #000;

}

article {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  overflow-y: scroll;
}

.desc {
  margin-top: 0px;
}

.details {
  font-family: Teko, sans-serif;
  font-weight: bold;
  line-height: .2;
}

.era {
  float: right;
  font-family: Teko, sans-serif;
  font-size: 18px;
  letter-spacing: .5px;
  margin-top: auto;
}

.e1 {
  background-color: #4e4749;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

.e2 {
  background-color: #ff1e1f;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

.e3 {
  background-color: #8a52ff;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

.e4 {
  background-color: #ffa42c;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

.e5 {
  background-color: #ff2ca3;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

.e6 {
  background-color: #31dde1;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

.e7 {
  background-color: #318e39;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}

.e8 {
  background-color: #888;
  color: #fff;
  padding: 10px;
  display: inline-block;
  height: 40px;
}



/* FOOTER */

footer {
  background-color: #000;
  margin: 150px auto auto auto;
}

.footerinner {
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
}

#cited li a:link, a:visited {
  color: #fff;
}

#cited li a:hover {
  color: #888;;
}
