    
    * {
    margin: 0;
    padding: 0;
    border: 0px solid;        
    }      


/* CODE FOR MOBILE */
/* CODE FOR MOBILE */
/* CODE FOR MOBILE */
@media only screen and (min-width: 0) {
    
body {
    font-family: arial;
    background-color: hsla(200,10%,95%,1);
    }
h1 {}
h2 {}
h3 {}
p {
    font-family: arial;    
    }

  
/* body */
.body {
    position: relative;
    }
/* grid */
.grid {
    display: grid;
    grid-template-columns: 2% 96% 2%;
    grid-template-rows: 300px 200px auto 125px auto 125px 500px 0px;   
    grid-template-areas:
    /* ". . ." */
    ". header ."
    "slideContainer slideContainer slideContainer"
    ". booksContainer ."    
    ". buyContainer ."
    ". infoContainer ."
    ". mailContainer ."
    ". footerContainer ."
    ". selector ."        ;
    grid-row-gap: 5px;
    }
/* header */ 
.header{
    grid-area: header;
    position: relative;
    color: hsla(255,0%,15%,1);
    background-color: hsla(200,10%,93%,0);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    /* justify-content: space-between; */
    align-items: center;
    align-content: space-between;
    opacity: 1;
    transition: opacity 500ms linear; 
    z-index: 100;  
    }
.headerFixed{
    position: fixed;
    top: 0px;
    }
.header.scrollDown {
    opacity: 0;
    transition: opacity 500ms linear;     
    visibility: ;
    }   
.logoContainer{
    order: 2;
    flex-basis: auto;
    flex-shrink: ;    
    height: 60px;
    min-width: 50px;
    margin-top: 30px;    
    margin-right: 0px;
    border: 0px solid;
    border-color: hsla(255,0%,50%,1);
    }
.iconLogo{
    height: 100%;
    opacity: 0.1;
    }       
.innerHeader {
    display: flex;
    flex-direction: column;
    align-items: center;       
    order: 1;
    flex-basis: auto;
    flex-shrink: ;
    font-size: 35px; 
    border: 0px solid;
    border-color: hsla(255,0%,50%,1);
    }
.innerHeader h1{
    font-family: times new roman;
    font-size: 60%;
    font-weight: bold;    
    letter-spacing: 0.05em;
    padding: 5px;
    border: 0px solid;    
    }
.innerHeader h2{
    font-family: verdana;
    font-size: 35%;
    font-weight: normal;
    letter-spacing: 1.87em;
    padding: 5px;
    border: 0px solid;    
    }      
/* slideContainer */
/* sepia foto en met blauwe achtergrond */
.slideContainer {
    grid-area: slideContainer;
    position: absolute;
    width: 100%; 
    height: 1050px;
    }
.slideGroup {
    opacity: 0.95;
    transition: opacity 500ms linear;     
    }
.slideGroup.scrollDown {
    opacity: 0.1;
    transition: opacity 500ms linear; 
    } 
.slideImage {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.displaySlide {
    visibility: visible;
    }    
.hideSlide {
    visibility: hidden;
    }
/* selector */
.selector{
    grid-area: selector;
    position: relative;
    color: hsla(255,0%,15%,1);
    background-color: hsla(200,10%,93%,1);
    display: none; 
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: ;
    align-content: ;
    z-index: 100;  
    }
/* booksContainer */    
.booksContainer{
    grid-area: booksContainer; 
    position: relative;
    background-color: hsla(200,10%,93%,1);
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* in lijn met flex-direction */    
    justify-items: ;
    justify-content: space-around;
    /* in lijn met de 'backbone' */    
    align-items: center;
    align-content: ;
    }
.booksItem-1 {
    flex-basis: 95%;
    margin-top: 10px;
    margin-bottom: 10px;    
    cursor: auto;
    }
.imageCover{
    width: 100%;
    }
.booksItem-2 {
    flex-basis: 45%;
    margin: ;    
    cursor: auto;
    }
.imageCoverBack {
    width: 100%;
    }
.booksItem-3{
    flex-basis: 45%;
    padding-top: 20px;
    }    
.booksItem-4 {
    flex-basis: 95%;
    padding-top: 40px;
    padding-bottom: 40px;    
    font-family: ;
    font-size: 16px;
    letter-spacing: ;
    line-height: 30px;    
    font-kerning: normal;
    }   
/* infoContainer */  
.infoContainer{
    grid-area: infoContainer;
    position: relative;
    background-color: hsla(200,10%,93%,1);    
    width: 100%; 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;    
    align-content: space-around;    
    }
.infoItem-1 {
    flex-basis: 95%;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: ;
    font-size: 16px;
    letter-spacing: ;
    line-height: 30px;    
    font-kerning: normal;
    }
.infoItem-2 {
    flex-basis: 95%;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: ;
    font-size: 16px;
    letter-spacing: ;
    line-height: 30px;    
    font-kerning: normal;
    }  
.infoImage{
    width: 50%;       
    }
/* buy_mailContainer */    
.buyContainer{
    grid-area: buyContainer;
    width: 100%;    
    display: flex;
    align-items: ;
    justify-content: center;
    }
.mailContainer{
    grid-area: mailContainer; 
    width: 100%;
    display: flex;
    align-items: ;
    justify-content: center;
    }
.textButton {  
    width: 80%;
    padding: 15px 30px;
    margin: 25px;   
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.25em;
    line-height: 40px;    
    color: hsla(255,0%,15%,1);
    background-color:  hsla(40,50%,50%,0);
    border: 1px solid;
    border-color: hsla(255,0%,15%,1);
    border-radius: 100px;
    cursor: pointer;
    }
.textButton:hover {
    background-color: hsla(200,10%,85%,0.07);
    }
.textButton:focus {
    outline-style: none;    
    }
.textButton:active {
    background-color: hsla(255,0%,30%,0.1);
    outline-style: none;
    }
/* footerContainer */
.footerContainer{
    grid-area: footerContainer;
    width: 100%; 
    display: flex;
    flex-direction: column;
    flex-wrap: ;
    background-color: hsla(255,0%,35%,1);    
}
.socialContainer {
    position: relative;
    flex-basis: 80%;    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    justify-items: ;
    align-items:  ;
    }
.iconSmall {
    width: 90px;
    margin: 10px;
    }
.copyrightContainer{
    position: relative;
    flex-basis: 20%;     
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-around;
    justify-items: ;
    align-items: center;
    } 
.copyrightContainer p{
    padding: ;
    }
/* MODALS */
.outerModal {
    position: fixed;
    top: 0px;    
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: row;    
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;      
    z-index: 500;       
    visibility: ;
    transition: all 0.2s;
    }
.modalContainer{
    position: relative;  
    flex-basis: 800px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: ;    
    align-items: flex-end;
    z-index: ;    
    border: 1px solid;    
    }
.modalFlexBasisSmall{
    flex-basis: 550px;
    }  
.modalBorder{
    border: 20px solid;
    border-color: hsla(200,0%,90%,0.3);    
    }
.innerModal{
    flex-basis: 100%;
    display: flex;    
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: ;    
    z-index: ;
    }    
.innerModalContentA{
    flex-basis: 70%;
    height: 350px;
    display: none;    
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-evenly;
    align-items: ;
    z-index: 200;        
    }
.innerModalContentB{
    flex-basis: 70%;
    height: 350px;
    display: none;    
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-evenly;
    align-items: ;
    z-index: 200;    
    }
.innerModalContentCover{
    flex-basis: 100%;
    display: none;    
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: ;
    align-items: ;
    z-index: 200;    
    }
.imageModal{
    width: 100%;    
    }
 

/* BUTTONS */
.closeButton {
    font-family: arial;
    font-size: 55px;
    color: hsla(255,0%,15%,1);    
    width: 70px;
    height: 70px;
    background-color: hsla(255,0%,85%,1);
    border-radius: 100px;     
    border: 0px solid;       
    cursor: pointer;
    transition: all 400ms ease;
    z-index: 900;      
    }
.closeModalButton{
    position: fixed;
    margin-top: -35px;
    margin-left: -35px;   
    }
.closeButton:hover {
    color: hsla(255,0%,85%,1);  
    background-color: hsla(200,10%,60%,1);
    transition: all 400ms ease;
    }
.closeButton:focus {
    outline-style: none;    
    }
.closeButton:active {
    background-color: hsla(200,10%,60%,1);
    outline-style: none;    
    }
#buttonNextStep {
    position: relative;
    float: right;
    margin-right: ;
}
#buttonLastStep {
    position: relative;
    float: left;
    margin-left: ;
}
/* TEXT */
.innerModal p {
    font-family: arial;
    font-size: 23px;
    letter-spacing: 0.13em;  
    line-height: 45px;
    color: hsla(255,0%,15%,1);    
    text-align: center;
    padding-top: ;
    padding-bottom: ;    
    }    
.infoText {
    font-family: palatino;
    font-size: 50px;
    letter-spacing: 0.13em;  
    line-height: 60px;
    color: hsla(255,0%,30%,1);    
    text-align: center;
    padding: 120px 30px 120px 30px;
    margin: 0px AUTO 0px AUTO;       
    }
 .socialText {
    font-size: 30px;
    letter-spacing: 0.15em;    
    color: hsla(255,0%,29%,1);    
    display: inline;
    padding: 30px;
    }  
/* FORM */
.innerModal form {
    flex-basis: 100%;
    height: 150px;    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: ;
    align-items: center;
    z-index: 10;
    }
.innerModal form input {
    width: ;
    padding: 20px 30px; 
    text-align: center;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;    
    background-color: hsla(255,0%,85%,1);     
    border: 1px solid;
    border-color: hsla(255,0%,15%,1);
    border-radius: 100px;
    cursor: pointer;  
    outline-style: none;
    z-index: 10;
    }
.innerModal form button {
    padding: 20px 30px;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.25em;
    color: hsla(255,0%,15%,1);
    background-color: hsla(255,0%,85%,1);
    border: 1px solid;
    border-color: hsla(255,0%,15%,1);
    border-radius: 100px;
    transition: all 400ms ease;    
    cursor: pointer;
    outline-style: none;
    z-index: 10;    
    }
.innerModal form input:hover {
    background-color: hsla(200,10%,95%,1);    
    cursor: text; 
    }
.innerModal form input:focus {
    background-color: hsla(200,10%,95%,1);     
    }
.innerModal form button:hover {
    color: hsla(255,0%,85%,1);  
    background-color: hsla(200,10%,60%,1);
    transition: all 400ms ease;
    }
.innerModal form button:active {
    background-color: hsla(200,10%,60%,1);
    }
::placeholder {
    color: hsla(255,0%,15%,1); 
    }
/* DISPLAY */
 .displayOuterModal{
    display: flex;
    visibility: ;
    background-color: rgba(0,0,0, 0.75);    
    transition: all 0.5s;
    }
.displayContent {
    display: flex;          
    }

    
    
.displayNone {
    display: none;
    }
.displayAll{
    display: block;        
    }
.displayTop{
    z-index: 900;   
    }
.displayItems {
    visibility: visible;
    }
.displayNoItems {
    visibility: hidden;
    }    
.displayContent2 {
    display: block;          
    }  
    
    } /* end code for mobile */

/* CODE FOR TABLET */
/* CODE FOR TABLET */
/* CODE FOR TABLET */
@media only screen and (min-width:768) {

    } /* end code for tablet */

/* CODE FOR DESKTOP */
/* CODE FOR DESKTOP */
/* CODE FOR DESKTOP */
@media only screen and (min-width:1000px) {

.description{
    display: none;
    opacity: 0;
    }

    .grid {
    display: grid;    
    grid-template-columns: auto 1200px auto;
    grid-template-rows: 200px 500px 125px auto 125px auto 125px 500px;   
    grid-template-areas:
    "header header header"
    "slideContainer slideContainer slideContainer"
    ". selector ."
    ". booksContainer ."    
    ". buyContainer ."
    ". infoContainer ."
    ". mailContainer ."
    ". footerContainer .";
    grid-row-gap: 10px;
}
/* header */
.header{
    flex-direction: row;
    }
.logoContainer{
    order: 1;
    height: 40px;    
    margin-top: 0px;
    margin-right: 10px;
    }
.iconLogo{
    height: 100%;
    opacity: 0.4;
    }       
.innerHeader {
    order: 2;
    }
/* slideContainer */
.header.scrollDown {
    opacity: 1;
    visibility: visible;
    }       
.slideGroup {
    opacity: 0.8;
    transition: opacity 1500ms linear;     
    }
.slideGroup.scrollDown {
    opacity: 0.5;
    transition: opacity 4000ms linear; 
    } 
/* selector */
.selector {
    display: flex;
    }
/* booksContainer */   
.booksItem-1 {
    flex-basis: 30%;
    cursor: pointer;    
    }
.booksItem-2 {
    flex-basis: 30%;
    cursor: pointer;    
    }
.booksItem-3{
    flex-basis: 30%;
    }    
.booksItem-4 {
    flex-basis: 90%;
    max-width: 900px;
    }
/* infoContainer */   
.infoContainer{
    }   
.infoItem-1 {
    flex-basis: 40%;
    }
.infoItem-2 {
    flex-basis: 40%;
    }  

    } /* end code for desktop */


