body {
  font-family: sans-serif;
  font-size: 1.2em;
  text-align: center;
  min-height: 100%;
}

#main {
  perspective: 1px;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.navlinks {
  margin-top: 5px;
  position: fixed;
  left: -35px;
  z-index: 10;
}

.navlinks a {
  color: inherit !important;
  text-decoration: none !important;
}

.navlinks a:active {
  color: inherit !important;
  text-decoration: none !important;
}

.navlinks a:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.navlinks a:hover {
  color: inherit !important;
  text-decoration: underline !important;
}

.navlinks a:visited {
  color: inherit !important;
  text-decoration: none !important;
}

#mynav {
  list-style: none;
}

#mynav li {
  float: left;
  margin-right: 5px;
}

a[id="nav0"]:target ~ #main div.parallax-layer {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

a[id="nav1"]:target ~ #main div.parallax-layer {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

a[id="nav2"]:target ~ #main div.parallax-layer {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}

a[id="nav3"]:target ~ #main div.parallax-layer {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}

.parallax-layer {
  z-index: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.parallax-layer p {
  font-family: sans-serif;
  font-size: 5.0em;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  margin: 0;
}

#slide01 {
  background-color: #38383a;
  color: #e9e9eb;
}

#slide02 {
  background-color: #eddd26;
  color: #38383a;
}

#slide03 {
  background-color: #38383a;
  color: #e9e9eb;
}

#slide04 {
  background-color: #eddd26;
  color: #38383a;
}
