/* .main-container {  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1.7fr 0.3fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    height: fit-content;
    min-height: 100vh;
    grid-template-areas:
      "content content content"
      "content content content"
      "footer footer footer";
  } */
  .home-container {  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture"
      "info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture"
      "info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture"
      "info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture"
      "info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture"
      "info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture info-profilepicture"
      "social-links social-links social-links social-links social-links social-links social-links social-links";
  }
  
  .info-profilepicture { grid-area: info-profilepicture; }
  
  .social-links { grid-area: social-links; }
  
  
  @font-face {
    font-family: mainfont;
    src: url(fonts/Quicksand-VariableFont_wght.ttf);
  }
  @font-face {
    font-family: zendots;
    src: url(fonts/ZenDots-Regular.ttf);
  }
    @font-face {
    font-family: zenmaru;
    src: url(fonts/ZenMaruGothic-Light.ttf);
  }
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    background-image: url(images/backgroundtry4.png);
    background-position: bottom right;
    background-size: 75%;
    background-color: black;
    background-repeat: no-repeat;
    margin: 0;
    overflow: scroll;
  }
  
  .main-container {
    flex: 1;
  }
  a {
    text-decoration: none;
  }
  ::-webkit-scrollbar {
    display: none;
}

  
  .content { grid-area: content; }
  
  .footer { grid-area: footer; }
  
  .header   {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-area: header;
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 1rem;
    padding: 0;
    height: 4rem;
    border-bottom: 2px solid rgb(178, 0, 0);
  }
  .logo {
    display: flex;
    justify-content: flex-end;
  }
  #main-logo    {
    width: auto;
    height: 5rem;
    margin: 0;
    padding: 0;
  }
  .links {
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 2rem;
  }
    .links a {
        color: #fff;
        text-decoration: none;
        padding: 0 1rem;
        font-weight: 400;
        font-family: mainfont;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .links a:hover {
        color: #fff;
        text-decoration: underline;
        color: rgb(178, 0, 0);
        transition: 300ms;
    }
    .button-container {
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap;
      width: fit-content;
      height: auto;
    }
    .link-buttons hr  {
      border: 1px #880000 solid;
      border-radius: 1px;
      margin-top: 2rem;
    }
    .button p {
      font-size: 1.5rem;
      font-family: mainfont;
      font-weight: 400;
      text-decoration: none;
    }
    .button-container a {
      text-decoration: none;
    }
  
  .button-landingpage {
    align-items: center;
    background-image: linear-gradient(144deg,#a00000, #0F0F0F,#0F0F0F, #a00000);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(82, 0, 0, 0.466) 0 0px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: mainfont;
    font-size: 1.5rem;
    justify-content: center;
    line-height: 1rem;
    max-width: 5vw;
    min-width: 170px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: 200ms;
    margin-right: 4vw;
    margin-top: 5vh;
  }
  
  .button-landingpage {
    font-size: 1.5rem;
    min-width: 220px;
  }
  
  .button-landingpage img {
    margin-left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .button-landingpage:active,
  .button-landingpage:hover {
    outline: 0;
    scale: 1.05;
    font-size: 1.6rem;
  }
  
  .button-landingpage span {
    background-color: rgb(20, 20, 20);
    padding: 1rem;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
  }
  
  .button-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .button-landingpage:hover span {
    background: none;
  }
  .content  {
    overflow-x: hidden;
  }
    .about-content  {
      display: flex;
      overflow-x: hidden;
      height: 100vh;
      width: 100vw;
    }

    .home-container {
      height: 100%;
      width: 100%;
    }
    #profile-picture {
      width: 60%;
      min-width: 20rem;
      height: auto;
      border-bottom: 3px solid rgb(178, 0, 0);
    }
    .profile-picture-desk {
      position: relative;
      left: 10%;
    }
    .homepage-info  {
      display: flex;
      min-width: 17.5rem;
      flex-direction: column;
      justify-content: flex-start;
      margin-left: 10rem;
    }
    .homepage-info h1 {
      color: #b10000;
      font-family: zendots;
      font-size: 4rem;
      margin: 0;
    }
    .homepage-info h2 {
      color: white;
      font-family: mainfont;
      font-weight: 400;
      font-size: 2rem;
      margin-top: .5rem;
    }
    .homepage-info p {
      color: white;
      font-family: mainfont;
      font-weight: 400;
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      margin-top: 0.5rem;
    }
    .info-profilepicture  {
      display: flex;
      margin-top: 4rem;
      justify-content: space-between;
      flex-direction: row-reverse;
    }
    .social-links {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
      margin-top: 10rem;
      position: bottom left;
    }
    .social-links h3  {
      color: white;
      font-family: mainfont;
      font-weight: 400;
      font-size: 1.5rem;
      margin: 0;
    }
    #social-icon  {
      width: 3rem;
      height: auto;
      margin-left: 1rem;
      margin-right: 1rem;
    }
    .overmij-text {
      margin-left: 2rem;
      margin-top: 2rem;
      width: 50vw;
    }
    .overmij-text h1  {
      color: #a00000;
      font-family: zendots;
      font-size: 2.5rem;
      margin: 0;
      margin-top: 1rem;
    }
    .overmij-text p {
      color: white;
      font-family: mainfont;
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
    }
    .overmij-text hr {
      width: 100%;
      margin-left: 0;
      margin-top: 0;
      margin-bottom: 0;
      border: rgb(178, 0, 0) solid 1px;
    }
    .contact  h1  {
      color: white;
      font-family: zendots;
      margin-left: 2rem;
      margin-top: 2rem;
    }
    .contact  h2  {
      margin-left: 2rem;
      margin-right: 2rem;
      color: white;
      font-family: mainfont;
      font-weight: 400;
      font-size: 1.5rem;
    }
    .tile-container {
      display: flex;
      flex-wrap: wrap;
      margin: 3rem;
      border-radius: .5rem;
      justify-content: center;
      height: fit-content;
    }
    .tile {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      overflow: hidden;
      margin: 3rem;
      width: 20rem;
      height: 20rem;
      border: rgba(178, 0, 0, 0.5) solid 2px;
      background-color: #000000;
      border-radius: 1rem;
    }
    .tile img {
      width: 70%;
      height: auto;
      transition: filter 0.3s;
      margin: 1rem;
    }
    .text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      font-weight: 600;
      opacity: 0;
      transition: opacity 0.3s;
      font-family: mainfont;
      text-align: center;
      width: 80%;
    }
    .projecten-text {
      /* display: flex; */
      margin-left: 5rem;
      margin-right: 5rem;
      flex-direction: column;
    }
    .projecten-text h1  {
      color: #a00000;
      font-family: zendots;
      font-weight: 1000;
      font-size: 3rem;
      margin: 0;
      margin-top: 1rem;
    }
    .projecten-text h2 {
      color: white;
      text-decoration: underline #b10000;
      font-family: zendots;
      font-weight: 1000;
      font-size: 2rem;
      margin: 0;
      margin-top: 1.5rem;
    }
    .projecten-text p {
      color: white;
      font-family: zenmaru;
      font-weight: 1000;
      font-size: 1.5rem;
      margin: 0;
      margin-top: 1rem;
    }
    .projecten-text hr  {
      border: 1.5px solid rgb(178, 0, 0);
    }
    .tile:hover img {
      filter: blur(5px);
      filter: brightness(40%);
    }
    
    .tile:hover .text {
      opacity: 1;
    }

    @media(min-width: 800px)  {
      .mobile-homepage  {
        display: none;
      }
      .mobile-burger-menu {
        display: none;
      }
      .profile-picture-mobile {
        display: none;
      }
      body {
        overflow: hidden;
        background-image: url(images/backgroundtry4.png);
        background-size: 40%;
        background-color: black;
        background-position: bottom right;
        background-repeat: no-repeat;
        margin: 0;
        width: 100vw;
        height: fit-content;
        min-height: 100vh;
        overflow: scroll;
      }
    }


    @media(max-width: 800px) {
      .home-container {
        display: none;
      }
      .main-container {
        display: none;
      }
      .info-profilepicture  {
        display: none;
      }
      #homepage-profilepicture  {
        display: none;
      }
      .links {
        display: none;
      }
      .logo {
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;
      }
      #main-logo    {
        width: 10rem;
        height: auto;
        margin: 0;
        padding: 0;
      }
      .hamburger-menu {
        display: flex;
        justify-content: right;
      }
      .mobile-homepage  {
        display: flex;
        flex-direction: column;
        justify-content: left;
        margin: 1rem;
        overflow-x: hidden;
      }
      .mobile-homepage h1  {
        color: #b10000;
        font-family: zendots;
        text-decoration: none;
        font-size: 1.8rem;
        margin-bottom: .5rem;
        margin-top: 0;
      }
      .mobile-homepage h2 {
        color: white;
        font-family: zendots;
        font-size: 1.2rem;
        margin: 0;
        margin-bottom: 0.5rem;
      }
      .mobile-homepage p {
        color: white;
        font-family: mainfont;
        text-decoration: none;
        font-size: 1rem;
        margin-bottom: 0.5rem;
        text-align: left;
      }
      .contact h1 {
        color: white;
        font-family: mainfont;
        font-size: 2rem;
        margin: 0;
      }
      #mobile-homepage-profilepicture {
        max-width: 20rem;
        height: auto;
        border-bottom: 3px solid rgb(178, 0, 0);
      
      }
      .content  {
        display: none;
      }
      .mobile-homepage hr {
        width: 100%;
        margin-left: 0;
        margin-top: .5rem;
        margin-bottom: .5rem;
        border: rgb(178, 0, 0) solid 1px;
      }
      .about-content  {
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100vw;
      }
    #mobile-images  {
      width: 70vw;
      height: auto;
      max-width: 20rem;
    }
    #mobile-images-flat {
      width: 70vw;
      height: auto;
      max-width: 20rem;
      margin-top: 4rem;
      margin-bottom: 4rem;
    }
    .mobile-tile h1 {
      text-decoration: none;
    }
    .mobile-tile-image  {
      display: flex;
      justify-content: center;
      text-align: center;
      margin: 1rem;
    }
    .mobile-tile-line hr {
      border:  2px solid rgb(178, 0, 0);
      width: 100%;
    }
    .projecten-head-text-mobile {
      display: flex;
      flex-direction: column;
      margin-bottom: 1rem;
      border-bottom: rgb(178, 0, 0) solid 2px;
    }
    .mobile-social-link {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
    }
    .mobile-social-link h3 {
      color: white;
      font-family: mainfont;
      font-size: 1rem;
      margin: 0;
    }
    #menu__toggle  {
      display: none;
    }
    .content-text-desk  {
      display: none;
    }







---------------------------------------------------------------------------




#menu{
	position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
	right:-100px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	a{
		text-decoration:none;
		color:#333;
		font-size:15px;
		transition: color 0.3s ease;
		&:hover{
			color: tomato;
		}
	}
	a{
		padding: 10px 0;
  		font-size: 22px;
	}
}








.burger {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.burger > a {
  align-items: center;
  margin: 0 1rem;
  overflow: hidden;
  font-family: mainfont;
  font-size: 1.4rem;
  text-decoration: none;
}


.burger-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

#burger-toggle {
  display: none;
}

.burger-button,
.burger-button::before,
.burger-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.burger-button::before {
  content: '';
  margin-top: -8px;
}

.burger-button::after {
  content: '';
  margin-top: 8px;
}

#burger-toggle:checked + .burger-button-container .burger-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#burger-toggle:checked + .burger-button-container .burger-button {
  background: rgba(255, 255, 255, 0);
}

#burger-toggle:checked + .burger-button-container .burger-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 800px) {
  .burger-button-container {
    display: flex;
  }
  .burger {
    position: absolute;
    top: 0;
    margin-top: 9vh;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #burger-toggle ~ .burger a {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #burger-toggle:checked ~ .burger a {
    border: 1px solid rgb(178, 0, 0);
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .burger > a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #000000ee;
  }
  .burger > a:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
}