/*

Fonts
=====


(there's going to be a lot of these)
*/

@import url('https://fonts.googleapis.com/css?family=Della+Respira&display=swap');

@font-face {
  font-family: 'Della Respira', serif;
}

@import url('https://fonts.googleapis.com/css?family=Istok+Web:700&display=swap');

@font-face {
  font-family: 'Istok Web', sans-serif;
  font-weight: 700;
}

@font-face {
  font-family: 'Aileron Black';
  src: url('../fonts/Aileron-Black.otf');
}

@font-face {
  font-family: 'Prisma';
  src: url('../fonts/Prisma.otf');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('../fonts/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.woff2') format('woff2'),
    url('../fonts/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.woff') format('woff'),
    url('../fonts/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*

Universal Styles
================

*/

* {
  box-sizing: border-box;
  transition: color .3s linear, background-color .5s ease, background-image .5s ease;
}

html {
  font-size: 10px;
}

/*

Text Elements
=============

*/

p, h1, h2, a, li {
  font-family: 'Aileron Black';
  font-weight: 300;
}

li {
  font-size: 1.8rem;
}

/*

Flex box
========

*/

.container {
  width: 120rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
}

header .row {
  align-items: center;
}

.col {
  flex: 1 1 auto;
}

.col-3 {
  flex-basis: 25%;
}

.col-6 {
  flex-basis: 50%;
}

.col-9 {
  flex-basis: 75%;
}

#albumArea {
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

/*

Header and Nav
==============

*/

header {
  height: 210px;
  box-shadow: 0 .1rem .8rem #222;
  background: #fff;
  padding: 0 2rem;
  background: #fff;
  margin-bottom: 5rem;
}

header h1, footer h1 {
  text-align: center;
  font-family: 'Aileron Black';
  font-size: 2.5rem;
  background-color: #111;
  line-height: 20rem;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  text-align: center;
  color: #24FBCA;
  transform: rotateZ(-15deg);
}

h2 {
  font-size: 3rem;
}

header div {
  height: 100%;
}

nav {
  opacity: 100%;
}

nav ul {
  display: inline;
}

nav li {
  float: right;
  font-size: 2.5rem;
  margin: 0 5%;
}

.mobile-btn {
  display: none;
  float: right;
  background: none;
  border: none;
}

.mobile-btn:hover {
  cursor: pointer;
}

.mobile-btn i {
  font-size: 50px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 80%);
  color: #fff;
  display: none;
  z-index: 99;
}

.mobile-menu ul {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}

.mobile-menu li {
  margin-bottom: 10rem;
  font-size: 8rem;
}

.mobile-menu li:hover {
  cursor: pointer;
}

.mobile-btn:active .mobile-menu {
  display: block;
}

.mobile-menu li:hover {
  cursor: pointer
}

.close-btn {
  color: #fff;
  position: absolute;
  top: 10rem;
  right: 10rem;
  background: transparent;
  border: none;
}

.close-btn:hover {
  cursor: pointer;
}

.close-btn i {
  font-size: 10rem;
}

/*

Album and Body area
===================

*/

#albumArea {
  height: 100%;
  max-height: 100rem;
}

body {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 200vh 200vh;
  /* backdrop-filter: blur(1.0); */
  transition: 1s all ease-out;
}


#album-art {
  border-radius: 3px;
  box-shadow: 0 2px .8rem #222;
  height: 50rem;
  width: 50rem;
  margin: auto;
  display: block;
}

.track-list {
  box-sizing: border-box;
  border-radius: 9px;
  box-shadow: 0 2px .8rem #222;
  padding: 5rem 10rem;
  opacity: 80%;
  background: #fff;
  margin: auto;
  height: 100%;
  max-width: 80rem;
  min-width: 30rem;
}

.album-title {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.tracks {
  padding-bottom: 2rem;
}

.tracks li {
  margin-bottom: 3rem;
  padding-bottom: .5rem;
  border-bottom: solid 1px #ccc;
}

.player-controls {
  text-align: center;
}

.player-controls .material-icons {
  font-size: 10rem;
  transition: .3s all;
}

.player-controls .material-icons:active {
  transform: translateY(5px);
  text-shadow: none;
  box-shadow: none;
}

.player-controls .material-icons:hover {
  /* text-shadow: 0 0 .9rem #24FBCA; */
  /* color: #24FBCA; */
  cursor: pointer;
}

/*

Album select
============

*/

#albumArea {
  padding: 10rem 0;
  /* height: 100vh; */
}

.album-select .material-icons:active {
  transform: translateY(5px);
  text-shadow: none;
  box-shadow: none;
}

.album-select .material-icons {
  position: absolute;
  z-index: 98;
  top: 50%;
  font-size: 8rem;
  background-color: #111;
  line-height: 9rem;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
  color: #fff;
  text-align: center;
  transition: all .3s;
  box-shadow: 0 1px 8px #222;
}

.album-select .material-icons:hover {
  /* text-shadow: 0 0 9px #24FBCA; */
  /* color: #24FBCA; */
  cursor: pointer;
}

.album-select .material-icons:active {
  transform: translateY(5px);
  text-shadow: none;
  box-shadow: none;
}

.album-select .material-icons:first-child {
  left: 20px;
}

.album-select .material-icons:last-child {
  right: 20px;
}


#arrowBackward {
  left: 20px;
}

#arrowForward {
  right: 20px;
}

/*

Hover Classes
=============

 */

nav li {
  cursor: pointer;
}

 nav li.hover-roomOnFire:hover, .mobile-menu li.hover-roomOnFire:hover {
   color: #d42a35;
   text-shadow: 0 0 .9rem #d42a35;
 }

 nav li.hover-roomOnFire:hover, .mobile-menu li.hover-roomOnFire:hover {
   color: #d42a35;
   text-shadow: 0 0 .9rem #d42a35;
 }

.player-controls .hover-roomOnFire:hover {
  color: #d42a35;
  text-shadow: 0 0 .9rem #d42a35;
}

.album-select .hover-roomOnFire:hover {
  color: #d42a35;
  text-shadow: 0 0 .9rem #d42a35;
}

nav li.hover-loveLaws:hover, .mobile-menu li.hover-loveLaws:hover {
  color: #bea891;
  text-shadow: 0 0 .9rem #bea891;
}

nav li.hover-loveLaws:hover, .mobile-menu li.hover-loveLaws:hover {
  color: #bea891;
  text-shadow: 0 0 .9rem #bea891;
}

.player-controls .hover-loveLaws:hover {
  color: #bea891;
  text-shadow: 0 0 .9rem #bea891;
}

.album-select .hover-loveLaws:hover {
  color: #bea891;
  text-shadow: 0 0 .9rem #bea891;
}

nav li.hover-wereAllGonnaDie:hover, .mobile-menu li.hover-wereAllGonnaDie:hover {
  color: #007943;
  text-shadow: 0 0 .9rem #007943;
}

nav li.hover-wereAllGonnaDie:hover, .mobile-menu li.hover-wereAllGonnaDie:hover {
  color: #007943;
  text-shadow: 0 0 .9rem #007943;
}

.player-controls .hover-wereAllGonnaDie:hover {
  color: #007943;
  text-shadow: 0 0 .9rem #007943;
}

.album-select .hover-wereAllGonnaDie:hover {
  color: #007943;
  text-shadow: 0 0 .9rem #007943;
}




/*

Footer
======

*/

footer {
  background: #222;
  padding: 20px;
  color: #fff;
  margin-top: 50px;
  width: 100%;
}

/*

Mobile View
===========

*/

@media (max-width: 1200px) {
  html {
    font-size: 8px;
  }

  #albumArea {
    flex-flow: wrap;
  }

  #albumArea .col:first-child {
    margin-bottom: 5rem;
  }

  .track-list {
    margin: 3rem;
  }

  nav ul {
    display: none;
  }

  .mobile-btn {
    display: block;
    float: right;
  }

  .player-controls i {
    font-size: 5rem;
    transition: .3s all;
  }

}

@media (max-width: 900px) {
  html {
    font-size: 8px;
  }

  #albumArea {
    display: block;
  }

  .track-list {
    margin-left: auto;
    margin-right: auto;
  }
}
