html {
  width: 100%;
  height: 100%;
  background-color: #ecbc7b;
  background-image: url("../img/ride-bg-canvas2.jpg");
  background-size: cover;
}
body {
  font-family: interstate, sans-serif;
  height: 100%;
  background-color: #ecbc7b;
  background-image: url("../img/ride-bg-canvas2.jpg");
  background-size: cover;
}
header {
  background-color: #f85711;
}
.hero {
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url("../img/ride-bg-trans-sm.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  height: 80vh;
  opacity: 0.2;
  pointer-events: none;
}
main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/*.pixel-back {*/
/*  background-image: url("../img/bg-pixel.png");*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*  background-position: top;*/
/*  height: 90px;*/
/*}*/
footer {
  border-top: 2px solid #f85711;
  outline: 1px dashed #f85711;
  /*outline: 8px double #f85711;*/
  /*background-color: #471212;*/
  background-color: #52231e;
  /*background-image: url("../img/grunge.png");*/
  /*background-blend-mode: color-burn;*/
  color: #f85711;
}
footer a {
  color: #f85711;
}
footer a:hover {
  color: #ef4626;
}
h1 {
  font-weight: 900;
  font-style: italic;
  color: #ef4626;
  font-size: 35vw;
  line-height: 0.9em;
  text-shadow: #f85711 0 0 2px;
  margin: 0;
  text-align: center;
}
h2 {
  font-weight: 700;
  font-style: normal;
  color: #EC139B;
  font-size: 8vw;
  line-height: 0.9em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
a {
  color: #EC139B;
  font-weight: bold;
  font-size: 20px;
}
.music-services div {
  text-align: center;
  padding: 6px;
}
.music-services i {
  font-size: 2.5em;
  color: #EC139B;
}
footer i {
  font-size: 1.8em;
  margin-left: 15px;
}
.logo {
  width: auto;
  max-width: 120px;
  align-self: center;
}
.icon {
  width: 36px;
  margin-left: 15px;
}

@media (min-width: 576px) {
  .logo {
    max-width: 150px;
  }
  .music-services div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 5vw;
  }
  .music-services div {
    padding-left: 14px;
    padding-right: 14px;
  }
  .music-services div i {
    font-size: 3em;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}

/* Animation */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  opacity: 1 \9;
  -webkit-animation: fade-in ease-out 0.6;
  animation: fade-in ease-out 0.6;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform-origin: 50% 50%;
  -webkit-animation-duration: 0.66s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.fade-in--2 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.fade-in--3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.fade-in--4 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.fade-in--5 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 2s;
}