html {
  box-sizing: border-box;
}
*,
*:before *:after {
  box-sizing: inherit;
}
html {
  font-size: 16px;
}

header {
  background-color: #c8a2c8;
}
body {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7553615196078431) 0%,
    rgba(200, 162, 200, 0.9878545168067226) 52%,
    rgba(255, 228, 196, 1) 78%
  );
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
}

footer {
  background-color: black;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: sticky;
}

footer p {
  color: white;
}
footer h2 {
  color: white;
}
.responsive-header,
.responsive-main {
  width: 100%;
  height: 100%;
}

.header-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}

a:link {
  color: bisque;
}
a:visited {
  color: bisque;
}
a:hover {
  color: black;
}
a:active {
  color: blue;
}
.active-page {
  color: white;
  width: 100%;
}

.introtext {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}

.projectphotography,
.projectmusic,
.projectvlog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
}

.firstpicture,
.secondpicture,
.firstvideo,
.secondvideo,
.thirdvideo {
  display: block;
  margin: auto;
  width: 100%;
}

.sofwares {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 1rem;
  width: 6vw;
  height: 10vh;
  width: 100%;
}

.instagram,
.facebook {
  width: 100%;
  border-radius: 50%;
  border: 1rem;
  width: 6vw;
  height: 10vh;
}

.about-me-foto {
  border-radius: 50%;
  border: 1rem;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;

  width: 37vw;
  height: 31vw;
}
.aboutme-tekst-foto {
  display: flex;
  flex-direction: row;
  padding: 2rem;
  gap: 1rem;
}

.contactconnect {
  text-align: left;
}
.send-a-mail {
  color: bisque;
}
.email-box {
  padding: 2rem;
}

h1 {
  color: black;
  font-family: "Times New Roman";
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1rem;
}

h2 {
  color: bisque;
  font-family: "Times New Roman";
  font-size: 2.5rem;
  background-color: black;
  padding: 1rem;
  text-align: center;
}
h3 {
  color: black;
  font-family: "Times New Roman";
  font-size: 2rem;
  padding: 1rem;
}

p {
  color: black;
  font-family: "Times New Roman";
  font-size: 1.5rem;
  text-align: left;
  padding-top: 1.5rem;
  padding-bottom: 5rem;
}

li {
  list-style-type: none;
}
a {
  list-style: none;
}

@media only screen and (max-width: 430px) and(max-height:932px) and(orientation:landscap) {
  .responsive-homepage {
    width: 100;
  }
  .header-navigation {
    width: 100%;
  }
  p,
  h1,
  h2,
  h3 {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and(min-height:1366px) and(orientation:landscap) {
  .responsive-homepage {
    width: 100;
  }
  .header-navigation {
    width: 100%;
  }
  p,
  h1,
  h2,
  h3 {
    width: 100%;
  }
}

@media only screen and (min-width: 1280px) and(min-height:720px) {
  .responsive-homepage {
    width: 100;
  }
  .header-navigation {
    width: 100%;
  }
  p,
  h1,
  h2,
  h3 {
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) and(min-height:1024px) {
  .responsive-homepage {
    width: 100;
  }
  .header-navigation {
    width: 100%;
  }
  p,
  h1,
  h2,
  h3 {
    width: 100%;
  }
}
