@import url('https://fonts.googleapis.com/css2?family=Koh+Santepheap&display=swap');

*{
    font-family: "unica-gravity";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    color: black;
}

@font-face {
    font-family: "unica-gravity";
    src: url("unica-gravity-easy-reg1.otf") format("opentype");
}
@font-face {
    font-family: "unica-gravity";
    font-style: italic;
    src: url("unica-gravity-reg-italic.otf") format("opentype");
}

html, body{
    margin: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    -webkit-flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    background: white;
}

::selection {
  color: blue;
  background: transparent;
  text-decoration: underline
}


.projectDescription ul {
    /*list-style-type: circle;*/
}
.projectDescription ul>li {
    display: inline;
   /* padding-right: 1cm;*/
   /* margin-left: 20px;*/
}
.projectDescription ul>li:before {
    content:"";
    display: list-item;
    position: absolute;
}

.hideBody:not(.loader, .loader p){
   /*background: red;*/
   opacity: 0;
}
.italic{
    font-style: italic
}

/* Hide scrollbar for Chrome, Safari and Opera */
.search::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.search {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.info::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.info {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
figure:not(.regosBody figure){
    /*display: none*/
}

.scrollOverview{
    position: fixed;
    z-index: 1000;
    right: 0px;
    top: 0px;
    height: 100%;
   /* width: 20px;*/
    background: white;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-around;
}

.mobile .scrollOverview{
    z-index: 10000;
    width: 4.5%;
    background: transparent !important;
}

.regos-contact{
    width: 100%;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    padding-bottom: 25px;
}
.regos-logos{
    display: -webkit-flex;
    width: 100%;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.regos-logos figure img{
    max-height: 60px
}

.desktop .scrollOverview p{
    cursor: pointer;
    transition: 0.5s transform;
    margin-top: auto;
    margin-bottom: auto;
}
.desktop .scrollOverview p:hover{
    color: blue
}
.desktop .scrollOverview{
    width: 33px;
}
.desktop.regosBody .mainCont-regos{
    display: -webkit-flex;
    width: 70%;
    height: 100%;
    overflow-y: scroll;
    /* padding-left: 20px; */
    box-sizing: border-box;
    margin: 0;
    left: 0;
}
.mobile.regosBody .mainCont-regos{
    width: 100%;
    -webkit-flex-direction: column;
    padding-left: 5px;
    padding-right: 5px;
}


.regosBody .mainCont-regos strong{
    word-spacing: 0.5em;
    color: blue
}
.regosBody .letter{
    color: blue
}
.desktop.regosBody .subCont-regos{
    position: fixed;
    right: 0;
    width: 30%;
    top: 0px;
    display: -webkit-flex;
    -webkit-flex-direction: revert;
    height: 100%;
    overflow-y: scroll;
    font-size: 0.8em;

}
.filterImage{
    max-width: 15%;
}
.filterImage img{
    max-width: 100%;
}

.mobile .mobileHide{
    display: none;
}
.desktop .desktopHide{
    display: none;
}
.mobile.regosBody .subCont-regos{
    width: 100%;
    display: -webkit-flex;
    font-size: 0.8em;

}
.regosBody .subCont-regos p{
    margin-left: 30px;
    hyphens: auto;
}
.regosBody .subCont-regos p strong{
    margin-left: -23px
}
.regos-container-text{
    text-align: center;
    /*margin-right: -50px;*/
}
.desktop.regosBody .regos-container-text{
    margin-left: 63px;
    /*margin-right: -50px;*/
}
.mobile.regosBody .mainCont-regos{
    height: 100%;
    overflow: scroll;
}
.desktop.regosBody .regos-container-specifications{
    margin-left: 50px;
    margin-bottom: 15px;
    height: fit-content;
    max-width: 100%;
    overflow-x: hidden;
}
.mobile.regosBody .regos-container-specifications{
    /*margin-left: 50px;*/
    margin-bottom: 15px;
    height: fit-content;
    text-align: center;
    line-height: 2em;
    width: 100%;
    overflow-x: hidden;
}
.regosBody .mainCont-regos h2{
    font-weight: normal;
    font-size: 2em;
    text-align: center;
}

.mobile .regos-logos figure{
   margin: 0;
}
.mobile .regos-logos figure img{
   max-height: 60px;
}
.mobile .regos-logos{
    -webkit-justify-content: space-around;
    padding-bottom: 25px;
}

.regos-logos{
    -webkit-flex-wrap: wrap
}

.regos-logos p{
    width: 100%;
    font-size: 0.9em !important;
    margin-top: 15px
}

.mobile.regosBody .rightImg,.mobile.regosBody .leftImg{
    margin: 25px 0px !important;
}

@media not all and (min-resolution:.001dpcm) { @media {

    .regosBody .mainCont-regos h3{
        /*width: 50%*/
        left: 0px;
    }
    .regosBody .subCont-regos h3{
        right: calc(29% - 35px);
        top: 0px;
        z-index: 10;
        overflow: visible;
    }
}}
.desktop.regosBody h3{
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 1.7em;
    margin-bottom: -2px;
    writing-mode: vertical-rl;
    text-orientation: upright;
     position: fixed; 
    margin: 27px 15px;
    height: 93%;
    text-align: -webkit-center;
}

.mobile.regosBody h3{
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 2.5em;
    margin-bottom: -2px;
    text-align: center;
}
.regosBody .subCont-regos img{
    max-width: 100%;
    padding-top: 20px;
}
.mobile.regosBody .mainCont-regos img{
    max-width: 100%;
    padding-top: 20px;
}
.regosBody figure.video{
    width: 47%;
    height: fit-content;
    box-sizing: border-box;
}
.desktop.regosBody figure.video{
    padding: 10px 36px 35px 35px;
}
.mobile.regosBody figure.video{
    padding: 2  5px;
    box-sizing: border-box;
}
.regosBody figure.video video{
    width: 100%;
}
.regosBody{
    /*background: black;
    color: white !important;*/
}
.regosBody p{
    font-size: 1.7em;
}
@media screen 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    /*.desktop #filtersCircle{
        width: 57% !important;
    }
    .desktop .infoCircle svg{
        width: 39% !important;
    }*/
    body.desktop{
        font-size: 17px  !important;
    }
    .desktop .filteredContent_keywords{
        column-count: 2 !important
    }
    .desktop .keywordSubCont{
        font-size: 15px;
    }
    .desktop .miniImage{
        max-width: 21.333333% !important;
    }
    .desktop .projectTop{
        font-size: 1.5em;
    }
    .desktop .search{
        min-width: 20%;
    }
    .desktop .projects{
        min-width: 53%;
    }
    .keywordSubCont{
        break-inside: avoid;
        /*width: 100% !important;*/
        margin:auto;
    }
}
@media screen and (min-width: 3101px){
    .desktop .leftImg, .desktop .rightImg{
        width: 47.5% !important;
    }
    body.desktop{
        font-size: 30px  !important;
    }
    .desktop #filtersCircle{
        width: 55%;
    }
    .desktop .infoCircle svg{
        width: 37% !important;
    }
    .desktop .filteredContent_keywords{
        column-count: 2 !important
    }
    .desktop.regosBody .regos-container-specifications {
        padding-right: 10px;
    }
    .whatFilter{
        font-size: 0.8em !important;
    }
    .mainTextScroll{
        padding-left: 10px;
    }
    .metaKeyword p, .betaKeyword{
        font-size: 1.5em;
    }
  }
@media screen and (min-width: 2500px) and (max-width: 3100px){
    .desktop .leftImg, .desktop .rightImg{
        width: 47% !important;
    }
    body.desktop{
        font-size: 25px  !important;
    }
    .desktop #filtersCircle{
        width: 55%;
    }
    .desktop .infoCircle svg{
        width: 37% !important;
    }
    .desktop .filteredContent_keywords{
        column-count: 2 !important
    }
    .desktop.regosBody .regos-container-specifications {
        padding-right: 10px;
    }
    .whatFilter{
        font-size: 0.8em !important;
    }
    .metaKeyword p, .betaKeyword{
        font-size: 1.5em;
    }
  }
@media screen and (min-width: 1440px) and (max-width: 2499px){
    body.desktop{
        font-size: 17px  !important;
    }
    .desktop #filtersCircle{
        width: 55%;
    }
    .desktop .infoCircle svg{
        width: 37% !important;
    }
    .desktop .filteredContent_keywords{
        column-count: 2 !important
    }
    .desktop.regosBody .regos-container-specifications {
        padding-right: 10px;
    }
  }
@media screen and (min-width: 1100px) and (max-width: 1439px){
    body.desktop{
        font-size: 15px  !important;
    }
    .desktop #filtersCircle{
        width: 65%;
    }
    .desktop .infoCircle svg{
        width: 48% !important;
    }
    .desktop .filteredContent_keywords{
        column-count: 1 !important
    }
    .desktop .imageSpan{
    }
    .desktop.regosBody figure.video {
        width: 100%;
        height: fit-content;
        box-sizing: border-box;
    }
    .desktop.regosBody p{
        font-size: 1.3em;
    }
    .desktop.regosBody .regos-container-specifications figure{
        margin: 0
    }
    .desktop.regosBody .regos-container-specifications {
        padding-right: 10px;
    }
  }  

@media screen and (min-width: 801px) and (max-width: 1099px){
    body.desktop{
        font-size: 15px  !important;
    }
    .desktop #filtersCircle{
        width: 76%;
    }
    .desktop .infoCircle svg{
        width: 54% !important;
    }
    .desktop .filteredContent_keywords{
        column-count: 1 !important
    }
    .desktop .imageSpan{
        width: 100%;
    }
    .desktop.regosBody figure.video {
        width: 100%;
        height: fit-content;
        box-sizing: border-box;
    }
    .desktop.regosBody p{
        font-size: 1.3em;
    }
    .desktop.regosBody .regos-container-specifications figure{
        margin: 0
    }
    .desktop.regosBody .regos-container-specifications {
        padding-right: 10px;
    }
    /*.desktop .filteredContent_keywords{
        column-count: 1 !important
    }*/
  }  


@media screen and (max-width: 800px){
    body.desktop{
        font-size: 13px  !important;
    }
    .desktop .imageSpan{
        width: 100%;
    }
    .desktop .infoCircle svg{
        width: 75% !important;
    }
    .desktop .filteredContent_keywords{
        column-count: 1 !important
    }
    
}

.desktop .imageSpan{
        /*width: 100%;*/
        cursor: pointer;
    }

.desktop .search{
    min-width: 20%;
}

.desktop .mobileHeader,.desktop .mobileHeaderOptions,.desktop .mobileAbout{
    display: none !important
}

    /* Retina-specific stuff here */
    .desktop #filtersCircle{
        /*width: 42% ;*/
    }
    .desktop .info{
        /*max-width: 36% !important;*/
    }
    
    .desktop .filteredContent_keywords{
        column-count: 2
    }
    .desktop .keywordSubCont{
        font-size: 15px;
    }
    .desktop .miniImage{
        max-width: 31.333333%;
    }
    .desktop .projectTop{
        font-size: 1.1em;
    }
    .desktop .search, .desktop .info{
        width: 36%;
    }
    .desktop .projects{
        min-width: 55%;
    }    

    .desktop .infoCircle svg{
        width: 48%;
    }
    .desktop .filteredContent_keywords{
        column-count: 1
    }




   /* body.mobile{
        font-size: 10px  !important;
    }*/
    @media only screen and (min-device-width: 650px){
        body.mobile{
            font-size: 16px  !important;
        }
    }
    @media only screen and (max-device-width: 649px){
        body.mobile{
           font-size: 10px  !important;
        }
    }
    .mobile .info{
        display: none !important;
    }
    .mobile .search,.mobile .header p{
        width: 35% !important;

    }
    .mobile .search{
        height: 91%;
        padding-left: 3px;
    }

    .mobile #filtersCircle{
    }

    .mobile .searchCircle{
        display: none !important;
    }
    .mobile .projects {
        width: 70% !important;
        padding-top: 1em;
        background: transparent;
        height: 91%;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .mobile .projectTop{
        display: none !important;
    }
    .mobile .imageSpan figcaption{
        display: none !important;
        /*font-size: 0.7em !important*/
    }
    .mobile .leftImg{
        width: 100% !important;
        margin:10px 0px;
        float: none !important;
        display: table;
    }
    .mobile .rightImg{
        width: 100% !important;
        margin:10px 0px;
        float: none !important;
        display: table;
    }
    .mobile .miniImage{
        max-width: 46.333333% !important;
    }
    .mobile .projectIntro{
        -webkit-flex-direction: column !important;
    }
    .mobile .filteredContent_keywords{
        /*column-count: 1 !important;*/
    }
    .mobile .projectIntro h2, .projectIntro .year, .projectIntro .medium{
        text-align: left;
        margin-right: 0 !important;
    }
    .mobile .filteredContent_keywords{
        column-count: 1;
        -webkit-flex-direction: column;
        display: -webkit-flex;
    }
    .mobile .keywordSubCont{
        font-size: 11px;
        width: 100% !important;
    }
    .mobile .keywordsCont{
        /*padding-top: 4em;*/
    }
    .mobile .betaKeyword{
            /*white-space: break-spaces !important;*/
    }
    .mobile .whatFilter{
        font-size: 9px !important;
        width: 100%
    }
    .mobile .mobileHeader, .mobileHeaderOptions{
        display: -webkit-flex;
        -webkit-flex-direction: row;
        position: fixed;
      
        /* background: red; */
        -webkit-justify-content: space-around;
        right: 0;
        z-index: 10000;
        font-size: 15px;
        width: min-content;
    }
    .mobile .mobileHeader{
        width: 100%;
        background: white;
        text-transform: uppercase;
        /*box-shadow: 0px 0px 5px rgb(150 150 150);*/
        /*border-bottom: 1px solid blue;*/
    }
    .mobile .mobileHeaderOptions{
        width: 100%;
        bottom: 0;
        background: white;
        -webkit-flex-wrap: wrap;
        /*border-top: 1px solid blue;*/
        padding-top: 5px;
        /*box-shadow: 0px 0px 5px rgb(150 150 150);*/
        /*border-top: 1px solid blue;*/
    }
    .mobile .julijonas{
        font-size: 1.1em;
        width: 100%;
        text-align: center;
        margin: 15px 10px 25px 10px;
        text-transform: uppercase;
        word-spacing: 0.5em;
    }
    .mobile .header{
        display: none !important;
    }
    .mobile .mobileHeader p{
        word-spacing: 0.5em;
        text-align: center;
        margin: 7px;
    }
    .aboutMobile, .contactMobile, .newsMobile{
        margin: 7px;
    }
    .mobile .text p:not(.year, .medium, .caption, figcaption p){
        font-size: 1.2em !important;
        text-align: left !important;
    }

    .mobile .mobileAbout{
        margin-top: 30em;
    }
    .mobile .filteredContent_about, .mobile .filteredContent_contact, .mobile .filteredContent_news{
        margin-top: 35px !important
    }
    .mobile .galleryImage{
        width: 100%;

        padding: 15px;
        pointer-events: none;
    }
    .mobile .galleryImage img{
        max-width: 100%
    }

    .mobile .filteredContent_contact{
        margin-bottom: 150%
    }
    .mobile .col{
        overflow-x: hidden
    }



.header{
   height: 7%;
    /* position: fixed; */
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    box-sizing: border-box;
}

.content{
    width: 100%;
    /*background: blue;*/
    height: 100%;
    /* position: fixed; */
    /* top: 7%; */
    -webkit-flex-grow: 1;
    display: -webkit-flex;
}

.info{
    min-width: 20%;
    /*background: red;*/
    overflow-y: scroll;
    /*    transform: rotate( 1.4deg);*/
   
    /*border-top: 2px solid;*/
    /*padding: 0px 10px;  */ 
    /*padding-right: 10px;*/

}
.info:not(.info label){
     font-size: 0.85em;
}
.info label{
    font-size: 1.2em;
}

.bioCont{
        transform: rotate(1.1deg);
    max-height: 100%;
    /* background: red; */
    overflow-y: scroll;
    padding-left: 6px;
}

.bio figure{
    margin: 10px 0px;
    width: 100%;
    padding-left: 15px;
}
.bio img{
    width: 100%;
}

.bio .imageSpan{
    pointer-events: none;
}

.info .bio{
        margin-right: 10px;
}

.info .halfTopBorder{
    /*border-top: 2px solid;*/
    width: 50%;
}
.search .halfTopBorder{
   /* border-top: 2px solid;*/
    width: 50%;
    margin-left: 50%;
    float: inherit;
}
.search{
    /*min-width: 20%;*/
    /*background: yellow;*/
    overflow-y: scroll;
    margin-right: 5px;
    /*border-top: 2px solid;*/
   /* padding: 0px 10px;  */

    

}

.filteredContent_videos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}
.mobile .filteredContent_videos{
    padding-bottom: 100px;
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.letter{
    display: inline-block;
    letter-spacing: 0.2em;
    transition: 1s transform;
    transform: translate(0%, 0%) rotate(0deg);
    padding: 1px 0px;
}
.letter-tilted{
    display: inline-block;
    letter-spacing: 0.1em;
    transform: rotate(-20deg);
    transition: 0.25s transform, 0.25s letter-spacing, 0.25s color;
    padding: 1px 0px;

}
.letter-link, .letter-tag{
    display: inline-block;
    letter-spacing: 0.09em;
    transform: rotate(22deg);
    transition: 0.5s transform, 0.5s letter-spacing;
    padding: 1px 0px;

}

.selectedKeyword .letter-tilted{
    color: blue
}
.keyword .letter{
    letter-spacing: 0.05em !important;
    
}
.keyword{

}
.text p:not(code){
    line-height: 1.3em;
}
/*.infoCont, .searchCont{
    padding-bottom: 30%;
}*/

/*.info, .search, .projects{
    transition: opacity 1s;
}
.projects:hover ~ .search,.info{
    opacity: 0.3;
}
.projects:hover{
    opacity: 1
}
.search:hover ~ .projects,.info{
    opacity: 0.3;
}
.search:hover{
    opacity: 1
}
.info:hover ~ .search,.projects{
    opacity: 0.3;
}
.info:hover{
    opacity: 1
}*/
.topBorder{
     /*border-top: 2px solid;*/
     width: 100%;
}
.lozad{
    height: auto;
}
.projects{
    
    display: -webkit-flex;
    -webkit-flex-direction: row;
    /*-webkit-flex-wrap: wrap;*/
    /*transform: rotate( 1.4deg);*/
    margin-left: 10px;
    margin-top: -20px;
}
.projectTop{
    width: fit-content;
    display: -webkit-flex;
    background: white;
    margin-top: 40px;
    /* margin-right: auto; */
    writing-mode: vertical-rl;
    text-orientation: upright;
    /* margin-left: 2%; */
    -webkit-justify-content: flex-start;
    /* position: absolute; */
    z-index: 9;
    margin-left: 5px;
    height: 93%;
    -webkit-justify-content: space-evenly;
}

.buttonNext{

    color: black;
    z-index: 10000;
    right: 0px;
    background: white;
    padding: 5px;
    z-index: 30000;
    cursor: pointer;
}

.buttonPrev{
    
    color: black;
    z-index: 10000;
    left: 0px;
    background: white;
    padding: 5px;
    z-index: 30000;
    cursor: pointer;
}
.mobile .buttonPrev, .mobile .buttonNext{
    font-size: 1.7em;
    padding: 10px;
}

.buttonClose{
    position: absolute;
    top: 0;
    background: transparent;
    /* padding: 5px; */
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0px;
    margin: 0;
     z-index: -1; 
    /* text-align: center; */
    color: transparent;
    pointer-events: none;
}

.mobile ul{
    padding-left: 10px;
}
.mobile .textDescription h2{
    text-align: left;
}

.mobile .miniVideo iframe{
        max-width: 100%;
}

.buttonPrev,.buttonNext{
    opacity: 0;
}
.desktop .buttonNext, .desktop .buttonPrev{
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 1.4em;
}
.mobile .buttonNext, .mobile .buttonPrev,.mobile .buttonClose{
    bottom: 0;
    margin-bottom: 10px;
    top: auto;
    position: fixed !important
}
.mobile .buttonNext{
    margin-right: 15px;
}
.desktop .buttonNext{
    /*margin-right: 30px;*/
}
.mobile .buttonPrev{
    margin-left: 15px;
}
.desktop .buttonPrev{
   /* margin-left: 30px;*/
}


.projectTop .showHide{
    /*margin: 0px 0px 40px 0px;*/
}

.showHideButton{
    /*font-size: 1.3em;*/
    cursor: pointer;
}
.projects .switchVertLine{
   /* border-left: 2px solid;*/
}
.projectsTopLeft, .projectsTopRight{
    width: 50%;
    /*-webkit-align-items: center;
    -webkit-justify-content: center;*/
}
#mainTextScroll:last-child{
    margin-bottom: 25px;
}
mainTextScroll
/* iPad Portrait */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /*#mainTextScroll{
        padding-top: 110px;
    }*/
    .prTitle{
        padding-right: 50px;
    }
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /*#mainTextScroll{
        padding-top: 110px;
    }*/
    .prTitle{
        padding-right: 50px;
    }
}


.projectDescription h2, .textDescription h2, .talkDescription h2{
    font-weight: normal;
    font-size: 1.3em;
    /* font-style: italic; */
    word-spacing: 0.6em;
    text-align: center;
}
.mobile .projectCredits h1{

}
.desktop .projectCredits h1{
    text-align: center;
}
.projectCredits h1{
    font-size: 1em;
    font-weight: normal;
    
    margin: 0;
}

.news li strong{
    word-spacing: 0.5em;
    text-transform: uppercase;
    font-weight: normal;
}
.news li{
    line-height: 1.2em;
        margin-bottom: 15px;
}
.news ul{
    padding-left: 15px;
}
.news .whatFilter, .bio .whatFilter, .contact .whatFilter{
    margin-bottom: 30px;
}
.contentBody li{
    font-size: 1.3em;
    line-height: 1.2em;
}

.contentBody blockquote:not(.contentBody blockquote footer){
    font-size: 1.3em;
    line-height: 1.2em;
    font-style: italic;
    margin: 10;
}
.contentBody blockquote footer{
    font-style: normal;
    font-size: 0.8em;
}
.desktop .news{
    padding-right: 10px;
}

#about:hover + .about-letter{
    fill: red
}

.desktop .projectIntro{
    padding: 30px;
}
.mobile .projectIntro{
    padding-top: 22px;
    -webkit-align-items: flex-start;
}

.projectIntro{
    display: -webkit-flex;
    width: 100%;
    text-transform: uppercase;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    
    -webkit-flex-direction: column;
}
.projectDescription:not(:first-of-type) .projectIntro{
  /*  border-top: 1px dashed;*/
}

.quote{
    font-size: 0.9em;
}

.projectIntro h2, .projectIntro .year,.projectIntro .medium{
    margin-right: 25px;
}

.desktop .projectDescription{
    padding-bottom: 75px;
}
.projectDescriptionBody{
    transition: 1s color;
}

.text, .media{
    overflow-y: scroll;
    /*border-top: 2px solid;*/
/*    padding: 0px 10px;
*/   box-sizing: border-box;
    height: 101%;
    overflow-x: hidden;
}

.text{
   /* width: 50%;*/
       transform: rotate(1deg);
}

.text .betaKeyword{
    margin-left: -15px;
    margin-right: 15px;
    height: 36px;
    margin-top: -19px;
}

.mobile .betaKeyword{
    margin-bottom: 3px;
}

.mobile .keywordResult{
    margin-left: 10px !important;
}

.text .year, .text .medium{
   /* margin-top: 0;*/
    
    /*padding-left: 10px;*/
    display: -webkit-flex;
    font-size: 1.2em
}

.text p:not(.year, .medium, .caption, figcaption p){
    /*margin: 0;*/
    /* display: -webkit-flex; */
    /* margin-top: -15
px
; */
   /* background: white;*/
    /*margin-top: -3px;*/
    font-size: 1.35em; 
    /*text-align: center;*/
  

}


.text .stroke{
    margin: 10px -10px !important;
    margin-block: initial;
}

.mobile .projectTextBody{
    padding-left: 5px;
}

.projectTextBody{
   background-color: white;
    margin-bottom: 30px;
    transition: 1s background;
    /* padding-top: 30
px
; */
    /* padding-left: 15
px
;
}

.media{
    /*margin-right: 20px;*/
    
}
.textTextBody{
        /*text-align: center;*/
}
.images{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}
figcaption{
    /*display: none;*/
}
.images figcaption, .images .caption{
    /*max-width: 49%*/
    font-size: 0.85em;
    margin-left: 10px;
    text-align: left;
}

.imageSpan figcaption, .imageSpan .caption{
    font-size: 0.8em;
    background: white;
    padding-left: 0px;
    margin: 0;
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 1.1em !important;
    margin-top: 2px;
}
.caption .betaKeyword{
    margin-top: -5px;
    margin-left: -4px;
}
.imgBG{
    height: 372px;
    background-size: 100%;
    background-position: center;
    margin: 10px 0px;
    /*border: 2px solid;*/
}
.text{
    /*border-left: 2px solid;*/
}


.media img{
    max-width: 100%;
   /* border: 2px solid;   */
     margin-top: 15px;
}

.info .switchVertLine{
    /*border-left: 2px solid;*/
    height: 90%;
}

.info label, .search label{
    margin-top: 10px;
    /*font-size: 1em;*/
}
.info .showHideCheck, .search .showHideCheck{
    display: -webkit-flex;
    width: 157px;
}
.inputEmpty{
    /*border: 2px solid;*/
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 2px;
    background: whitesmoke;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.inputChecked{
    /*border: 2px solid;*/
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 0px;
}
.info .sideScrollBorders{
    /*border-right: 2px solid;*/
        float: right;
    margin-top: -88px;
    pointer-events: none;
}

.search .sideScrollBorders#sideScrollRight{
    /*border-right: 2px solid;*/
    float: right;
    margin-top: -70px;
    pointer-events: none;
    height: 100%;
}
.search .sideScrollBorders#sideScrollLeft{
    /*border-left: 2px solid;*/
    float: left;
    margin-top: -70px;
    pointer-events: none;
    height: 100%;
}

.search .hideBorderLeft{
   /* border-left: 2px solid whitesmoke;*/
    float: left;
    margin-top: -68px;
    pointer-events: none;
    height: 100%;
    z-index: 10000000;
    position: absolute;
}
.search .hideBorderRight{
    /*border-right: 2px solid whitesmoke;*/
    float: right;
    margin-top: -70px;
    pointer-events: none;
    height: 100%;
    z-index: 10000000;
    position: absolute;
    width: calc(20% - 4px);
    box-sizing: border-box;
}
.search .switchVertLine{
   /* border-left: 2px solid;*/
    margin-left: 50%;
    height: 90%;
}
.search .switch{
    margin-right: 0%;
}
.info .switch{
        margin-left: calc(50% - 2px);
}
.switch{
    height: 70px;
    display: -webkit-flex;
}

.switch input {
/*    opacity: 0;*/
    width: 0;
    height: 0;

}

.showHideCheck{
    margin-left: -20px;
    margin-top: 10px;
    display: -webkit-flex;
}

.showHideCheck label{
        margin-top: 10px;
}

.showHideCheck input[type="checkbox"]{
    width: 2.3em;
    height: 2.3em;
    background-color: whitesmoke;
    border-radius: 50%;
    vertical-align: middle;
    border: 7px solid whitesmoke;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
   /* filter: drop-shadow(0px 0px 1px black);*/
}

.showHideCheck input[type="checkbox"]:checked{
    background-color: black;
}

.filteredContent{
    /*min-height: 200px;*/
    margin-bottom: 10px;
   
    background: white;
    /*border-top: 1px dashed;*/
        
}
.desktop .filteredContent{
    padding-top: 10px;
}
.filteredContent_images{
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}
.filteredContent_texts{
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    text-transform: uppercase;
    line-height: 1.4em;

}
.desktop .filteredContent_texts, .desktop .filteredContent_talks, .desktop .filteredContent_projects{
    -webkit-align-items: center;
}
.filteredContent_talks{
    display: -webkit-flex;
    -webkit-flex-direction: column;
    
    text-transform: uppercase;
    line-height: 1.4em;
}

.filteredContent_links{
    display: -webkit-flex;
    -webkit-flex-direction: column;
}
.filteredContent_keywords{

    /*-webkit-align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;*/
}
.filteredContent_links a{
    width: 100%
}

a {
    /*color: blue;*/
    text-decoration: none;
    word-spacing: 0.2em;

}
a:hover .letter-link{
    color: blue
}

.tags{
    text-align: center;
}
.desktop .tags{
    margin-bottom: 65px;
}
.mobile .tags{
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: left !important;
}
.tag{
    margin-right: 15px;
    cursor: pointer
}
.tag:hover .letter-tag{
    color: blue
}

.miniImage{
    display: -webkit-flex;
    -webkit-flex-direction: column;
    max-width: 21.333333%;
    margin-right: 3px;
    cursor: pointer;
}
.miniImage .caption{
    display: none
}
.miniImage img, .miniImage .caption{
    max-width: 100%;
    margin-top: 5px;

    font-size: 0.55em;
}
.miniImage img{
    /*filter: grayscale(1);*/
    transition: 3s filter
}
.miniImage img:hover{
    filter: grayscale(0);
}

.overlay, .loader{
    position: absolute;
    width: 100%;
    height: 100%;
    margin:0px;
    z-index: 10000;
    pointer-events: none;
    /*mix-blend-mode: difference;
    background: lightgrey;*/
    /*background: #7b86ff;*/
    left: 0px;
    top: 0px;
    display: -webkit-flex;
    align-items: center;
    -webkit-justify-content: center;    
}
 .loader p{
    height: min-content;
    font-size: 1em;
 }
.loader{
    background: white
}

.filterTitle{
    width: 100%;
    text-transform: capitalize;
    font-size: 1em;
}

.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: whitesmoke;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: gray;
}

.header p{
    width: 20%;
    text-align: center;
    font-size: 1.1em;
    box-sizing: border-box;
    margin: 38px 10px;
    /* background: #bcbcbc; */
    /* transform: rotate( 
-6.5deg); */
    padding: 5px;
    /*z-index: 100000;*/
    border-radius: 50%;
    word-spacing: 0.5em;
    text-transform: uppercase;
}   

.leftImg, .rightImg{
}

.desktop .leftImg{
    /*margin-right: 20px;*/
}
.leftImg{
        float: left;
    margin-right: 3%;
    background: white;
    margin-left: 10px;
    z-index: 1000;
    transform: rotate(-1deg);
    width: 46%;


}
.leftPar{
    float: left;

}
.rightPar{
    float: right
}
.projectImages, .textImages, .talkImages,.projectImagesMobile, .textImagesMobile, .talkImagesMobile, .projectImagesGallery, .textImagesGallery, .talkImages,.projectImagesMobileGallery, .textImagesMobileGallery, .talkImagesMobileGallery, .talkImagesGallery{
    display: none;
    -webkit-flex-wrap: wrap;
}
.projectImages img{
    max-width: 400px;
    max-height: 400px;
    margin: 10px;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
}
::marker {
  color: blue
}
.textTexBody h3{
    word-spacing: 1em;
    
}
.textTextBody h3, .projectTextBody h3{
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    word-spacing: 0.2em;
    line-height: 1.2em;
}
.mobile .textTextBody h3,.mobile .projectTextBody h3{
    text-align: left !important;
}
.bibliography li{
    margin: 15px;
}
.desktop .bibliography ol{
    column-count: 2;
}
.mobile .bibliography ol{
    column-count: 1;
    padding: 0;
    text-align: left !important
}
.rightImg{
    float: right;
    margin-left: 10px;
    background: white;
    z-index: 1000;
    width: 46%;
    transform: rotate(-1deg);
    margin-right: 10px;
}
.rowImages{
    max-width: 32%;
    float: left;
    margin: 4px;
}
.rowWrap{
    display: -webkit-flex;
}
.rowImages img{
    max-width: 100%;
}
.leftImg img,.rightImg img{
    width: 100%;

}
.invisible{
    display: none
}

.unchecked .letter{
    /*color: white;*/
    text-decoration: line-through;
}

.desktop .video iframe{
    border: 0;
    min-width: 600px;
    min-height: 350px;
}
.block-type-video, .miniVideo{
    position: relative;
    float: left;
    width: 100%;
    height: 0px;
    padding-bottom: 60.25%;
    
}


.block-type-video{
    margin: 0px;
}
.miniVideo{
    margin-top: 10px;
}
.block-type-video iframe,.miniVideo iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;

}
.mobile .video iframe{
    border: 0;
    max-width: 100%;
}
.mobile .video{
    margin: 0;
}

.imageSpan img, .imageSpan figcaption{
    
    transition: 1s opacity;
}
/*.imageSpan img[data-loaded="true"], [data-loaded="true"] img { animation-name: showLazyImg; animation-duration: 2s; } @keyframes showLazyImg { from { opacity: 0; } to { opacity: 1; } }*/

.imageSpan img:not(.visible){
    /*opacity: 0;*/
/*    filter: grayscale(0) invert(0);*/
    
}
.imageSpan img:hover{
    opacity: 1 !important;
  /*  filter: grayscale(0) invert(0);*/
}
.imageSpan:hover figcaption{
    opacity: 1 !important;
  /*  filter: grayscale(0) invert(0);*/
}
.imageSpan .caption{
    opacity: 1;
    padding-bottom: 10px;
}
.header .vertLine{
    /*border-left: 2px solid;*/
    height: calc(100% - 4px);
    margin-left: 50%;
}
.headerBottom{
    width: 100%;
    -webkit-flex-grow: 1;
    display: -webkit-flex;
}
#filtersCircle{
    
    /*margin: 40px 0 0 auto;*/
    transform: rotate(4deg);
    transition: 1s transform;
    z-index: 20;
    margin-top: 1.5em;
}
.filtersCircleItem, .infoCircleItem{
    cursor: pointer;
}
.searchShadowCont, .infoShadowCont{
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    position: absolute;
    pointer-events: none;
}
.projectShadowCont, .projectShadow{
    position: absolute;
}
 .projectShadow{
    background:white;
    width: 100%;
    mix-blend-mode: multiply;

 }
.projectShadowCont{
    

    width: 58%;
    display: -webkit-flex;
    background: white;
    transform: rotate(0deg);
    margin-top: 40px;
    /* margin-right: auto; */
    /* margin-left: 2%; */
    -webkit-justify-content: flex-start;
    position: absolute;
    /* min-height: 50
px
; */
    z-index: 9;
    overflow-y: hidden;
    pointer-events: none;
    z-index: 10;
    mix-blend-mode: multiply;
}
.infoCircle{
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    position: absolute;
    min-width: inherit;
    z-index: 10;
    width: 20%
}
.infoCircle svg{
   /* max-width: 59%;*/
    stroke-width:1.5px;
}
.searchCircle{
    display: -webkit-flex;
    position: absolute;
    /* z-index: 100000000; */
    min-width: 20%;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.searchShadowCircle, .infoShadowCircle{
    overflow-x: visible;
    overflow-y: hidden;
    position: absolute;
    z-index: 100000000;
    
    
    transform: rotate(0deg);
    transition: 1s transform;
    z-index: 20;
    mix-blend-mode: multiply;
    border-radius: 50%;
}
.searchShadowCircle{
    max-width: 80%;
    margin: 10px auto;
}
.infoShadowCircle{
    max-width: 65%;
}

.searchShadow, .infoShadow{
    position: absolute;
    width: 100%;
    background-color:rgba(255,255,255,0.7);
    pointer-events: none;
    /*opacity: 0.5*/
    /*mix-blend-mode: multiply;*/
}

.keywordResult{

    margin-left: 15px;
    background: white;
    cursor: pointer;
}
.keywordResult:hover .letter-tilted{
    /*background: #bcbcbc;
*/
    color: blue
}
.keywwordResult:after{

}
.keyword{
    /*background: #bcbcbc;*/
    transition: 1s background;
/*    padding:1px 2px ;*/
   /* color: red*/
    
}
.keyword .innerKeyword{
    /*color: red*/
        white-space: nowrap;
}

.filteredContent_keywords{
    /*transform: rotate(-1deg);*/
}
.desktop .filteredContent_tags{
    padding-right: 20px;
    padding-left: 20px;
}
.tagCont{
    margin-bottom: 30px;
}
.desktop .tagParent{
    margin-left: 30px;
}
.mobile .tagParent{
    margin-left: 10px;
    line-height: 1.1em;
}
.tagParent{
    
    margin-bottom: 8px;
    word-spacing: 0.3em;
    /* text-transform: capitalize; */
    font-size: 0.85em;

}

.tagParent .title{
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.5em;
}
.miniTag{
    margin-bottom: 8px;
}
.filteredContent_images{
    /*transform: rotate(1deg);*/
}

.filteredContent_projects{
    /*transform: rotate(2deg);*/
    display: -webkit-flex;
    
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    text-transform: uppercase;
}

.contentBody{
        margin-bottom: 55px;
}
.desktop .contentBody{
    padding-right: 40px;
}
.mobile .contentBody{
    padding-right: 20px;
}



.keywordsCont{
    /*border-left: 2px solid;
    border-right: 2px solid;*/
    box-sizing: border-box;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    /*-webkit-align-items: center;*/
    /* padding-left: 4
px
; */
    background: white;
}
.keywordSubCont{
    break-inside: avoid;
    /*width: 66%;*/
}

.metaKeyword .stroke{
   /* border-bottom: 2px solid;*/
   /* border-left: 2px solid;*/
    width: 18px;
    
    /* position: absolute; */
    margin: auto 5px 9px -20px;
    height: 30px;
    box-sizing: border-box;
}
.text .metaKeyword .stroke{

}

.metaKeyword{
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: unset;
    /* margin-top: 15
px
; */
    /* margin-left: 15
px
; */
    height: 33px;

}

.betaKeyword{
    /*height: 20px;
    display: -webkit-flex;
    -webkit-align-items: -webkit-flex-end;*/
    /*margin-top: 4px;*/
    /*white-space: nowrap;*/
}

.bio p:not(figcaption p), .contact p:not(figcaption p){
    background: white;
    padding-left: 15px;
    line-height: 1.2em;
}

.filteredContent_contact{
        padding-bottom: 100%;
}

.bio figcaption p{
    font-size: 0.8em;
    margin-top: 4px;
}

.bio .stroke{
    width: 20px;
    margin-top: 10px;
    position: absolute;
}

.search .betaKeyword .stroke, .projects .betaKeyword .stroke{
    /*border-bottom: 2px solid;*/
    width: 20px;
    /*border-left: 2px solid;*/
    height: 100%;
    margin-left: 4px;
    margin-bottom: 6px;
}
.projects .betaKeyword .stroke{
        /*border-bottom: 2px solid;    
        width: 20px;
    height: 100%;*/
}

.metaKeyword p{
    margin: 0;
    font-style: italic;
}

.search .angleLine{
    width: calc(10% - 7px);
    margin-top: 104px;
    position: absolute;
    /*border-top: 2px solid;*/
    height: 50%;
    /*border-left: 2px solid;*/
    z-index: 31;
    margin-left: 4px;
    pointer-events: none;
}
.info .angleLine{
    width: 10%;
    margin-top: 80px;
     position: absolute; 
    border-top: 2px solid;
    height: 100px;
    /*border-left: 2px solid;*/
    z-index: 31;
    margin-bottom: -20px;
}
.infoContVisible{
    /*min-height: 500px;*/
    /*border-top: 1px dashed;*/
    
}
.infoCont{
    background-color: white;
    margin-right: 10px;
    margin-bottom: 20px;
}

#infoCircle{
    transition: 1s transform;
    transform: rotate(-240deg);
}
.no-pe{
    pointer-events: none;
}
.desktop .prTitle{
    margin: 8px 8px 8px 8px;
    text-align: center;
    padding: 0px 10px;
    word-spacing: 0.5em;
}
.mobile .prTitle{
    margin: 9px 3px;
    line-height: 1.4em;
    font-size: 0.95em;
    word-spacing: 0.2em;

}
.prTitle{
    font-size: 1.1em;
    
    /* font-style: italic; */
    
    cursor: pointer;
    width: fit-content;
    
}
.prTitle:hover .letter, .tagParent:hover .letter{
    /*background-color: #bcbcbc;*/
    color: blue

}
.news-letter{
    fill:blue;
}
.projects-letter{
    fill:blue;
}
.galleryImage{
    height: 100%;
    width: fit-content;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;

}
code{
    font-size: 1em;
   /*     line-height: 1em;*/
}

.projectTextBody p, .projectTextBody p em, .projectTextBody p strong,.textTextBody p, .textTextBody p em, .textTextBody p strong, .talkTextBody p, .talkTextBody p em, .talkTextBody p strong{
    transition: 0.5s color;
}
.desktop .text p:not(.year, .medium, .caption, figcaption p){
    margin-left: 10px;
}

figcaption p{
    margin-top: 2px;
}
.desktop .galleryImage img{
    max-width: 95%;
}
.galleryImage img{
    max-height: 95%;
    /*max-width: 90%;*/
    margin-top: 10px;

}
.miniVideos iframe{
    
    margin: 5px;
}
.mobile .miniVideos iframe{
    max-height: 80px;
    max-width: 100%;
}
.desktop .miniVideos iframe{
    max-height: 120px;
    max-width: 45%;
}
.miniVideos{
    /*width: 45%;*/
    
    display: flex;
    align-items: center;
    justify-content: space-around;
    -webkit-flex-wrap: wrap
}

.captionTitle{
    /*text-transform: uppercase;*/
    margin-left: 5px;
   /* word-spacing: 1.01em;*/
    cursor: pointer;
}

.captionTitle .type{
    margin-left: 5px;
}
.videoTitle{
     word-spacing: 1.01em;
     text-transform: uppercase;
}

.captionTitle:hover .letter{
    color: blue
}

.galleryCaption{
    background: white;
    margin: 0;
    width: 90%;
    transition: 0.2s width;
    font-size: 0.85em;
}
.imgGallery{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    z-index: 100000;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    transition: 1s top;
    background: rgba(0,0,255,0.4);
}

.projectCredits{
    font-size: 0.9em;
    line-height: 1.8em;
    width: 100%;
}

.projectCredits p{
    text-align: center;
    font-size: 1.2em;
}
.projectCredits strong{
    letter-spacing: 0em;
    word-spacing: 0.5em;
    font-weight: normal;
    text-transform: uppercase;
    
}
.desktop .whatFilter{
    margin-top: 45px;
}
.mobile .whatFilter{
    margin-top: 20px;
    text-align: left;
}
.whatFilter{
    text-align: center;
    font-size: 15px;
}
.whatFilter .word{
    margin: 5px;
}
.bibliography{
        font-size: 0.8em !important;
}
sup{
    color: blue;
}
.talkIntro{
        font-size: 0.8em;
    padding-bottom: 3em;
}
.talkIntro p{
    text-align: center;
}

.svg-letter, .svg-letter-f{
    /*filter: drop-shadow( 0px 0px 3px rgb(150 150 150));*/
}
.word, .word-keyword, .word-link,.word-tag{
    white-space: nowrap;
}

strong{
    font-weight: normal;
    text-transform: uppercase;
}

h3{
    font-size: 1.1em;
}