
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&family=Kalam:wght@300&display=swap');


html,body{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;

}
body{
	font-size: 16px;
	font-family: bitter, serif;
    font-weight: 300;
    line-height: 1.5em;
 
}
h1{
	font-family: chaloops, sans-serif;
	font-weight: 900;
	font-size: 7.5625em ;
    line-height: 1em;
	margin: 0;    
}
h2{
	font-weight: 600;
    font-size: 2em;
    line-height: 1.5em;
    margin: 0;
}
h3{
	font-weight: 400;
    font-size: 1.667em;
    line-height: 1.3333em;
    margin-bottom: 0;
}
h3 + p{
	margin-top: 0;
}
.bigger{
	font-size: 1.3125em;
    line-height: 1.5em;
}
img,
video{
    height: 100%;
	width: 100%;
    object-fit: cover;
    display: block;
}
::-webkit-scrollbar{
    display: none;
}
a:link,
a:visited{
	text-decoration: underline;
	color: #000;
}

.text{
    flex: 35% 0 0;
}

.quote-container{
	padding: 2em;
	box-sizing: border-box;
}
.quote-container cite{
    display: block;
    letter-spacing: 3px;
    margin: 0 0 1em;
    text-align: right;
    font-weight: 300;
    font-style: normal;
}
.quote-container cite:before{
	content: "- ";
}
.quote-container blockquote{
    display: block;
	font-family: 'Kalam', cursive;
    font-size: 2em;
    line-height: 1.3em;
    margin: 0;
}
@media all and (max-width: 1000px){
	.quote-container blockquote{
		font-size: 1.333em;
	}
}

section{
    height: 100vh;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 10vh;
    padding-bottom: 10vh;
    box-sizing: border-box;
}

@media all and (max-width: 1000px){
    body{
        font-size: 100%;
    }
    h1{
        font-size: 5em;
    }
    h2{
        font-size: 1.8em;
    }
    h3{
        font-size: 1.5em;
    }
    main{
        display: block;
        width: 100vw;
   }
    .text{
        padding: 2em;
    }
    section{
        min-height: auto;
        height: auto;
        width: 100vw;
        padding-top: 0;
        padding-bottom: 0;
    }
}


@media all and (max-width: 768px){
    h1{
        font-size: 3.6em;
    }
    h3{
        font-size: 1.5em;
    }
    .screen#one {
        padding: 1em;
    }
}

:target {
	background-color: lightyellow;
}


.screen#one{
    background: url(links/unslash-Background.jpeg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-top: 15vh;
}
.screen#one img{
    max-width: 80%;
    height: auto;
    margin-right: 4em;
    margin-left: auto;
    top: 0;
    object-fit: contain;
}
.screen#one .header-text{
    max-width: 80%;
    height: 100%;
    margin-right: 4em;
    margin-left: auto;
    background: transparent url(links/logo-PeterdeLeeuw2.svg) right top no-repeat;
    background-size: contain;
    text-indent: -9999em;
}
.screen#one .header-text *{
	display: inline;
	margin: 0;
}
@media all and (max-width: 1000px){
    section#one{
        padding: 1em;
        height: 100vh;
    }
    .screen#one .header-text{
    	max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

}





.screen#two{
    height: 200vh;
    display: flex; 
    column-gap: 5em;
    position: relative;
}
.screen#two .foto{
    flex: 50% 0 0;
    order: 1;
    height: 100%;
    position: relative;
}
.screen#two .foto img{
    height: 
    90vh;
    position: -webkit-sticky;
    position: sticky;
    top: 10vh;
    border: 10px solid  #70ffad;
    box-sizing: border-box;
}
.screen#two .text{
    order: 2;
    flex: 30% 0 0;
    padding-top: 20vh;
}
.screen#two .text .quote-container{
    margin-top: 20vh;
    margin-left: -20em;
    background: #70ffad;
    color: #000;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 1000px){
    .screen#two{
        display: block;
        margin: 0;
        padding: 0;
        height: auto;
    }
    .screen#two .foto{
       height: 100vh;
    }
    .screen#two .text{
        padding-top: 2em;
    }
    .screen#two .text .quote-container{
        margin: 0;
    }
    .screen#two .text .quote-container .quote{
        bottom: 5em;
    }
}




.screen#three{
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    gap: 6em;
}
.screen#three .text{
    flex: 30% 0 0;
    position: relative;
}
.screen#three .text .sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 20vh;
    left: 1vw;
    height: ;
}
.screen#three .text h2{
    text-decoration: underline;
    text-decoration-color: #F4648B;
}
.screen#three .text h2.under-below { 
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under; 
}
.screen#three .gallery{
    display: flex;
    width: auto;
    gap: 1em;
    flex-wrap: wrap;
}
.screen#three .square-container{    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.screen#three .rectangle-container,
.screen#three .square-container{
    flex: 47% 1 1;
    cursor: pointer;

}
.screen#three .gallery .square-container img,
.screen#three .gallery .square-container video{
    height: 49%;
}
.screen#three .quote-container{
    z-index: 1;
    background: #F4648B;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.screen#three .quote-container cite{
	flex: auto 0 0;
}
.screen#three .quote-container .quote{
	font-size: 1.5em;
}
@media all and (max-width: 1000px){
    .screen#three{
        padding: 2em;
    }
    .screen#three .text{
        padding: 0;
    }
    .screen#three .gallery{
        flex-wrap: wrap;
        justify-content: space-between;
        width: auto;
        margin-top: 1em;
    }
    .screen#three .gallery .square-container img, 
    .screen#three .gallery .square-container video{
        height: 48%;
    }
    .screen#three .quote-container .quote{
    	font-size: 1.333em;
    }
}
@media all and (max-width: 768px){
    .screen#three{
        display: block;
    }
    .screen#three .text{
        padding: 1.5em 0;
    }
    .screen#three .gallery{
        margin: 0;
    }
}










.screen#four{
    display: flex;
    flex-direction: column;
    padding: 0;
    height: 100vh;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.screen#four .quote-container{
	flex: auto 0 1;
	width: 100%;
    background: #EF0A46;
    color: #fff;
    padding: 2em;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
}
.screen#four .quote-container cite,
.screen#four .quote-container blockquote{
    text-align: center;
}
.screen#four .quote-container blockquote{
	font-size: 1.667em;
}
.screen#four .content{
	flex: auto 1 1;
	display: flex;
}
.screen#four .foto{
    flex: 60% 1 0;
    box-sizing: border-box;
    height: 100%;
}
.screen#four .text{
    position: relative;
    box-sizing: border-box;
    flex: 40% 0 1;
    padding: 2em 2em 2em 5vw;
    position: relative;
    height: 100%;
}
@media all and (max-width: 1000px){
    .screen#four{
        display: block;
        height: auto;
        padding: 0;
    }
    .screen#four .quote-container blockquote {
	    font-size: 1.333em;
	}
    .screen#four .content{
    	flex-direction: column;
    }
    .screen#four .foto{
    	order: 1;
    }
    .screen#four .text{
    	order: 2;
    }
}

.screen#four .text .cat{
    width: auto;
    z-index: 100;
    height: auto;

}
.screen#four .text .cat img{
    width: auto;
    height: 10%;
    bottom: 0;
    left: 1vw;
    position: absolute;
}
@media all and (max-width: 768px){
    .screen#four .text .cat img{
        left: auto;
        right: 1em;
        transform: scaleX(-1);    
    }
}




.overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.overlay .img-container {
    position: absolute;
    max-height: 90vh;
    max-width: 90vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close {
    position: absolute;
    color: #fff;
    bottom: -3em;
    left: 0;
    cursor: pointer;
    height: 1em;
}


