html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.custom {
  align-items: center;
  justify-content: space-between;
  background-color: #fafaf9;
  padding: 1rem;
  border-bottom: 0.2rem solid #6d8c8e;
  border-radius: 0.5rem;
  font-family: "Courier+Prime", monospace;
  font-weight: 400;
  display: flex;
  margin: 0.1rem;
}

.costum {
  width: 100%;
  height: 1rem;
  background-image: repeating-linear-gradient(
    90deg,
    #013d5a,
    #013d5a 0.5rem,
    #fafaf9 0.5rem,
    #fafaf9 1rem
  );
  border-radius: 1rem;
}
.bar {
  width: 100%;
  height: 1rem;
  background-image: repeating-linear-gradient(
    90deg,
    #013d5a,
    #013d5a 0.5rem,
    #fafaf9 0.5rem,
    #fafaf9 1rem
  );
  border-radius: 1rem;
}
.eigenfoto {
  display: inline-block;
  padding: 2rem;
  border: 0.2rem solid #6d8c8e;
  border-radius: 2rem;
  background-color: #fafaf9;
  box-shadow: 0.3rem 0.3rem 2rem #013d5a;
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: 0.5rem;
  font-family: "Courier+Prime", Courier, monospace;
  font-weight: 400;
}

.eigenfoto img {
  display: block;
  max-width: 100%;
  border-radius: 2rem;
}
section {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.beschrijving {
  flex: 1;
  font-family: "Courier+Prime", Courier, monospace;
  font-weight: 400;
}
body {
  background-color: #e3ecf1;
}
.in {
  display: inline-block;
  padding: 1.5rem;
  border: 0.2rem solid #6d8c8e;
  border-radius: 2rem;
  background-color: #fafaf9;
  box-shadow: 0.3rem 0.3rem 2rem #013d5a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
  font-family: "Courier+Prime", Courier, monospace;
  font-weight: 400;
  margin: 0.5rem;
}

.fotografie {
  padding-top: 3rem;
  border: 0.2rem solid #6d8c8e;
  border-radius: 3rem;
  box-shadow: 0.3rem 0.3rem 2rem #013d5a;
  font-family: "Courier+Prime", monospace;
  font-weight: 900;
  margin: 0.5rem;
}
.container1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
  background-color: #fafaf9;
}

.design {
  border: 0.2rem solid #6d8c8e;
  border-radius: 3rem;
  background-color: #fafaf9;
  box-shadow: 0.3rem 0.3rem 2rem #013d5a;
  font-family: "Courier+Prime", monospace;
  font-weight: 900;
  margin: 0.5rem;
}
.container2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
  background-color: #fafaf9;
}

.lijst {
  list-style-type: none;
  margin: 0rem;
  gap: 20rem;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.lijst li a {
  color: black;
  text-decoration: none;
  margin-bottom: 2rem;
}
.lijst:hover {
  color: #708c69;
  text-decoration: underline;
}
.logo {
  display: inline-block;
  padding: 3rem;
  border: 0.2rem solid #6d8c8e;
  border-radius: 3rem;
  background-color: #fafaf9;
  box-shadow: 0.3rem 0.3rem 2rem #013d5a;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
.meerinfo {
  flex: 1;
  font-family: "Courier+Prime", monospace;
  font-weight: 400;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0.5rem;
}
.deeltje {
  padding-top: 0.5rem;
}
.foto {
  display: flex;
  overflow-x: auto;
  gap: 2rem;
  padding: 2rem;
  background-color: #fafaf9;
  white-space: nowrap;
}
.foto img {
  height: 20rem;
  width: auto;
  object-fit: cover;
  border-radius: 0.1rem;
}
.voorbeelden {
  display: flex;
  overflow-x: auto;
  gap: 2rem;
  padding: 2rem;
  background-color: #fafaf9;
  white-space: nowrap;
}
.voorbeelden img {
  height: 20rem;
  width: auto;
  object-fit: cover;
  border-radius: 0.1rem;
}

.contact {
  display: inline-block;
  padding: 2rem;
  border: 0.2rem solid #6d8c8e;
  border-radius: 2rem;
  background-color: #fafaf9;
  box-shadow: 0.3rem 0.3rem 2rem #013d5a;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  font-family: "Courier+Prime", monospace;
  font-weight: 400;
  font-size: 1rem;
}
.form {
  display: inline-block;
  padding: 2rem;
  border: 0.2rem solid #6d8c8e;
  border-radius: 2rem;
  background-color: #fafaf9;
  box-shadow: 0.3rem 0.3rem 2rem #013d5a;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  font-family: "Courier+Prime", monospace;
  font-weight: 400;
  font-size: 1rem;
  margin: 0.5rem;
}
form {
  background-color: #ffffff;
  padding: 3rem;
  border: 0.2rem solid #013d5a;
  border-radius: 0.2rem;
  max-width: auto;
  margin: 3rem auto;
  font-family: "Courier+Prime", monospace;
}

label {
  display: block;
  margin-bottom: 2rem;
  font-weight: bold;
}

input,
textarea {
  width: 100%;
  padding: 2rem;
  margin-bottom: 1rem;
  border: 0.2rem solid #ccc;
  border-radius: 0.2rem;
}

button {
  background-color: #013d5a;
  color: white;
  padding: 2rem 3.1rem;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
}

button:hover {
  background-color: #6c9ca4;
}

.footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  place-items: center;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 0.2rem solid #6d8c8e;
  border-radius: 2rem;
  background-color: #fafaf9;
  box-shadow: 0.3rem 0.3rem 2rem #013d5a;
  font-family: "Courier+Prime", Courier, monospace;
  font-weight: 800;
  padding: 2rem;
  margin: 0.5rem;
}
.fcontent {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.copyright {
  margin: 0;
  font-size: 1rem;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.social-icons a img {
  width: 2rem;
  height: 2rem;
  transition: transform 0.3s ease-in-out;
}
.social-icons a img:hover {
  transform: scale(1.2);
}
.index {
  border: 0.1rem solid #013d5a;
  border-radius: 0.02rem;
  padding: 0.5rem;
}
.mij {
  border: 0.1rem solid #013d5a;
  border-radius: 0.02rem;
  padding: 0.5rem;
}
.con {
  border: 0.1rem solid #013d5a;
  border-radius: 0.02rem;
  padding: 0.5rem;
}
@media (max-width: 430px) {
  .custom {
    padding: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .lijst {
    flex-direction: column;
    gap: 1rem;
  }

  .foto img,
  .voorbeelden img {
    max-width: 100%;
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}

.logo,
.fotografie,
.design,
.contact,
.form {
  padding: 1.5rem;
  margin: 1rem;
  flex-direction: column;
  gap: 2rem;
}

@media (max-width: 1024px) {
  .custom {
    padding: 1.5rem;
    flex-direction: row;
  }

  .lijst {
    gap: 2rem;
  }

  .foto img,
  .voorbeelden img {
    height: 18rem;
  }

  .logo,
  .fotografie,
  .design,
  .contact,
  .form {
    padding: 2rem;
    margin: 1.5rem;
    flex-direction: row;
    gap: 2.5rem;
  }
}

@media (max-width: 1280px) {
  .custom {
    padding: 2rem;
    flex-direction: row;
  }

  .lijst {
    gap: 3rem;
  }

  .foto img,
  .voorbeelden img {
    height: 20rem;
  }

  .logo,
  .fotografie,
  .design,
  .contact,
  .form {
    padding: 2.5rem;
    margin: 1.5rem;
    flex-direction: row;
    gap: 3rem;
  }
}

@media (max-width: 1440px) {
  .custom {
    padding: 2rem;
    flex-direction: row;
  }

  .lijst {
    gap: 4rem;
  }

  .foto img,
  .voorbeelden img {
    height: 25rem;
  }

  .logo,
  .fotografie,
  .design,
  .contact,
  .form {
    padding: 3rem;
    margin: 2rem;
    flex-direction: row;
    gap: 4rem;
  }
}

@media (min-width: 1441px) {
  .custom {
    padding: 3rem;
    flex-direction: row;
  }

  .lijst {
    gap: 5rem;
  }

  .foto img,
  .voorbeelden img {
    height: 30rem;
  }

  .logo,
  .fotografie,
  .design,
  .contact,
  .form {
    padding: 3.5rem;
    margin: 2.5rem;
    flex-direction: row;
    gap: 5rem;
  }
}
