/* Footer background image */
footer {
  background-image: url('../img/musicchaini3_footer_background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  border-top: 13px solid rgba(255, 109, 0, 0.8) !important;
  height: calc(100vh * 0.98);
}

#Backpage-Link {
    font-size: 52px !important;
    color: rgba(255, 109, 0, 0.9) !important;
    font-weight: bolder !important;
}

#Backpage-Link:before {
    font-size: 52px !important;
    color: rgba(255, 109, 0, 0.9) !important;
    font-weight: bolder !important;
}

#Backpage-Link::after {
    font-size: 52px !important;
    color: rgba(255, 0, 0, 0.9) !important;
    font-weight: bolder !important;
}


#Backpage-Link:hover {
    color: goldenrod !important;
    font-weight: bolder !important;
}

#Backpage-Link:focus {
    color: red !important;
    font-weight: bolder !important;
}