@font-face 
{
    font-family: "TrajanusBricks";
    src: url("fonts/TrajanusBricks.ttf") format("truetype");
    font-display: swap;
}
*
{
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body
{
    font-family: 'Lato', sans-serif;
    background-color: #222222;
    height:100%;
    display:flex;
    flex-flow:column;
}
.spotlight
{
    cursor: pointer;
}
main
{
    overflow-x: hidden;
    width: 100%;
}
nav
{
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    height: 60px;
    background-color: #272727;
    padding:20px 0 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "TrajanusBricks", sans-serif;
    -webkit-box-shadow: 0px 11px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    0px 11px 14px -2px #1d1d1dbf;
    box-shadow:         0px 11px 14px -2px #1d1d1dbf;
}
nav img
{
    height: 41px;
}
nav a
{
    text-decoration: none;
    color: #aaaaaa;
    transition: .5s all;
}
nav a:hover
{
    color: #8b8b8b;
}
ul
{
    width: 60%;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
h3
{
    letter-spacing: 0px;
    word-spacing: 20px;
}
.nomadeFirstPart, .nomadeSecondPart
{
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-shadow: 0px 11px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    0px 11px 14px -2px #1d1d1dbf;
    box-shadow:         0px 11px 14px -2px #1d1d1dbf;
}
.Printed
{   
    position: relative;
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    width: 100%;
    height: 826px;
    background-image: url(images/print/print6.png);
    background-size: cover;
    background-position: center;

}
.antiks
{
    position: relative;
    width: 100%;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    height: 826px;
    overflow: hidden;
}
.neoNordic
{
    position: relative;
    width: 100%;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    height: 826px;
    overflow: hidden;
    background-color: #6b6b6b;
}
.antiksShowCase
{
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
    max-width: 100%;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    height: 251px;
    flex-wrap: nowrap;
    background-color: #222222;
    z-index: 1;
    -webkit-box-shadow: 0px 11px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    0px 11px 14px -2px #1d1d1dbf;
    box-shadow:         0px 11px 14px -2px #1d1d1dbf;
}
blockquote footer
{
text-align: right;
}
.antiksRight blockquote h3 
{
    text-align: left;
    padding: 20px;
    width: 100%;
}
.antiksRight
{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    height: 646px;
}
.antiks blockquote, .neoNordic blockquote
{
    width: 80%;
}
.antiks img, .neoNordic img
{
    width: 35%;
    -webkit-box-shadow: 11px 0px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    11px 0px 14px -2px #1d1d1dbf;
    box-shadow:         11px 0px 14px -2px #1d1d1dbf;
}
.antiksShowCase img 
{
    min-width: calc(100vw / 3);
    max-width: calc(100vw / 3);
    height: auto;
}
.PrintedArtBoard
{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 40%;
    z-index: 0;
}
.PrintedArtBoardIn
{
    z-index: 10;
    width: 10vw;
    height: 10vw;
    overflow: hidden;
}
.PrintedArtBoard img
{
    z-index: 0;
    width: 10.5vw;
    transition: .7s all;
}
.split
{
    width: 100%;
    height: 826px;
    display:  flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;

}
.nomadeHeader, .thirdfolio
{
    width: 100%;
    z-index: 10;
    display: flex;
    height: 338px;
    -webkit-box-shadow: 0px 11px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    0px 11px 14px -2px #1d1d1dbf;
    box-shadow:         0px 11px 14px -2px #1d1d1dbf;

}
.nomadeHeaderIn
{
    background-color: #272727;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(images/nomade/nomadeSectionBackground1.jpg);
    background-size: cover;
    background-position: center;
    padding: 0 5% 0 5%;
}
.nomadeHeaderIn h3, .thirdfoliosecondpart h3, .Printed h3
{
    font-family: "TrajanusBricks", sans-serif;
    z-index: 0;
    font-size: 26px;
    color: #bebebe;

}
blockquote h3
{
    font-family: "TrajanusBricks", sans-serif;
    z-index: 0;
    font-size: 16px;
    color: #bebebe;
    width: 80%;

}
.nomadeTitleSection
{
    flex-wrap: wrap;
    display: flex;
    z-index: 0;
    width: 100%;
    background-position-y: -800px;
    -webkit-box-shadow: 0px 11px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    0px 11px 14px -2px #1d1d1dbf;
    box-shadow:         0px 11px 14px -2px #1d1d1dbf;
}
.nomadeTitleSection1, .nomadeTitleSection3, .nomadeShowCase1, .nomadeShowCase4
{
    height: 487px;
    width: calc(100% / 3);
}
.nomadeTitleSection1
{
    position: relative;
    z-index: 8;
    background-image: url(images/nomade/nomadeSectionBackground10.jpg);
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 11px 0px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    11px 0px 14px -2px #1d1d1dbf;
    box-shadow:         11px 0px 14px -2px #1d1d1dbf;
}
.nomadeTitleSection3
{
    z-index: 6;
    position: relative;
    background-image: url(images/nomade/nomadeSectionBackground2.jpg);
    background-size: cover;
    background-position: center;
}
.nomadeTitleSection2
{
    z-index: 7;
    width: calc( 100% / 3 );
    position: relative;
    background-image:  url(images/nomade/nomadeSectionBackground3.jpg);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    padding: 0 5% 0 5%;
    -webkit-box-shadow: 11px 0px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    11px 0px 14px -2px #1d1d1dbf;
    box-shadow:         11px 0px 14px -2px #1d1d1dbf;
}
.nomadeTitleSection2 h3, .nomadeFooter h3
{
    font-family: "TrajanusBricks", sans-serif;
    z-index: 0;
    font-size: 26px;
    color: #bebebe;


}
.nomadeTitleSection2:before, .weddingText2:before, .weddingFooter1:before, .weddingFooter3:before, .upcyclingText:before
{
    z-index: 0;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #272727;
    opacity: 0.95;
    transition: .5s all;
}
.antiksShowCase p
{
    font-family: "TrajanusBricks", sans-serif;
    font-size: 26px;
    word-spacing: 20px;
    color: #ffffff;
    z-index: 100;
    height: 100%;
    min-width: 20%;
    opacity: .8;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(images/antiks//antiksscroll.jpg);
    background-size: cover;
    background-position: center;
    background-color: #272727;
}
h2
{
    z-index: 5;
    text-decoration: underline;
    font-weight: normal;
    font-family: "TrajanusBricks", "Montserrat", sans-serif;
    font-size: 35px;
    color: #fff;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    text-orientation: upright;
}
h4
{
    z-index: 0;
    font-weight: normal;
    font-family: "TrajanusBricks", "Montserrat", sans-serif;
    font-size: 35px;
    color: #fff;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    text-orientation: upright;
}
.nomadeShowCase, .nomadeShowCaseTow, .upcyclingFooter
{
    z-index: 3;
    width: 100%;
    height: 487px;
    background-position: center;
    display: flex;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 11px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    0px 11px 14px -2px #1d1d1dbf;
    box-shadow:         0px 11px 14px -2px #1d1d1dbf;
}
.nomadeHeaderIn:before, .Printed:before
{
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #272727;
    opacity: 0.7;
    transition: .5s all;
}
.upcyclingImage:before, .upcyclingFooter1:before
{
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #272727;
    opacity: 0.3;
    transition: .5s all;
}
.upcyclingFooter2:before
{
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #272727;
    opacity: .7;
    transition: .5s all;
}
.antiksArtBoard
{
 width: 518px;
 height: 280px;
 overflow: hidden;
 display: flex;
 justify-content: space-around;
 align-items: center;
 align-content: space-around;
 flex-wrap: wrap;
}
.antiksArtBoard img, .neoNordicArtBoard img
{
    width: 92px;
    height: 92px;
}
.neoNordicArtBoard
{
 width: 80%;
 height: 465px;
 display: flex;
 justify-content: space-around;
 align-items: center;
 align-content: space-around;
 flex-wrap: wrap;
}
.nomadeShowCase1
{
    z-index: 8;
    width: calc( 100% /3);
    position: relative;
    background-image: url(images/nomade/nomadeSectionBackground5.jpg);
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 11px 0px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    11px 0px 14px -2px #1d1d1dbf;
    box-shadow:         11px 0px 14px -2px #1d1d1dbf;
}
.upcyclingFooter1
{
    z-index: 8;
    width: calc( 100% /3);
    position: relative;
    background-image: url(images/upcycling/upcyclingFooter1.jpg);
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 11px 0px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    11px 0px 14px -2px #1d1d1dbf;
    box-shadow:         11px 0px 14px -2px #1d1d1dbf;
}
.upcyclingFooter2
{
    position: relative;
    width: calc( 100% /3 * 2);
    background-image: url(images/upcycling/upcyclingFooter2.jpg);
    background-size: cover;
    background-position: center;
}
.nomadeShowCase4
{
    width: calc( 100% /3);
    position: relative;
    background-image: url(images/nomade/nomadeSectionBackground8.jpg);
    background-size: cover;
    background-position: center;
}
.nomadeShowCase2
{
    position: relative;
    width: calc( 100% /3 * 2);
    background-image: url(images/nomade/nomadeSectionBackground6.jpg);
    background-size: cover;
    background-position: center;
}
.nomadeShowCase3
{
    z-index: 8;
    position: relative;
    width: calc( 100% /3 * 2);
    background-image: url(images/nomade/nomadeSectionBackground91.jpg);
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 11px 0px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    11px 0px 14px -2px #1d1d1dbf;
    box-shadow:         11px 0px 14px -2px #1d1d1dbf;
}
.nomadeFooter
{
    position: relative;
    z-index: 1;
    background-image: url(images/nomade/nomadeSectionBackground7.jpg);
    background-size: cover;
    background-position: center;
    height: 338px;
    width: 100%;
    -webkit-box-shadow: 0px 11px 14px -2px #1d1d1d;
    -moz-box-shadow:    0px 11px 14px -2px #1d1d1d;
    box-shadow:         0px 11px 14px -2px #1d1d1d;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5% 0 5%;
}
.split h3
{
    font-family: "TrajanusBricks", sans-serif;
    z-index: 0;
    font-size: 26px;
    color: #bebebe;
}
.wedding
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 826px;
}
.weddingText
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 413px;
}
.weddingText1, .weddingText2, .weddingText3, .weddingFooter1, .weddingFooter2, .weddingFooter3
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3);
    height: 413px;
    -webkit-box-shadow: 11px 0px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    11px 0px 14px -2px #1d1d1dbf;
    box-shadow:         11px 0px 14px -2px #1d1d1dbf;
}
.weddingText2 h3
{
    font-family: "TrajanusBricks", sans-serif;
    z-index: 0;
    font-size: 26px;
    color: #bebebe;
}
.weddingText1
{
    position: relative;
    background-image: url(images/wedding/weddingText1.jpg);
    background-size: cover;
    background-position: center;
    z-index: 6;
}
.weddingText2
{
    position: relative;
    background-image: url(images/wedding/weddingText2.jpg);
    background-size: cover;
    background-position: center;
    z-index: 5;
}
.weddingText3
{
    position: relative;
    background-image: url(images/wedding/weddingText3.jpg);
    background-size: cover;
    background-position: center;
}
.weddingFooter
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 413px;
}
.weddingFooter1
{
    position: relative;
    background-image: url(images/wedding/weddingFooter1.jpg);
    background-size: cover;
    background-position: center;
    z-index: 3;
}
.weddingFooter2
{
    position: relative;
    background-image: url(images/wedding/weddingFooter2.jpg);
    background-size: cover;
    background-position: center;
    z-index: 2;
}
.weddingFooter3
{
    position: relative;
    background-image: url(images/wedding/weddingFooter3.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.upcycling
{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: max-content;
}
.upcyclingText
{
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(images/upcycling/upcyclingText.jpg);
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 619px;
    -webkit-box-shadow: 11px 0px 14px -2px #1d1d1dbf;
    -moz-box-shadow:    11px 0px 14px -2px #1d1d1dbf;
    box-shadow:         11px 0px 14px -2px #1d1d1dbf;
}
.upcyclingText h3
{
    font-family: "TrajanusBricks", sans-serif;
    z-index: 2;
    font-size: 26px;
    color: #fff;
}
.upcyclingImage
{
    position: relative;
    background-image: url(images/upcycling/upcycling.jpg);
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 619px;
}
.bookIllustration
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: max-content;
    justify-content: space-around;
    background-color: #fff;
    padding: 5%;
}
.bookIllustration img
{
    max-width: 40%;
    min-width: 40%;
    height: auto;
}
section h6
{
    display: none;
}
.upcyclingsplit
{
    display: flex;
}
@media all and (max-width: 1023px)
{
    .wedding
    {
        height: fit-content;
    }
    .nomadeTitleSection, .nomadeShowCase, .nomadeShowCaseTow, .antiks
    {
        height: max-content;
        flex-direction: column;
    }
    .nomadeHeaderIn
    {
        background-position: center;
    }
    .nomadeHeader
    {
        height: 227px;
    }
    nav ul
    {
        display: none;
    }
    nav
    {
        padding: 0;
        position: inherit;
        justify-content: center;
    }
    .nomadeTitleSection1, .nomadeTitleSection3, .neoNordic
    {
        width: 100%;
        background-position: center;
    }
    .nomadeTitleSection2, .nomadeShowCase1, .nomadeShowCase2, .nomadeShowCase4, .nomadeShowCase3, .nomadeFooter
    {
        width: 100%;
        background-position: center;
        min-height: 487px;
    }
    .antiks
    {
        justify-content: space-around;
       height: 1100px;
    }
    .antiks img, .neoNordic img
    {
        width: 300px;
        height: auto;
    }
    .antiksRight
    {
        height: 686px;
    }
    .antiksArtBoard, .neoNordicArtBoard
    {
        width: 100vw;
        max-width: 367px;
        align-content: space-around;
    }
    .antiksArtBoard img, .neoNordicArtBoard img
    {
        width: 60px;
        height: auto;
    }
    .antiks blockquote, .neoNordic blockquote
    {
        height: 406px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 98vw;
    }
    blockquote footer
    {
        align-self: flex-end;
    }
    .antiksShowCase
    {
        height: 100px;
        overflow-y: hidden;
        background-color: #222222;
    }
    .antiksShowCase img
    {
        min-width: calc(100vw / 2);
        max-width: calc(100vw / 2);
    }
    .antiksShowCase p
    {
        min-width: calc(100vw / 3);
        max-width: calc(100vw / 3);
        height: 100px;
        font-size: medium;
        background-position: center;
        background-size: 100%;
    }
    .neoNordic
    {
        flex-direction: column;
        justify-content: space-around;
        height: 1700px;
    }
    .neoNordic h3
    {
        width: 98%;
        text-align: left;
    }
    .neoNordic blockquote h3
    {
        text-align: left;
    }
    .weddingText, .weddingFooter
    {
        flex-direction: column;
    }
    .weddingText,.weddingFooter
    {
        height: auto;
        width: 100%;
    }
    .weddingText1, .weddingText2, .weddingText3, .weddingFooter1, .weddingFooter2, .weddingFooter3
    {
        width: 100%;
        height: 100vw;
    }
    .weddingFooter1, .weddingFooter3
    {
        display: none;
    }
    .wedding
    {
        height: min-content;
    }
    .upcyclingsplit, .upcyclingFooter
    {
        height: min-content;
        flex-direction: column;
    }
    .upcyclingText, .upcyclingImage, .upcyclingFooter1, .upcyclingFooter2
    {
        width: 100%;
        height: 100vw;
        background-position: center;
    }
    .upcyclingText h3
    {
        font-size: 22px;
    }
    .bookIllustration img
    {
        min-width: 80vw;
        max-width: 80vw;
    }
    .bookIllustration
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .PrintedArtBoard
    {
        width: 90%;
    }
    .PrintedArtBoard img
    {
        width: 20vw;
        height: 20vw;
    }
    .PrintedArtBoardIn
    {
        width: 20vw;
        height: 30vw;
    }
    .Printed h3
    {
        text-align: center;
    }
    .Printed
    {
        height: 850px;
    }
}

