/* GLOBAL ------------------------------------------------------------------------------------------------------------- */
:root {
    box-sizing: border-box;                   /*Prevent overflow/vertical scroll bars*/
    scroll-behavior: smooth;
    --color: #FB6400;
    --white: #fafafa;
    --mainmargin: 3%;
}

.orange {
    --color: #FB6400;
  }
  
  .blue {
    --color: #04049b;
  }
  
  .green {
    --color: #008A0E;
  }
  
  .purple {
    --color: #95032c;
  }
  
  .black {
    --color: #000000;
  }


html {
    height: 100%;                             /* Force footer to end of page */
}

@font-face {
    font-family: 'N-Montreal-Bold';
    src:    url(../fonts/ttf/PPNeueMontreal-Bold.ttf) format('truetype'),
            url(../fonts/woff2/PPNeueMontreal-Bold.woff2) format('woff2'),
            url(../fonts/woff/PPNeueMontreal-Bold.woff) format('woff');
}

@font-face {
    font-family: 'N-Montreal-Regular';
    src:    url(../fonts/ttf/PPNeueMontreal-Regular.ttf) format('truetype'),
            url(../fonts/woff2/PPNeueMontreal-Regular.woff2) format('woff2'),
            url(../fonts/woff/PPNeueMontreal-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Eiko-Italic';
    src:    url(../fonts/ttf/PPEiko-MediumItalic.ttf) format('truetype'),
            url(../fonts/woff2/PPEiko-MediumItalic.woff2) format('woff2'),
            url(../fonts/woff/PPEiko-MediumItalic.woff) format('woff');
}


* {
    margin: 0px;                            /* Default margins */
    padding: 0px;                           /* Default padding */
    font-family: 'N-Montreal-Regular', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: none;
    color: var(--color);
    scroll-behavior: smooth;                /* Smooth scrolling */
}

body {
    min-height: 100vh;                           /* Force footer to end of page */
    display: flex;                          /* Force footer to end of page */
    flex-direction: column;                 /* Force footer to end of page */
    background-color: var(--white);         /* Background color behind left and right divs */
}

main {
    flex: 1 0 auto;                         /* Force footer to end of page */
    width: 100%;
    overflow-y: auto;                       /* Make header Sticky on the whole page */
    overflow-x: hidden;
    height: 100%;                           /* Force footer to end of page */   
}


/* Text --------------------------------------------------------------------------------------------------------------- */

p {
    font-family: 'N-Montreal-Regular', sans-serif;
    font-size: 1.2rem;
    line-height: 1.7rem;
}
a {
    font-family: 'N-Montreal-Regular', sans-serif;
    font-size: 1.2rem;
    line-height: 1.7rem;
}



h2 {
    font-family: 'Eiko-Italic', serif;
    font-size: 4rem;
    line-height: 4rem;
    /* text-transform: uppercase; */
}

h4 {
    font-family: 'Eiko-Italic', serif;
    font-size: 6rem;
    line-height: 6rem;
    /* text-transform: uppercase; */
}

header {
    display: flex;
    align-items: baseline;
    position: sticky;
    top: 20px;
    background-color: none;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
    width: calc(100% - (var(--mainmargin) * 2));
    z-index: 200;
    
}

#headerTitle {
    font-family: 'Eiko-Italic', serif;
    font-size: 2rem;
    line-height: 2rem;
    /* text-transform: uppercase; */
    width: 70%;
}

#changeColorContainer {
    display: flex;
    justify-content: flex-end;
    width: 24%;
}

#changeColor {
    font-family: 'N-Montreal-Regular', sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#languages {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
    width: 6%;
    margin-right: 0%;
}

.language {
    display: flex;
    font-family: 'N-Montreal-Regular', sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
}


#welcome {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
    margin-top: 350px;
}


#welcomeText {
    display: flex;
    flex-direction: column;
    width: 60%;
    white-space: pre-wrap;
}


#welcomeSentence {
    font-family: 'N-Montreal-Regular', sans-serif;
    font-size: 4rem;
    line-height: 4.5rem;
    
}

#changingWord {
    font-family: 'Eiko-Italic', serif;
    font-size: 6rem;
    line-height: 4rem;
    margin-top: 70px;
}


.welcomeImgDesktop {
    height: 20%;
    width: 20%;
    margin-bottom: 7px;
    .cls-1 {
        stroke-width: 10.28px;
      }

      .cls-1, .cls-2, .cls-3 {
        fill: none;
      }

      .cls-1, .cls-2, .cls-3, .cls-4 {
        stroke: var(--color);
        stroke-linecap: round;
        stroke-linejoin: round;
      }

      .cls-2 {
        stroke-width: 3.6px;
      }

      .cls-3, .cls-4 {
        stroke-width: 3.5px;
      }

      .cls-4 {
        fill: var(--color);
      }
    
}

.welcomeImgMobile {
    display: none;
}



.categories {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
    margin-top: 300px;
}


.lineDivider {
    border-bottom: 1.5px solid var(--color);
    width: 100%;
} 

.project {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
}

.yearText {
    font-family: 'N-Montreal-Regular', sans-serif;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.projectTitle {
    font-family: 'N-Montreal-Regular', sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 3px;
}


.preview-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* transition: opacity 0.3s ease-in-out; */
  }
  
  .preview-image {
    max-height: 600%;
    margin-left: 400px;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .project:hover .preview-container {
    opacity: 1;
  }
  
  .project:hover .preview-image {
    transform: scale(1.1);
  }
  
  .preview-container {
    z-index: 1000;
    pointer-events: none;
  }


#aboutMe {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
    margin-top: 300px;
}

#aboutMeTitle {
    margin-bottom: 100px;
}

#aboutContainer {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
}

#infoContainer1 {
    display: flex;
    flex-direction: column;
    margin-top: 20px;  
    width: 40%; 
}

#infoContainer2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;   
    width: 60%;
    margin-right: 15%;
    margin-bottom: 100px;
    white-space: pre-wrap;
}

.infoTitle {
    font-family: 'N-Montreal-Bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}


#imageMe   { 
    width: 94vw;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
}

/* DETAIL PAGE --------------------------------------------------------------------------------------------- */

.detailInfoContainer {
    display: flex;
    flex-direction: column;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 200px;
}

.detailMainTitleContainer {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.detailSubTitle {
    font-family: 'N-Montreal-Regular', sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 20px;
}

.detailMainTitle {
    margin-bottom: 20px;
}

.detailTextContainer {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    width: 100%;
}

.detailContainer1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;  
    width: 40%; 
}

.detailContainer2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;   
    width: 60%; 
    margin-left: 5%;
    margin-bottom: 200px;
    white-space: pre-wrap; /* puts text on next line */
}

.detailTitle {
    font-family: 'N-Montreal-Bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.detailLink {
    font-family: 'N-Montreal-Bold', sans-serif;
    font-size: 1.2rem;
    line-height: 1rem;
    margin-top: 20px;
    text-decoration: underline;
}

/* MORE THAN ONE IMAGE-------------------------------------------------------------------------------------------------- */

.imgContainerDetail {
    display: flex;
    justify-content: space-between;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
    margin-bottom: 30px;
}  
.imgContainerDetail-media {
    display: flex;
    justify-content: space-between;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
    margin-bottom: 30px;
}  

/* Colours and Cyan--------------------------------------------------------------------------------------------------- */
.images-half-size-media {
    width: calc((100% / 2) - 1%);
  }

/* TYPOGRAPHY VISION--------------------------------------------------------------------------------------------------- */

#typo-vision-video {
    width: 94vw;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
    margin-bottom: 30px;
} 

.img-typo-vision {
    width: calc((100% / 3) - 1%);
}

/* YOUTUBE VIDEOS---------------------------------------------------------------------------------------------------- */

.youtube-video {
    width: 94%;
    aspect-ratio: 16 / 9;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
    margin-bottom: 20px;
}

/* BAD BONN KILBI---------------------------------------------------------------------------------------------------- */

.images-full-size {
    width: 94vw;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
    margin-bottom: 20px;
}


/* .bad-bonn-poster-video {
    width: calc((100% / 2) - 1%);
  } */


.images-half-size {
    width: calc((100% / 2) - 1%);
  }

  #bad-bonn-insta-video {
    width: 94vw;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
    margin-top: 20px;
    margin-bottom: 20px;
  }


/* BOOKLET------------------------------------------------------------------------------------------------------------ */
  
  .images-booklet {
    width: calc((100% / 4) - 1%); /* adjust the width as needed */
  }

/* SHIRTS------------------------------------------------------------------------------------------------------------- */

.img-dino-shirt {
    width: calc((100% / 3) - 1%);
}

/* STEINER------------------------------------------------------------------------------------------------------------- */

.img-steiner {
    width: calc((100% / 3) - 1%);
}
/* ILLUS------------------------------------------------------------------------------------------------------------- */

.img-food {
    width: calc((100% / 4) - 1%);
}
/* IMPRESSUM---------------------------------------------------------------------------------------------------------- */

#impressumText {
    margin-top: 150px;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
    white-space: pre-wrap;
}

/* FOOTER------------------------------------------------------------------------------------------------------------- */

footer {
    margin-top: auto; /* Add margin-top: auto to the footer */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 94%;
    position: relative;
    bottom: 0;
    margin-left: var(--mainmargin);
    margin-right: var(--mainmargin);
    height: 50px;
}

.footerText {
    font-family: 'N-Montreal-Regular', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 20px;
}


/* MEDIA QUERIES-------------------------------------------------------------------------------------------------------- */
@media (max-width: 600px) {

    p {
        font-family: 'N-Montreal-Regular', sans-serif;
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
    a {
        font-family: 'N-Montreal-Regular', sans-serif;
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
    
    
    h2 {
        font-family: 'Eiko-Italic', serif;
        font-size: 2rem;
        line-height: 2rem;
    }


    #headerTitle {
        font-family: 'Eiko-Italic', serif;
        font-size: 1rem;
        line-height: 1rem;
        width: 50%;

    }

    #changeColorContainer {
        display: flex;
        justify-content: flex-end;
        width: 38%;
    }
    
    #changeColor {
        font-family: 'N-Montreal-Regular', sans-serif;
        font-size: 1.3rem;
        line-height: 2rem;
    }

    #changeColor {
        font-family: 'N-Montreal-Regular', sans-serif;
        font-size: 1rem;
        line-height: 1rem;
        margin-right: 5px;
    }
   
    #languages {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: row;
        width: 18%;
        margin-right: 0%;
    }
    

    .language {
        display: flex;
        font-family: 'N-Montreal-Regular', sans-serif;
        font-size: 1rem;
        line-height: 1rem;
    }

    #welcome {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: var(--mainmargin);
        margin-right: var(--mainmargin);
        margin-top: 250px;
    }

    #welcomeText {
        display: flex;
        flex-direction: column;
        width: 100%;
        white-space: pre-wrap;
    }
    

    #welcomeSentence {
        font-family: 'N-Montreal-Regular', sans-serif;
        font-size: 1.6rem;
        line-height: 2rem;   
    }
    
    #changingWord {
        font-family: 'Eiko-Italic', serif;
        font-size: 2.4rem;
        line-height: 2rem;
        margin-top: 10px;
    }
 
    .welcomeImgMobile {
        display: flex;
        height: 70%;
        width: 70%;
        margin-left: 45px;
        margin-bottom: 50px;
        .cls-1 {
            stroke-width: 10.28px;
          }
    
          .cls-1, .cls-2, .cls-3 {
            fill: none;
          }
    
          .cls-1, .cls-2, .cls-3, .cls-4 {
            stroke: var(--color);
            stroke-linecap: round;
            stroke-linejoin: round;
          }
    
          .cls-2 {
            stroke-width: 3.6px;
          }
    
          .cls-3, .cls-4 {
            stroke-width: 3.5px;
          }
    
          .cls-4 {
            fill: var(--color);
          }
        
    }
    
    .welcomeImgDesktop {
        display: none;
    }

    .categories {
        margin-top: 150px;
    }


    .preview-image {
        display: none;
      }
    
    .lineDivider {
        border-bottom: 1px solid var(--color);
        width: 100%;
    } 
    .project {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: baseline;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .yearText {
        font-family: 'N-Montreal-Regular', sans-serif;
        font-size: 0.6rem;
        line-height: 0.6rem;
    }
    
    .projectTitle {
        font-family: 'N-Montreal-Regular', sans-serif;
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-top: 3px;
    }

    #aboutMe {
     margin-top: 150px;
    }
    
    #aboutMeTitle {
        margin-bottom: 50px;
    }
    
    #aboutContainer {
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: space-between;
    }
    
    #infoContainer1 {
        display: flex;
        flex-direction: column;
        margin-top: 0px;  
        width: 100%; 
    }
    
    #infoContainer2 {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .infoTitle {
        font-family: 'N-Montreal-Bold', sans-serif;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    footer {
        height: 30px;
    }

    .footerText {
        font-family: 'N-Montreal-Regular', sans-serif;
        font-size: 0.7rem;
        line-height: 1rem;
        margin-bottom: 5px;
    }

    /* DETAIL PAGE ----------------------------------------------------------------------------------------------------- */

    h4 {
        font-family: 'Eiko-Italic', serif;
        font-size: 2.5rem;
        line-height: 3rem;
        /* text-transform: uppercase; */
    }

    .detailInfoContainer {
        margin-left: var(--mainmargin);
        margin-right: var(--mainmargin);
        margin-top: 150px;
    }
    
    .detailMainTitleContainer {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    
    .detailSubTitle {
        font-family: 'N-Montreal-Regular', sans-serif;
        font-size: 1.3rem;
        line-height: 1.3rem;
        margin-bottom: 0px;
    }
    
    .detailMainTitle {
        margin-bottom: 10px;
    }
    
    .detailTextContainer {
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: space-between;
        width: 100%;
    }
    
    .detailContainer1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;  
        width: 100%; 
    }
    
    .detailContainer2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;   
        width: 100%; 
        margin-bottom: 50px;
        margin-left: 0px;
    }
    
    .detailTitle {
        font-family: 'N-Montreal-Bold', sans-serif;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .detailLink {
        font-size: .9rem;
    }

    /* MORE THAN ONE IMAGE-------------------------------------------------------------------------------------------------- */

.imgContainerDetail {
    margin-bottom: 5px;
}  
.imgContainerDetail-media {
    flex-direction: column;
    margin-bottom: 0px;
}  

/* Colours and Cyan--------------------------------------------------------------------------------------------------- */
.images-half-size-media {
    width: 94vw;
    margin-bottom: 5px;
  }

/* BOOKLET------------------------------------------------------------------------------------------------------------ */
  
.images-booklet {
    width: 94vw;
    margin-bottom: 5px;
  }

/* STEINER------------------------------------------------------------------------------------------------------------- */

.img-steiner {
    width: 94vw;
    margin-bottom: 5px;
}

/* ILLUS------------------------------------------------------------------------------------------------------------- */

.img-food {
    width: 94vw;
    margin-bottom: 5px;
}

/* TYPOGRAPHY VISION--------------------------------------------------------------------------------------------------- */

#typo-vision-video {
    margin-bottom: 0px;
} 

/* BAD BONN KILBI---------------------------------------------------------------------------------------------------- */

.images-full-size {

    margin-bottom: 0px;
}


  #bad-bonn-insta-video {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .bad-bonn-poster-video {
    margin-top: 0;
  }
/* YOUTUBE VIDEOS---------------------------------------------------------------------------------------------------- */

.youtube-video {
    margin-bottom: 5px;
}
    
}

@media (min-width: 600px) and (max-width: 1420px) {
    
    h2 {
        font-size: 4rem;
        line-height: 4rem;
    }


    #headerTitle {
        font-size: 1.2rem;
        line-height: 1.5rem;
        width: 60%;

    }
    #changeColorContainer {
        width: 20%;
    }
    
    
    #languages {
        width: 16%;
    }

    #welcomeSentence {
        font-size: 2rem;
        line-height: 2rem;
        
    }
    
    #changingWord {
        font-size: 4rem;
        line-height: 4rem;
        margin-top: 20px;
    }
    .detailLink {
        font-size: 1.2rem;
    }

}