@media only screen and (min-width: 960px) {
#old-site {
  height: 7200px;
  width: 100vw;
  background-image: url(images/screenshot.webp);
  background-size: contain;
  margin: -1em auto auto -1em;
  background-repeat: no-repeat;
  }
}



#blackout {
  width: 100vw;
  height: 100%;
  }
  
#welcome-message {
  background-color: #E5E5E5;
  background-image: url(images/pattern.png);
  background-position: center;
  background-size: cover;
  background-blend-mode: color-burn;
  font-size: 16px;
  font-family: Baskerville;
  padding: 0em 2em 4em;
  border-radius: 1em;
  text-align: center;
  margin: 0 auto;
  position: sticky;
  top: 3em;
  box-shadow: 0px 0px 20px 5px #666;
  border: solid 2px #000;
  }
  
@media only screen and (max-device-width: 960px) {
#old-site {
  height: 7200px;
  width: 100vw;
  background-image: url(images/index-mobile.webp);
  background-size: contain;
  margin: -1em auto auto -1em;
  background-repeat: no-repeat;
  }

#welcome-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  font-size: 38px !important;
  }

#social {
  width: 79.5%;
  }
  
#social a img {
  width: 66px!important;
  }
}

#social {
  background-color: #7BB18D;
  position: absolute;
  padding: 0px 2em;
  width: inherit;
  left: -2px;
  border-bottom: 3px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  bottom: -0.5em;
  }

#social a img {
  width: 40px;
  filter: invert(100%);
  padding-top: 1em;
  padding-bottom: 0.5em;
  margin: auto 0.5em;
  }

@media (min-width:520px) {
#welcome-message {
  width: 20em;
  font-size: 24px;
  }
}

@media (max-width:520px) {
#old-site {
  height: 7200px;
  width: 100vw;
  background-image: url(images/index-mobile.webp)!important;
}
)
