@import url("https://fonts.googleapis.com/css2?family=Delius+Unicase:wght@700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@1&display=swap");


:root {
  --main-color-new:#47064b;
  --main-color:#c0221a;
}


* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
}

img {
  max-width: 100%;
}

.flex-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.push {
  width: 40%;
}

.hide-on-bigstoef-screen-voor-sjoerd {
  display: none;
}

nav ul li a {
  text-decoration: none;
  color: black;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
}

nav ul li {
  margin-top: 10px;
  /* display: inline-block; */
  padding: 0 10px;
}

nav ul li img {
  width: 20px;
}

nav ul button {
  background:  var(--main-color);
  height: 45px;
  width: 160px;
  border: none;
  border-radius: 25px;
  color: white;
}

.banner {
  text-align: center;
  margin-top: 50px;
  width: 100%;
}

h1 {
  color: var(--main-color);
  font-family: 'Cormorant Garamond', serif;
  font-size: 5em;
  font-weight: 100;
}

h2 {
  font-weight: 100;
  font-size: 3em;
  font-family: 'Cormorant Garamond', serif;
}

h3 {
  font-weight: 100;
  font-size: 2em;
  font-family: 'Cormorant Garamond', serif;
}

p {
  margin-bottom: 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 100;
}

.over-ons {
  margin-top: 25px;
  margin-bottom: -140px;
  padding: 25px;
  text-align: center;
  background: var(--main-color);
  width: 100%;
  color: white;
}

.boukje-avatar {
  width: 450px;
  max-width: 90%;
  margin: auto;
  margin-top: -200px;
}

.boukje-footer {
  width: 450px;
  max-width: 90%;
  margin: auto;
}


.over-ons-info {
  width: 100%;
  max-width: 750px;
  margin: auto;
  margin-bottom: 30px;
}

.spacer {
  width: 100%;
}

.spacer img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  height: 500px;
}

.spacer h2 {
  margin-top: -300px;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: 200;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}



.boukje {
  width: 600px;
  background-color: #f3efef;
}


.contact {
  background: #f3efef;
  width: 370px;
  max-width: 90%;
  border-radius: 10px;
  padding: 15px 0 10px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 100;
  text-align: center;
}

.contact a {
  color: black;
}

.contact img {
  width: 30px;
}

input,
textarea {
  width: 70%;
  height: 30px;
  border: none;
  border-bottom: 1px solid black;
  background-color: #f3efef;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

textarea {
  height: 100px;
  font-size: 15px;
}

input#bericht {
  height: 70px;
}

form button {
  background: black;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  width: 70%;
  height: 50px;
}

/* HIER BEGIND WAT KOST HET */

.topper {
  display: flex;
  justify-content: center;
  background: #c28f21;
  width: 100%;
  margin-top: 100px;
  padding: 50px;
}

.prijzen {
  display: flex;
  width: 100%;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 15%;
  margin-right: 15%;
}

.prijzen1,
.prijzen2,
.prijzen3,
.prijzen4 {
  min-width: 350px;
  flex: 40%;
  margin: 40px 0 60px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* hier begint mogelijkheden */

.over-ons-banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
  margin: 50px 0 50px 0;
}

/* HIER BEGINT MOGELIJKHEDEN */

.mogelijkheden-banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
  margin: 50px 0 50px 0;
}

.mogelijkheden {
  text-align: center;
  width: 80%;
  margin: auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 100;
  margin-bottom: 20px;
}

.mogelijkheden li {
  list-style-type: none;
}

.mogelijkheden h2 {
  margin: 30px 0 30px 0;
}

.mogelijkheden ul {
  text-align: left;
  margin-left: 22%;
  margin-bottom: 50px;
}

/* HIER KOMT GALLERRIE */

.gal-info {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  margin-top:50px;
}

.masonry-container {
  margin: auto;
  margin-top: 10px;
  padding: 10px;
}

.column p {
  background: var(--main-color);
  padding: 20px;
  color: white;
  border-radius: 10px;
  margin: 10px 5px 15px 5px;
  text-align: center;
  border: 1px solid rgb(151, 151, 151);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 90;

}

.column img {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.masonry {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: stretch;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: stretch;
  flex-grow: 1;
  gap: 20px;
}

.col-padder{
  padding: 6px;
}

.tile {
  margin: 4px;
}

img {
  border-radius: 10px;
  width: 100%;
  max-width: 1000px;
}

.column {
  flex: 25%;
}

/* HIER KOMT HAMBURGER */

@media (max-width: 1500px) {
  .column {
    flex: 25%;
  }
}

@media (min-width: 701px) {
  nav ul li {
    display: inline-block;
  }
}

@media (max-width: 1000px) {
  .column {
    flex: 33%;
  }
}

nav ul li {
  display: inline-block;
}

@media (max-width: 700px) {
  .column {
    flex: 100%;
  }

  .links1 {
    display: none;
  }

  .topper .rechts1 {
    width: 90%;
  }

  /* HIER KOMT MENU HAMBURGER 1 EURO */

  /* positie hamburger */
  nav {
    position: fixed;
    right: 80px;
    top: -10px;
  }

  nav ul li {
    display: block;
  }

  #menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
  }

  #menuToggle a {
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
  }

  #menuToggle a:hover {
    color: var(--main-color);
  }

  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
  }

  

  /*
 * Just a quick hamburger
 */
  #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #cdcdcd;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }

  /*
 * But let's hide the middle one.
 */
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
 * Ohyeah and the last one should go the other direction
 */
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /*
 * Make this absolute positioned
 * at the top left of the screen
 */
  #menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -250px;
    padding: 50px;
    padding-top: 125px;

    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  #menu li {
    padding: 10px 0;
    font-size: 22px;
  }

  /*
 * And let's slide it in from the left
 */
  #menuToggle input:checked ~ ul {
    transform: none;
  }

  /* HIER STOPT MENU HAMBUERGER 1 EURO */
}

@media screen and (max-width: 1000px) {
  /* HOME  */

  h1 {
    font-size: 3.5em;
  }
  
  h2 {
    font-size: 2em;
  }

  
  .boukje {
    width: 100%;
    margin-bottom: 50px;
  }


  /* GALLERIE  */

  #portfolio {
    width: 100%;
    height: 6650px;
    background: #ffffff;
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, minmax(400px, 1fr));
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 2px;
    margin: auto;
  }

  .project {
    position: relative;
    background: #f2dad7;
    overflow: hidden;
    margin: 20px;
    width: 100%;
    max-width: 1400px;
  }

  .project__image {
    /* height: 370px; */
    /* margin-left: -50%; */
    max-width: 100%;
    max-height: 100%;
  }

  
}
