@font-face {
  font-family: montserratreg;
  src: url(../assets/fonts/Montserrat-Regular.woff2);
}

@font-face {
  font-family: montserratbold;
  src: url(../assets/fonts/Montserrat-SemiBold.woff2);
}

@font-face {
  font-family: protest;
  src: url(../assets/fonts/ProtestRevolution-Regular.woff2);
}

@font-face {
  font-family: sierlijk;
  src: url(../assets/fonts/EduAUVICWANTArrows-SemiBold.woff2);
}

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
  margin: 0;
}

body {
  background-color: #efe7db;
  font-family: montserratreg;
  margin: 1.8rem;
  box-sizing: border-box;
  width: 100vw;
  padding: 0;
  overflow-x: hidden;
}

.rem {
  margin-bottom: 4rem;
}

h1 {
  font-family: sierlijk;
  color: #79553d;
  font-size: 3rem;
  margin: 0;
  margin-left: -10rem;
}

h2 {
  padding-top: 2.5rem;
  padding-bottom: 1.8rem;
  font-family: montserratbold;
  color: #79553d;
  text-decoration: underline;
  font-size: 1.7rem;
}

h3 {
  color: #79553d;
  font-family: montserratbold;
  padding-bottom: 1.8rem;
  font-size: 1.5rem;
  margin-left: 2rem;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border: 0.2rem solid #79553d;
  margin-right: 4rem;
  margin-bottom: 2rem;
}

.logoovermij {
  margin-left: -45rem;
}

main {
  flex: 1;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

li::before {
  text-indent: 1rem;
  content: "❤";
  color: #79553d;
  padding-right: 1rem;
  font-size: 1rem;
  padding-left: 1rem;
}

.linken {
  text-decoration: none;
  color: black;
  padding: 1rem;
  font-size: 1.2rem;
}

.linken:hover {
  text-decoration: underline;
  font-family: montserratbold;
}

p {
  padding-bottom: 2rem;
  font-size: 1rem;
}

.fotografie {
  margin-left: 2rem;
}

.fotoover {
  display: grid;
  grid-template-columns: repeat(4, 3fr);
  gap: 1rem;
  width: 100vw;
  margin-bottom: 6rem;
}

.footer {
  background-color: #79553d;
  color: #efe7db;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: -1.8rem;
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  margin-bottom: -2rem;
}

.fontfooter {
  font-size: 1.2rem;
  font-family: montserratbold;
}

.grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100rem;
}

.fotomij {
  max-width: 100%;
  border-radius: 0.6rem;
  margin-right: 5rem;
}

.grid .fotomij {
  flex: 1 1 40%;
  max-width: 4800rem;
  text-align: center;
}

.fotomij {
  height: 20rem;
  width: auto;
}

.socialemedia {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 6rem;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-bottom: 3rem;
}

.icoon:hover {
  transform: scale(2);
  box-shadow: 0rem 0.4rem 0.8rem rgba(0, 0, 0, 0.2);
}

.mail {
  display: inline-block;
  text-align: center;
  margin-top: 2rem;
  font-size: 1.2rem;
  text-decoration: none;
  color: #79553d;
  border: 0.2rem solid #79553d;
  padding: 0.8rem 2rem;
  border-radius: 0.5rem;
}

.mail:hover {
  background-color: #79553d;
  color: #efe7db;
  box-shadow: 0rem 0.4rem 0.8rem #79553d;
}

.tekstcontact {
  line-height: 0.1rem;
}

.fran {
  height: 20rem;
  width: 20rem;
  object-fit: cover;
  border-radius: 1rem;
}

.fotos {
  padding-top: -5rem;
  padding-bottom: 3rem;
}

.fran:hover {
  box-shadow: 0rem 1rem 1rem #79553d;
}

.gsmfooter {
  position: relative;
  bottom: -26rem;
}

/* Iphone 14 pro max*/
@media screen and (max-width: 500px) {
  header {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 4rem;
    margin: 1rem;
    margin-left: -1rem;
  }

  .welkom {
    line-height: 0.1rem;
  }

  h1 {
    margin: 0;
    margin-left: -10;
    font-size: 2.3rem;
  }

  .welkom,
  .fotografie {
    line-height: 1rem;
    word-wrap: break-word;
    margin-left: 0rem;
    padding: 0.3125rem;
    margin-right: 2rem;
  }

  .fotoover {
    overflow-x: scroll;
  }

  h3 {
    font-size: 1.125rem;
    text-align: left;
    margin-left: 0rem;
  }

  .grid {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem;
    margin-right: 3rem;
  }

  .fotos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -3.5rem;
  }

  .footerover {
    margin: 0;
  }

  footer {
    margin: 0 auto;
    padding: 1rem;
    width: 100%;
  }

  .tekstcontact {
    line-height: 1.5;
    margin: 0;
    width: 100vw;
    padding: 0 1rem;
  }

  .socialemedia {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
}

/* Landscape: Ipad Pro */
@media screen and (max-width: 1366px) and (max-height: 1024px) {
  .welkom,
  .fotografie {
    margin-right: 3rem;
  }

  header {
    margin-right: 0, 4rem;
  }

  footer {
    margin-right: 5rem;
  }

  .fotos {
    margin-top: 3rem;
    display: flex;
    justify-content: space-around;
  }

  .fotomij {
    margin-right: 0, rem;
  }
}

/* Portrait: Ipad Pro */
@media only screen and (min-width: 834px) and (max-width: 1024px) and (orientation: portrait) {
  .welkom,
  .fotografie {
    margin-right: 4rem;
  }

  footer {
    margin-right: 5rem;
  }
}

/* Laptop */
@media screen and (max-width: 1280px) and (max-height: 720px) {
  footer {
    margin-right: 5rem;
  }
}

/* Desktop */
@media (max-width: 1440px) and (max-height: 1024px) {
  body {
  width: 100%;
  overflow-x: hidden;
}
}