/*SETTINGS*/

#hideAll
{
    position: fixed;
    left: 0px; 
    right: 0px; 
    top: 0px; 
    bottom: 0px; 
    background-color: white;
    z-index: 99;
}
#hideImages{
    position: fixed;
    width:50vw;
    height:100vh;
    right: 0px; 
    top: 0px; 
    background-color: white;
    z-index: 99;
}
#hideFooter{
    position: fixed;
    width:50vw;
    height:100px;
    left: 0px; 
    bottom: 0px; 
    background-color: white;
    z-index: 99;
}
@media (max-width:1024px){
    #hideImages, #hideFooter{
        display:none;
    }
}
:root {
    --quadrant: calc((100% - 21px*2)/4 - 15.75px);
    --fullHeight: calc(var(--vh, 1vh) * 100);
}
html, body{
    overflow: hidden!important;
}
div{
    font-size: 0!important;
    line-height: 0!important;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    display:none;
}
@font-face {
    font-family: 'Light';
    src: url('https://files.cargocollective.com/c474847/Domaine-Text-Light.otf') format('woff');
}
@font-face {
    font-family:  'Regular';
    src: url('https://files.cargocollective.com/c474847/Domaine-Text-Regular.otf') format('woff');
}
@font-face {
    font-family:  'Medium';
    src: url('https://files.cargocollective.com/c474847/Domaine-Text-Medium.otf') format('woff');
}
@font-face {
    font-family:  'Bold';
    src: url('https://files.cargocollective.com/c474847/Domaine-Text-Bold.otf') format('woff');
}
a, p{
    font-family: 'Light';
    font-size: 16px;
    line-height:1.3;
    margin:0;
    color: black;
    text-decoration: none;
}
@media (min-width:1800px){
    .description{
        top:30px!important;
    }
    .thumb{
        margin-top:-30px!important;
    }
}
gray{
    color:#ccc;
    transition: color .3s;
}
gray:hover{
    color:black!important;
}
a{
    cursor:pointer;
    transition: color .3s;
}
a:hover{
    color:#CCC;
}

/**/

/*ABOUT*/

.name{
    position:fixed;
    position: absolute;
    left:21px;
    top:21px;
    font-size: 16px;
    font-family: 'Regular';
}
.information{
    position: absolute;
    left: 21px;
    top: 62px;
    width: calc(var(--quadrant)/3*2);
}
.about{
    position: absolute;
    left: 21px;
    top:75px;
    width:calc(100% - 42px);
}
.contactPage{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: var(--fullHeight);
}
#nameContact{
    width:600px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    transition: opacity .3s;
}
#nameContact:hover{
    opacity: .1;
}
.contactText{
    position: fixed;
    bottom: 18px;
    left:50%;
    transform: translateX(-50%);
    width:calc(100% - 42px);
    text-align: center;
}
.aboutTitle{
    position: absolute;
    right:21px;
    top:18px;
    font-family: 'Medium';
}
.contactD:hover, .gallery:hover{
    color:#CCC!important;
}

/**/

/*HOME*/

.commissioned, .personal{
    position:fixed;
    left:50%;
    width:calc(25% - 21px);
    height: var(--fullHeight);
    top: 21px;
    padding-bottom: 21px;
    overflow: auto;
}
.personal{
    left:75%;
}
.image{
    position:relative;
    width:100%;	
    margin-bottom: 21px;
}
.image img{
    width: 100%;
}
.image a{
    line-height: 0;
}
.opacity90{
    opacity:0.9;
}
.opacity95{
    opacity:0.95;
}
.frame{
    opacity: 0;
    position: absolute;
    width:calc(100% - 42px);
    height:calc(100% - 42px);
    border: thin solid white;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    transition: opacity .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding:21px;
}
.frame p{
    color:white;
}
.frame p:nth-child(1){
    font-family: 'Medium';
}
.image:hover .frame{
    opacity:1;
}

/**/

/*MENU*/

@media(min-width:1025px){
    .menuButton{
        display:none;
    }
}
.menu{
    z-index: 5;
    position: fixed;
    background-color: white;
    width:100%;
    height:100%;
    padding: 21px 21px 15px 21px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.menuButton{
    position: absolute;
    right:16px;
    top:16px;
    height:21px;
    width:21px;
}
.more, .less{
    position: absolute;
    height:1px;
    width:13px;
    background-color: black;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.more{
    width:1px;
    height:13px;
}

/**/

/*GALLERY*/

.galleryHeader p{
    font-family: 'Medium';
}
.galleryContainer{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: flex-start;
    position: absolute;
    width:100%;
    height:100vh;
    top:0;
    left:0;
    padding:68px 10.5px 0 10.5px;
    overflow: scroll;
}
.imageContainer{
    position: relative;
    width:calc(100%/4);
}
.imageContainer img{
    width:100%;
}
.contentContainer{
    position: relative;
    width:calc(100% - 21px);
    transform: translateX(10.5px);
    margin-bottom: 68px;
}
.contentContainer.small{
    width:calc(100% - 116px);
    transform: translateX(58px);
}
@media (max-width:1800px){
    .contentContainer{
        margin-bottom: 55px;
    }
    .contentContainer.small{
        width:calc(100% - 89px);
        transform: translateX(44.5px);
    }
}
.contentContainer:hover .frame{
    opacity: 1;
}

/**/

/*PROYECTO*/

.galleryHeader, .header{
    display:flex;
    justify-content: space-between;
    padding: 18px 21px 18px 21px;
    position: fixed;
    top:0;
    left:0;
    z-index: 3;
    width:100%;
}
.header a, .header p{
    height:21px;
}
.projectTitle{
    font-family: 'Medium';
}
.counterHidden{
    visibility: hidden;
}
.counter, .counterMobile{
    position: fixed;
    right:21px;
    top:18px;
    z-index: 999999;
}
.slide, .slideMobile {
    position: relative;
    height: var(--fullHeight);
    width: 100%;
}
/*DESKTOP*/@media(min-width:1025px){
    button{
        cursor:none!important;
    }
    .slideMobile, #buttonsMobile, .counterMobile{
        display:none;
    }
}
/*MOBILE*/@media(max-width:1024px){
    .slide, #buttons, .counter{
        display:none;
    }
}
button {
    position: fixed;
    width:100%;
    height:50%;
    left:0;
    border:none;
    background-color: transparent;
}
.next, .nextMobile{
    bottom:0;
}
.previous, .previousMobile{
    top:0;
}
.nextArrow, .previousArrow{
    display:none;
    position: fixed;
    width:35px;
    margin-left: -17.5px;
    margin-top: -42px;
    transform: rotate(180deg);
}
.previousArrow{
    margin-top: 9px;
    transform:none;
}
.next:hover .nextArrow, .previous:hover .previousArrow{
    display:initial;
}
.thumbContainer{
    position: absolute;
    top:50%;
    transform: translate(0,-50%);
    width:100%;
}
.thumb{
    position: relative!important;
    width: calc(100%/7);
    top:50%;
    left:50%;
    transform: translate(-50%,0);
    margin-top:-26px;
}
.description{
    position: relative;
    width:calc(100%/7*2);
    left:50%;
    top:26px;
    transform: translate(-50%);
    text-align: center;
    font-size: 14px;
}
hashtag{
    color:#BFBFBF;
}
/*IMAGES*/
.slide img{
    position:absolute;
}
/*VERTICAL*/
.imageVL, .imageVR, .imageVC{
    width:calc((100%/3) - 21px + 7px);
    bottom:21px;
    left:21px;
}
.imageVR{
    left:initial;
    right:21px;
}
.imageVC{
    left:50%;
    transform: translate(-50%);
}
/*HORIZONTAL*/
.imageHL, .imageHR{
    width:calc((100%/3)*2 - 21px - 7px);
    bottom:21px;
    left:21px;
}
.imageHR{
    left:initial;
    right:21px;
}
/*FULL*/
.imageFL, .imageFR{
    left:0;
    top:0;
    height:100%;
}
.imageFR{
    left:initial;
    right:0;
}
.imageFH{
    height:100%;
    width:100%;
    left:50%;
    transform: translate(-50%);
    object-fit: cover;
}
.imageFV{
    height:100%;
    left:50%;
    transform: translate(-50%);
}
/*CENTER*/
.imageCL, .imageCR{
    width: calc(100%/7*2);
    top:50%;
    left:calc(100%/7);
    transform: translate(0,-50%);
}
.imageCR{
    left:calc(100%/7*4);
}
.imageC{
    width: calc(100%/7*2);
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);  
}

/*EXTRA*/

.margin{
    position: fixed;
    width:50%;
    height:21px;
    background: white;
    bottom:0;
    right:0;
}

/*NON DESKTOP*/

@media(max-width:1024px){
    .commissioned, .personal{
        position:fixed;
        width:50%;
        height: var(--fullHeight);
        top:54px;
        padding-bottom: 54px;
    }
    .commissioned{
        left:0;
        padding-left: 21px;
        padding-right:10.5px;
    }
    .personal{
        left:50%;
        padding-left:10.5px;
        padding-right:21px;
    }
    .frame{
        width:calc(100% - 26px);
        height:calc(100% - 26px);
        padding:13px;
    }
    .margin{
        width:100%;
    }

    /*PROYECTO*/

    .header{
        background-color: white;
    }
    .counterMobile{
        top:18px;
    }
    .thumbContainer{
        position: absolute;
        top:50%;
        transform: translate(0,-50%);
    }
    .thumb{
        position: relative!important;
        width:50%!important;
        left:25%!important;
        transform: none!important;
    }
    .description{
        width:calc(100% - 42px);
    }
    .contact{
        position: fixed;
        display: flex;
        justify-content: center;
        width:100%;
        bottom:0;
        padding: 18px 0 18px 0;
        background-color: white;
    }
    #nameContact{
        width:calc(100% - 42px);
    }
}
/*TABLET*/
@media (min-width:641px) and (max-width:1024px){
    .thumb{
        width:calc(100%/3)!important;
        left:calc(100%/3)!important;
    }
    .description{
        width:50%;
    }
    .slideMobile img{
        position: absolute;
        height:calc(100% - 52px*2);
        width:auto;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
    .imageHL, .imageHR, .imageFH{
        height:initial!important;
        width:calc(100% - 34px*2)!important;
    }
}
/*MOBILE*/
@media (max-width:640px){
    .slideMobile img{
        position: absolute;
        height:initial;
        width:calc(100% - 42px);
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
}

/*HOME 2*/

.nameMobile{
    display: none;
}
@media (max-width:1024px){ 
    .homeScroll, .footer2{
        display:none!important;
    }
    .nameMobile{
        display: block;
        position: absolute;
        left:21px;
        top:16px;
        font-size: 16px;
        font-family: 'Regular';
        line-height:1.6;
    }
}
@media (min-width:1025px) and (max-width:1800px){
    .nameContainer{
        height:calc(50vh - 21px - 20px)!important;
    }
    #name{
        width:450px!important;
    }

}
@media (min-width:1801px){
    .nameContainer{
        height:calc(50vh - 21px - 30px)!important;
    }
    #name{
        width:600px!important;
    }
}
#name{
    position: absolute;
    z-index: 2;
    transform: translateX(-50%);
    left:25vw;
    padding-top: 21px;
    cursor:pointer;
}
.sticky {
    position: fixed!important;
    top: 0!important;
}
.footer2{
    display: inline-block;
    transform: translateX(-50%);
    margin-left:25vw;
    position: fixed;
    bottom:16px;
    z-index: 2;
}
.footer2 a{
    margin:10.5px;
    font-size: 15px;
}
#gScroll, #pScroll{
    position: relative;
    width:50%;
    height:100vh;
    margin-top:50vh;
}
#pScroll{
    margin-top:0;
}
.gImage, .pImage{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:50%;
    line-height: 0;
}
.gImage img{
    position: relative;
    width:100%;
}
.gImage:hover .frame{
    opacity:1;
}
#aScroll{
    position: relative;
    height:100vh;
    z-index: 1;
    width:50%;
}
#aScroll p{
    position: absolute;
    width:50%;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
    background-color: transparent /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button {
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}
