html {
  background-color: #393939;
}

.fullscreenImg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.Site {
  display: flex;
/*  min-height: 100vh;*/
  flex-direction: column;
}

.Site-content {
  flex: 1;
}

.footer {
  position: absolute;
/*  height: 2.5rem;*/
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(105,105,105,0.7);
  padding: 0.5rem 1.5rem 0.5rem;
  color: white;
  text-shadow: 0 0 20px rgba(0,0,0,0.3),0 2px 2px rgba(0,0,0,0.5);
}

.footer strong {
  color: white;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: white;
}
