h1, h2 , h3 {
  font-family: 'Krona One', sans-serif;
}

h2{
  font-size: 3em;
}

h4,h5,p {
  font-family: 'Manuale', serif;
}

header{
width: 100%;
height: 60px;
background-color: rgb(255, 255, 255);
border-radius: 1px;
border-color: black;
border: solid;
display: flex;
justify-content: space-between;
position: fixed;
z-index: 3;
}

#logo{
   width: 330px;
   position: absolute;
   top: 50%;
   left: 50%;
   Transform: translate(-50%,-50%)
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;

  }
  
.overlay {
    position: absolute;
    height: 125vh;
    width: 1260px;
    z-index: 2;
    margin-left: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.overlay h2 {
  color: white;
  font-size: 7em;
}
  
.image1 {
  position: relative;
  width: 100%;
  top: -50px;
}


.menu {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  margin-left: 50px;
} 

.menu img {
width: 50px;
}

.menu h4{
font-size: 50px;
margin-bottom: 10px;

}

li{
font-family: 'Manuale', serif;
font-size: 2em;
}

header ul{
 width: 340px;
display: flex;
margin-right: 40px;
align-items: center;
justify-content: space-between;
}


main{
width: 1040px;
padding-top: 64px;
margin: auto;
/* padding-bottom: 5em; */
}

.line-box{
height: 120px;
width: 100%;
position: relative;


}

.line-hor{
width: 1200px;
height: 1px;
background-color: black;
margin-bottom: 5em;
margin: auto;
position: absolute;
top: 50%;
left: 50%;
Transform: translate(-50%,-50%)
}

.featured-header{
  margin-bottom: 3.5em;
}

.featured-header h3{
  margin-bottom: 0em;
  font-size: 3em;
}

.featured-header h4{
  font-size: 1.4em;
}

.article-container{
display: flex;
margin: auto;
margin-bottom: 2em;
height: 550px;
width: 100%;
justify-content: space-evenly;
gap: 80px;
}

.line-box-vert{
width: 33px;
height: 500px;
position: relative;
}

.line-vertical{
  width: 1px;
  height: 500px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  Transform: translate(-50%,-50%)
}

.article{
height: 500px;
width: 600px;
display: flex;
justify-content: space-between;
flex-direction: column;
}

.article-banner{
  margin-bottom: 2em;
}

.article h4{
margin-bottom: 1em;
font-size: 2em;
}

.article p{
  margin-bottom: 1em;
  font-size: 1.5em;
}

.article h5{
top: 97.5%;

}

.read-article{
  width: 200px;
}
.read-article:hover{
  scale: 105%;
}

.email-container{
  display: flex;
  height: 300px;
  width: 100%;
  background-color: black;
  justify-content: space-between;
  padding: 2em;
  margin: auto;
}

.email-container img{
  width: 240px;
}

.email-container h3{
  color: white;
  font-size: 2em;
  text-align: left;
  margin-top: 3em;
  margin-left: 1em;
  width: 50%;
  line-height: 1.2em;

}

.subscribe-container{
  margin-top: 4.5em;
  margin-right: 3em;
}
.subscribe-container h5{
  height: 20px;
  width: 500px;
  color: white;
  font-family: 'Krona One', sans-serif;
}

.subscribe-container img:hover{
  scale: 105%;
}

.white-bar{
height: 50px;
width: 375px;
background-color: white;
}

h2{
margin-bottom: 1.5em;
}

.store-container{
display: flex;
height: 500px;
justify-content: center;
}

.store-block{
  width: 240px;
  margin: 1.4em;
  height: 410px;
  background-color: white;
  filter: drop-shadow(2px 0px 6px black);
}

.store-block:hover{
  scale:110%;
  filter: drop-shadow(3px 3px 3px black);
}

.store-block img{
  margin-bottom: 1em;
}

.small-line{
 width: 1px;
 background-color: black;
 height: 360px;
 margin-top: 75px;
}
.store-block h4{
  margin-left: 1em;
  font-family: 'Krona One', sans-serif;
  height: 30px;
  margin-bottom: 1.5em;
}

.store-block h5{
  margin-left: 1em;
  margin-bottom: 0.5em;
}

footer{
  height: 300px;
  background-color: black;
  position: relative;
  padding: 4em;
  display: flex;
  justify-content: space-evenly;
}

footer img{
  width:1000px ;
}

menu ul{
color:white;
margin: 2em;
}
footer li{
  color: white;
  margin-bottom: 0.5em;
  text-decoration: none ;
}

footer li:hover{
  scale: 104%;
  text-decoration: underline;
}

footer h2{
  color: white;
}

.article-banner{
  margin-bottom: 2em;
  border: 1px solid black;
  width: 520px;
}

.article-banner:hover{
  scale: 103%;
}

.hero-foto img{
  background-image: none;

}
.hero-foto{
  position: relative;
  margin-bottom: 6em;
}

.artikel-titel{
  position: absolute;
  top: 450px;
  left: 50px;
  font-size: 3em;
  color: white;
  height: 100px;
}

.intro-container{
  margin-bottom: 6.2em;
  height: 450px;
  display: flex;
  gap: 37px;
}

.intro-container img{
width: 550px;
height: 450px;
}

.intro-container p{
width: 450px;
height: 450px;
color: #000;
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: 28px;
}

.tijdscapsules-container{
  width: 100%;
  height: 1114px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.2em
}


.tijdscapsules-container p{
width: 550px;
color: #000;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 140% */
margin-bottom: 1em;
}

.quote-photo{
  position: relative;

}
.quote{
  position: absolute;
  width: 400px;
  top: 20px;
  left: 6px;
}

.quote-photo p{
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  font-family: 'Krona One', sans-serif;
  width: 400px;
}

.harmonie-container{
  width: 1040px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.2em;
  flex-wrap: wrap;
  align-content: center;
  
}

.harmonie-container p{
  width: 550px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  margin-bottom: 1em;
  }

  .harmonie-container img{
    width: 550px;
    height: 550px;
  }
  .rechter-p p{
    width: 400px;
  }
  .artistieke-invloed{
    display: flex;
    width: 1040px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
.wide-text p{
  width: 600px;

}

.wide-text{
  width:1040px;
}

.artistieke-invloed p{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  margin-bottom: 1em;
}

.a-text-r p{
  width: 400px;
}

.artistieke-invloed img{
  width: 600px;
  height: 600px;
}

#last-line{
  margin-bottom: 6.2em;
}

.written-by{
  width: 100%;
  justify-content: end;
  display: flex;
  margin-bottom: 6.2em;
  justify-content: center;
}

.bronnen{
 background-color: #000;
 width: 250px;
 height: 70px;
 margin-bottom: 6.2em;
 margin: 6.2em auto;
 position: relative;
}



.bronnen h2{
  color: white;
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  Transform: translate(-50%,-50%)
}

.bronnenlijst{
  margin-bottom: 3.6em;
  font-size: 20px;
  width: 1040px;
  display: flex;
  flex-direction: column;}

  .bronnenlijst p{
    margin-bottom: 3em;
  }
  .bronnenlijst p :hover{

    background-color: blue;
    color: #FFF
  }

  .bronnenlijst h1{
    font-size: 2em;
    margin-bottom: 3.6em;
  }
