html {
  background: linear-gradient(to right, #835646, #e61805c9);
}

@keyframes slide {
  0% {
    left: -1500px;
  }
  100% {
    left: 0px;
  }
}

h1 {
  text-align: center;
  font-size: 55px;
  line-height: 64px;
  color: #ffa737;
  font-weight: 900;
  font-family: Josefin Slab, Verdana, Geneva, Tahoma, sans-serif;
  animation: slide 1.7s;
  position: relative;
}

h2,
h3,
p,
figure,
a,
ul,
button {
  animation-name: slide;
  position: relative;
}

h2 {
  animation-duration: 2.2s;
  font-size: 40px;
  line-height: 42px;
  color: #d4b91c;
  font-weight: 800;
  font-family: Josefin Slab, Verdana, Geneva, Tahoma, sans-serif;
}
h3 {
  animation-duration: 2.3s;
  font-size: 30px;
  line-height: 32px;
  color: #ffd500;
  font-weight: 700;
  font-family: Josefin Slab, Verdana, Geneva, Tahoma, sans-serif;
}

#rechtstaandeLink {
  animation-duration: 0.7s;
}
#linksstaandeLink {
  animation-duration: 2.4s;
}

#doellijst {
  animation-duration: 2.5s;
}

#knoppen {
  animation-duration: 1.9s;
}

p {
  animation-duration: 2.4s;
  font-size: 20px;
  line-height: 26px;
  color: #080808;
  font-weight: 600;
  font-family: Josefin Slab, Verdana, Geneva, Tahoma, sans-serif;
  margin-bottom: 10px;
  hyphens: none;
  word-break: keep-all;
}
a {
  color: #ffd500;
}
a:visited {
  color: #ffd500;
}
a:hover {
  color: darkblue;
}

figure {
  animation-duration: 2.1s;
  float: right;
  margin: 0 20px 20px 0;
  max-width: 50%;
}
img {
  border-radius: 50px;
  border: double;
}
nav button,
footer button {
  border-radius: 50px;
  background: linear-gradient(to top, #835646, #ffd500);
  font-family: Josefin Slab, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 25px;
  box-shadow: 4px 4px 8px #080808;
}

button:hover {
  color: #ffffff;
  transition-duration: 1.1s;
}
li {
  font-size: 24px;
  line-height: 26px;
  color: #080808;
  font-weight: 500;
  font-family: Josefin Slab, Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 10px;
}
#activeButton {
  background: #080808;
  color: #ffffff;
  box-shadow: 4px 4px 8px #ffd500;
}
#activeButton:hover {
  top: 0px;
  transform: none;
  background-color: #080808;
}
#nonTransformButton {
  border-radius: 50px;
  animation-duration: 2.4s;
  background: #ffd500;
  font-size: 18px;
  margin-bottom: 10px;
}
#nonTransformButton:hover {
  top: 0px;
  background: #080808;
}
nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#mijnContactGegevens {
  position: fixed;
  bottom: 0;
  margin-left: 125px;
}

#logo {
  margin-top: -50px;
  width: 100px;
  float: left;
  animation-duration: 2.2s;
}
.footer {
  background-color: #080808;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5%;
  color: white;
  text-align: center;
}
