html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #ececec;
  width: 100vw;
}

p {
  font-family: "Roboto Flex", serif;
  font-size: 1.1rem;
  margin: 0.5rem;
  max-width: 45rem;
  text-align: center;
}

.center {
  text-align: center;
}

audio {
  margin-left: 8rem;
}

.graphic {
  border: 0.1rem solid black;
  height: 20rem;
}

.joga {
  border: 0.1rem solid black;
  height: 20rem;
}

header {
  background-color: black;
  padding: 1rem;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100vw;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size: 3.5rem;
  align-items: center;
}

.border:link,
.border:visited,
.border:active {
  text-decoration: none;
  color: #ececec;
  border: 0.2rem solid #ececec;
  padding: 0.4rem;
}

.border:hover {
  color: #2c2c54;
  border: 0.2rem solid #2c2c54;
}

h1 {
  font-size: 4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.8rem;
  font-family: "DM Serif Text", serif;
  text-align: center;
}

h2 {
  font-size: 3.5rem;
  margin: 1rem;
}

h3 {
  font-size: 3rem;
  text-decoration: 0.2rem underline;
  margin: 2rem;
  text-align: center;
}

.groen {
  color: black;
  font-family: "Shadows Into Light";
  font-size: 4.6rem;
}

.robot {
  font-family: "Silkscreen", sans-serif;
  font-size: 3rem;
}

.fancy {
  font-family: "Bad Script";
  font-size: 4.2rem;
}

.podcast {
  font-family: "Poor Story";
  font-size: 4.2rem;
}

.motion {
  font-family: "Barrio";
  font-size: 3.4rem;
}

.logo {
  height: 5rem;
}

.email:link,
.email:visited,
.email:active {
  text-decoration: none;
  color: black;
}

.email:hover {
  color: blue;
}

.flexbox-overmij {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mezelf {
  width: 30rem;
}

.icons {
  height: 5rem;
}

video {
  height: 25rem;
  align-items: center;
}

.grid-een {
  display: grid;
  justify-items: center;
}

.grid-twee {
  display: grid;
  grid-template-columns: auto auto;
  justify-items: center;
  column-gap: 1rem;
  row-gap: 1rem;
}

@media screen and (max-width: 1500px) {
  ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 3.2rem;
    align-items: center;
  }

  video {
    height: 20rem;
    align-items: center;
  }

  .joga {
    border: 0.1rem solid black;
    height: 19rem;
  }

  .graphic {
    border: 0.1rem solid black;
    height: 20rem;
  }

  .icons {
    height: 3.5rem;
  }

  .robot {
    font-family: "Silkscreen", sans-serif;
    font-size: 2rem;
  }

  .fancy {
    font-family: "Bad Script";
    font-size: 2.6rem;
  }

  .podcast {
    font-family: "Poor Story";
    font-size: 2.6rem;
  }

  .motion {
    font-family: "Barrio";
    font-size: 3.4rem;
  }

  .groen {
    color: #058556;
    font-family: "Shadows Into Light";
    font-size: 2.8rem;
  }

  h1 {
    font-size: 2.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.8rem;
    font-family: "DM Serif Text", serif;
    text-align: center;
  }

  h2 {
    font-size: 2.2rem;
    margin: 0.5rem;
  }

  h3 {
    font-size: 1.5rem;
    text-decoration: 0.2rem underline;
    margin: 2rem;
    text-align: center;
  }

  .logo {
    height: 5rem;
  }

  audio {
    margin-left: 2.5rem;
  }

  html,
  body {
    overflow: auto;
  }
}

@media screen and (max-width: 1100px) {
  ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 3rem;
    align-items: center;
  }

  video {
    height: 20rem;
    align-items: center;
  }

  .joga {
    border: 0.1rem solid black;
    height: 19rem;
  }

  .graphic {
    border: 0.1rem solid black;
    height: 20rem;
  }

  .icons {
    height: 3rem;
  }

  .robot {
    font-family: "Silkscreen", sans-serif;
    font-size: 2rem;
  }

  .fancy {
    font-family: "Bad Script";
    font-size: 2.6rem;
  }

  .podcast {
    font-family: "Poor Story";
    font-size: 2.6rem;
  }

  .motion {
    font-family: "Barrio";
    font-size: 3.4rem;
  }

  .groen {
    color: #058556;
    font-family: "Shadows Into Light";
    font-size: 2.8rem;
  }

  h1 {
    font-size: 2.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.8rem;
    font-family: "DM Serif Text", serif;
    text-align: center;
  }

  h2 {
    font-size: 2.2rem;
    margin: 0.5rem;
  }

  h3 {
    font-size: 1.5rem;
    text-decoration: 0.2rem underline;
    margin: 2rem;
    text-align: center;
  }

  .logo {
    height: 4rem;
  }

  audio {
    margin-left: 0rem;
  }

  html,
  body {
    overflow: auto;
  }
}

@media screen and (max-width: 600px) {
  ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 1.5rem;
    align-items: center;
  }

  video {
    height: 10rem;
    align-items: center;
  }

  .joga {
    border: 0.1rem solid black;
    height: 9rem;
  }

  .graphic {
    border: 0.1rem solid black;
    height: 10rem;
  }

  .icons {
    height: 2.5rem;
  }

  .robot {
    font-family: "Silkscreen", sans-serif;
    font-size: 1.5rem;
  }

  .fancy {
    font-family: "Bad Script";
    font-size: 2.1rem;
  }

  .podcast {
    font-family: "Poor Story";
    font-size: 2.1rem;
  }

  .motion {
    font-family: "Barrio";
    font-size: 1.7rem;
  }

  .groen {
    color: #058556;
    font-family: "Shadows Into Light";
    font-size: 2.3rem;
  }

  h1 {
    font-size: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.8rem;
    font-family: "DM Serif Text", serif;
    text-align: center;
  }

  h2 {
    font-size: 1.7rem;
    margin: 1rem;
  }

  h3 {
    font-size: 1.5rem;
    text-decoration: 0.2rem underline;
    margin: 2rem;
    text-align: center;
  }

  .logo {
    height: 2.5rem;
  }

  audio {
    margin-left: 0rem;
  }
}
