@font-face {
    font-family: 'alexa' ;
    src: url(../fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf);
}

:root {
  --groen: #ffffff;
  --wit: #000000;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* border: red solid 1px; */
}

body {
    background-color: var(--groen);
    font-family: alexa, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

header{
  margin-top: 20px;
    margin-bottom: 30px;
    color: var(--wit);
}

header img{
  height: 50px;
  display: flex;
  justify-content: left;
  margin-right: 5px;
}

ul {
  position: relative;
    list-style-type: none;
    margin: 0;
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #90d39400;
    border: 1px solid transparent;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    z-index: 0;
  }
  
  li {
    display: flex;
    justify-content: right;
    padding: 0px 1vw;
    
  }
    
  li a {
    display: block;
    color: var(--wit);
    text-align: right;
    padding: 1vw 1.5vw;
    text-decoration: none;
    transition: all cubic-bezier(0.86, 0.41, 0, 1) 0.3s;
    border-radius: 5px;
  }
  
  li a:hover {
    display: block;
    color: #ffffff;
    padding: 1vw 1.5vw;
    text-decoration: none;
    background-color: #000000;
    border-radius: 30px;
  }

  .image{

    display: flex;
    justify-content: center;
  }

  nav{
    position: sticky;
    top: 0;
    background-color: var(--groen);
  }

  h1{
    color: var(--wit);
    display: flex;
    justify-content: center;
    font-size: 5vw;
    margin-top: 50px;
    margin-bottom: 150px;

    color: #000;

text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
-webkit-text-stroke-width: 0.3px;
-webkit-text-stroke-color: #000;
font-family: "Abril Fatface";
font-size: 100px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }

  .blok1{
    height: 810px;
background: linear-gradient(180deg, #FFF 41.5%, #000 30%);
  }

  

  h2{
    font-size: 10vw;
    color: var(--groen);
    display: flex;
    justify-content: center;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
-webkit-text-stroke-width: 0.3px;
-webkit-text-stroke-color: #000;
font-family: "Abril Fatface";
font-size: 100px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 100px;
  }

  h3{
    display: flex;
    justify-content: center;
text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
-webkit-text-stroke-width: 0.3px;
-webkit-text-stroke-color: #000;
font-family: "Abril Fatface";
font-size: 90px;
font-style: normal;
font-weight: 400;
line-height: normal;

    background: linear-gradient(180deg, #000 59.13%, #FFF 63.94%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 150px;
  }


  p{
    color: var(--wit);
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 5px;
    margin-left: 50px;
    margin-right: 50px;
  }

  footer {
    width: 100%;
    margin:auto;
    text-align: center;
    margin-top: 10px;
    bottom: 0;
    background-color: #00000000;
    color: var(--groen);
  }

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 4px;
}


.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}


@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
