header {
  margin-bottom: 40px;
}

.center,
.center img {
  margin: auto;
}

#abovefold {
  margin: auto;
  width: 100%;
}

#belowfold a,
#belowfold div {
  margin: auto;
  width: 100%;
}

#belowfold a img {
  margin: auto;
  width: 100%;
  height: auto;
  display: block;
}


#belowfold a img {
  width: 80%;
}

@media only screen and (min-width: 500px) {

  #belowfold a img {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  /*   #abovefold img {
    width: 90%;
    margin: auto;
    display: block;
  }

  #abovefold .content-center,
  #abovefold .content-center .content-page-imagemap-wrapper {
    width: 90%;
    margin: auto;
  } */

  #belowfold a img {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {

  #abovefold {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1em;
    width: unset;
  }


  div#landing {
    flex-direction: row;
    justify-content: space-around;
  }


  #belowfold {
    height: 220px;
    width: 800px;
    margin-top: 2em;
  }


  #belowfold a,
  #belowfold div {
    margin: unset;
    width: unset;
  }

  #belowfold a img {
    margin: unset;
    width: unset;
    height: unset;
  }

  /*  */
  #rock-city-link {
    position: absolute;
    top: 0;
    right: 600px;
    /* margin: 569px 0 0 9px; */
    /* z-index: 30; */
  }

  #glitchlink {
    position: absolute;
    bottom: 0;
    left: 0;
    /* z-index: 50; */
    /* margin: 739px 0 0 -29px; */
  }

  #objectfilmlink {
    position: absolute;
    /* z-index: 120; */
    /* margin: 658px 660px 672px 205px; */
    bottom: 0;
    left: 250px;
  }

  #togehterlink {
    position: absolute;
    /* z-index: 140; */
    /* margin: 703px 679px 689px 368px; */
    bottom: 0;
    right: 0;
  }

  #holidaylink {
    position: absolute;
    bottom: 80px;
    right: 85px;
    /* z-index: 150; */
    /* margin: 601px 601px 601px 479px; */
  }

  #ghost {
    position: absolute;
    top: 0;
    right: 245px;
  }

  #beherelink {
    position: absolute;
    top: 100px;
    left: 15px;
  }
}

body.contents p {
  margin: 1em auto;
  width: 100%;
  text-align: center;
}

body.contents footer svg#mascothead path.mascothead {
  fill: var(--light);
}

body.contents footer svg#mascothead path.flashes {
  fill: var(--light);
}
