html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Jura', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #413f41;
  background-color: #f4f7f5;
  height: 100vh;
}

.banner {
  height: 40em;
  display: flex;
  background: linear-gradient(
      to top,
      rgba(78, 64, 80, 1),
      rgba(27, 26, 27, 0.8)
    ),
    url('../images/magnetite.jpg') center no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}

.banner-heading {
  font-size: 10em;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0px;
  animation: 2s ease 0s 1 normal none running anim;
  color: silver;
  /*background-color: rgba(192, 192, 192, 0.3);*/
  padding: 0.5em;
}
.banner-heading span {
  display: inline-block;
  font-size: 6rem;
  width: 100%;
  text-align: center;
  background-color: rgba(79, 75, 79, 0.2);
  color: #aaa;
}

/* start nav bar */
.navbar {
  border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #ddd;
}
.navbar-default .navbar-nav > li > a:hover {
  color: silver;
}
.nav > li > a.active {
  color: ghostwhite;
}

.navbar-default .navbar-nav > li:last-of-type {
  margin-right: 10px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  min-height: 120px;
}
.navbar-default {
  background: linear-gradient(
    to top,
    rgba(78, 64, 80, 1),
    rgba(27, 26, 27, 0.8)
  );
  margin-bottom: 0px;
  border: none;
  min-height: 90px;
  width: 100%;
  border-bottom-width: 0px;
}
#brand {
  height: 90px;
  position: relative;
  text-align: center;
  background: linear-gradient(
    to top,
    rgba(78, 64, 80, 1),
    rgba(27, 26, 27, 0.8)
  );
}
#brand > span:first-child {
  font-size: 5rem;
  padding-left: 1em;
  color: silver;
}

/* end nav bar */

.statement {
  margin: 2em 0;
}
.statement blockquote {
  flex-direction: column;
  font-size: 1.25em;
  margin: 2em;
  color: #413f41;
  text-align: justify;
}
.quotes {
  color: #dedede;
  display: flex;
  justify-content: space-around;
  background: #a7a2a9;
}
.quotes blockquote {
  flex-direction: column;
  font-size: 1.25em;
  margin: 2em;
  text-align: justify;
}
cite {
  font-size: 0.9em;
}
.music {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #413f41; /*#4d5057;*/
}
.music-card {
  width: 28em;
  background-color: #011627;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3rem 6rem;
  margin: 5em;
  text-align: center;
}

.music-card .creator {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #292729;
  padding: 1em 2em;
}
.music-card a {
  text-decoration: none;
  color: silver;
}

/* footer */
.footer-main {
  display: flex;
  justify-content: space-between;
  padding: 4em;
  background: #2e2b2f;
}

.footer-heading {
  font-family: 'Jura', sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  color: silver;
  margin: 0 0 1em 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  flex: 1;
}

.footer-list-item {
  margin-bottom: 1em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.footer-list-link {
  font-size: 1.4em;
  text-decoration: none;
  color: #bbb;
  -webkit-transition: color 2s ease-out;
  -moz-transition: color 2s ease-out;
  -o-transition: color 2s ease-out;
  transition: olor 2s ease-out;
}
.mail-link {
  text-decoration: none;
  color: #bbb;
  -webkit-transition: color 2s ease-out;
  -moz-transition: color 2s ease-out;
  -o-transition: color 2s ease-out;
  transition: olor 2s ease-out;
}
.mail-link:hover,
.mail-link:focus,
.footer-list-link:hover,
.footer-list-link:focus {
  color: white;
}
.contact-home {
  flex: 1;
}
.contact-home p {
  font-size: 1.25em;
  color: silver;
  overflow-wrap: break-word;
}

.image-wrapper {
  width: 12rem;
  margin: 0.4em;
  overflow: hidden;
}

.footer-image {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: all 0.5s;
}

.gallery-images {
  display: flex;
  flex-wrap: wrap;
}

.footer-image:hover {
  transform: scale(1.3);
  opacity: 0.8;
}

.creator-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #292729;
  padding: 4em 4em;
  color: white;
}

.copyright-text {
  font-size: 1.3em;
  color: #aaa;
}

.text-right {
  font-size: 1.4em;
  color: #bbb;
}

.text-right i {
  font-size: 2em;
  margin: 0.5em;
  color: tomato;
}

.text-right span {
  color: gold;
}
.svg-inline--fa {
  height: 0.8em;
  opacity: 0.5;
  margin-left: 0.2em;
}

@media screen and (min-width: 2400px) {
  .banner {
    height: 60em;
  }
  .statement blockquote {
    font-size: 2em;
  }

  .quotes blockquote {
    font-size: 1.8em;
  }
  .contact-home p {
    font-size: 1.5em;
  }
}
@media (max-width: 1920px) {
  .music-card {
    width: 20em;
  }
  .footer-list-link {
    font-size: 1em;
  }
  .footer-heading {
    font-size: 2em;
  }
  .contact-home p {
    font-size: 1em;
  }
}
/* end of footer */
@media (max-width: 1024px) {
  .footer-main,
  .quotes {
    flex-direction: column;
  }
  .banner {
    height: 20em;
  }
  .banner-heading {
    font-size: 3em;
  }
  .banner-heading span {
    font-size: 1em;
  }
  .statement blockquote,
  .quotes blockquote {
    font-size: 1.5em;
  }
}
@media (max-width: 900px) {
  .footer-main,
  .quotes {
    flex-direction: column;
  }
  .banner {
    height: 20em;
  }
  .banner-heading span {
    font-size: 1em;
  }
  .banner-heading {
    font-size: 3em;
  }
  .banner-heading span {
    font-size: 1em;
  }
  .statement blockquote,
  .quotes blockquote {
    font-size: 1.5em;
  }
}
