/** Layout **/

body {
  background-color: #181819; /** #4a4a4b **/
  margin-top: 3rem;
}

header {
  background-color: #636364;
  position: fixed;
  text-align: center;
  width: 100%;
  top: 0;
  padding: 0.75rem 0;
}

main {
  /**background-color: #181819;**/
  color: #f8f9fa;
  width: 100%;
  min-height: 100vh;
}

footer {
  background-color: #636364;
  position: relative;
  text-align: center;
  width: 100%;
  bottom: 0;
  padding: 0.75rem 0;
}



/** Content **/

a {
  color: #f8f9fa;
  text-decoration: underline;
}

a:hover {
  color: #f8f9fa;
  text-decoration: none; 
}

hr {
  background-color: #636364;
}

section {
  padding: 0.75rem 1.25rem;
}

.logo-centered {
  background: url(/images/logo.svg) no-repeat;
  background-color: #f8f9fa;
  border-radius: 50%;
  background-size: cover;
  display: inline-block;
  height: 256px;
  width: 256px;
  vertical-align: middle;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -128px;
  margin-left: -128px;
}

.brand-logo {
  background: url(/images/logo.svg) no-repeat;
  background-color: #f8f9fa;
  border-radius: 50%;
  background-size: cover;
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  margin: 0.75rem 0rem;
}

.brand-text {
  color: #f8f9fa;
  display: inline-block;
  vertical-align: middle;
  margin: 0rem 0rem;
}

.icon {
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0 1.25rem;
}

.label {display: none;}

.card {
  width: 100%;
}

.card-img {
  background-size: cover;
  display: inline-block;
  height: 128px;
  width: 128px;
  vertical-align: middle;
  padding: 0rem;
}

.card-content {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0.75rem;
}

.card-icon {
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0.75rem 0.75rem;
}

.alert-banner {
  background-color: indianred;
  color: #f8f9fa;
  width: 100%;
  text-align: center;
  padding: 1rem;
}

.footer-text {
  margin-bottom: 0rem;
  margin-top: 0.75rem;
}



/** Modifiers **/

.active {
  filter: invert(100%) sepia(4%) saturate(7480%) hue-rotate(317deg) brightness(117%) contrast(102%);
}

.dim-bg {opacity: 0.1;}
.dim-icon {opacity: 0.2}

.home {background: url(/icons/home.svg) no-repeat;}
.music {background: url(/icons/dvd-disk.svg) no-repeat;}
.lyrics {background: url(/icons/book.svg) no-repeat;}
.shows {background: url(/icons/calendar-blank.svg) no-repeat;}
.about {background: url(/icons/info.svg) no-repeat;}
.fb {background: url(/icons/facebook.svg);}
.ig {background: url(/icons/instagram.svg);}
.tw {background: url(/icons/twitter.svg);}
.amazon {background: url(/icons/amazon.svg);}
.apple {background: url(/icons/dvd-disk.svg);}
.spotify {background: url(/icons/spotify.svg);}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 800px) {
  .content {
    width: 800px;
    margin: auto;
  }
  header, main, footer {
    width: inherit;
  }
  .label {
    display: inline-block;
    position: absolute;
    color: #000000;
    left: 2rem;
  }
}
