@charset "utf-8";
@font-face{
    font-family: "DM Mono Regular";
    src:url(../fonts/DM_Mono/DMMono-Regular.ttf);
}
@font-face{
    font-family: "DM Mono Medium";
    src:url(../fonts/DM_Mono/DMMono-Medium.ttf);
}

@font-face{
    font-family: "DM Sans Regular";
    src:url(../fonts/DM_Sans/DMSans_18pt-Regular.ttf);
}
@font-face{
    font-family: "DM Sans Medium";
    src:url(../fonts/DM_Sans/DDMSans_18pt-Medium.ttf);
}

@font-face{
    font-family: "IBM Plex Mono Regular";
    src:url(../fonts/IBM_Plex_Mono/IBMPlexMono-Regular.ttf);
}
@font-face{
    font-family: "IBM Plex Mono Medium";
    src:url(../fonts/IBM_Plex_Sans/IBMPlexMono-Medium.ttf);
}

@font-face{
    font-family: "IBM Plex Sans Regular";
    src:url(../fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf);
}
@font-face{
    font-family: "IBM Plex Sans Medium";
    src:url(../fonts/IBM_Plex_Mono/IBMPlexMono-Medium.ttf);
}

@font-face{
    font-family: "Fira Code Regular";
    src:url(../fonts/Fira_Code/FiraCode-Regular.ttf);
}
@font-face{
    font-family: "Fira Code Medium";
    src:url(../fonts/Fira_Code/FiraCode-Medium.ttf);
}

@font-face{
    font-family: "Fira Sans Regular";
    src:url(../fonts/Fira_Sans/FiraSans-Regular.ttf);
}
@font-face{
    font-family: "Fira Sans Medium";
    src:url(../fonts/Fira_Sans/FiraSans-Medium.ttf);
}


@font-face{
    font-family: "PT Mono Regular";
    src:url(../fonts/PT_Mono/PTMono-Regular.ttf);
}

@font-face{
    font-family: "PT Sans Regular";
    src:url(../fonts/PT_Sans/PTSans-Regular.ttf);
}

@font-face{
    font-family: "Space Mono Regular";
    src:url(../fonts/Space_Mono/SpaceMono-Regular.ttf);
}

@font-face{
    font-family: "Space Grotesk Regular";
    src:url(../fonts/Space_Grotesk/SpaceGrotesk-Regular.ttf);
}
@font-face{
    font-family: "Space Grotesk Medium";
    src:url(../fonts/Space_Grotesk/SpaceGrotesk-Medium.ttf);
}

@font-face{
    font-family: "Rethink Sans Regular";
    src:url(../fonts/Rethinks_Sans/RethinkSans-Regular.ttf);
}
@font-face{
    font-family: "Rethink Sans Medium";
    src:url(../fonts/Rethinks_Sans/RethinkSans-Medium.ttf);
}

@font-face{
    font-family: "Zilla Slab Regular";
    src:url(../fonts/Zilla_Slab/ZillaSlab-Regular.ttf);
}
@font-face{
    font-family: "Zilla Slab Medium";
    src:url(../fonts/Zilla_Slab/ZillaSlab-Medium.ttf);
}

html{
    margin: 0;
    padding: 0;
    font-size: 7px;
    line-height: 1.3;
    min-height:100%;
    position: relative;
    font-family: sans-serif;
}
html.DM-Mono-Regular{
    font-family: "DM Mono Regular";
}
html.DM-Mono-Medium{
    font-family: "DM Mono Medium";
}
html.DM-Sans-Regular{
    font-family: "DM Sans Regular";
}
html.DM-Sans-Medium{
    font-family: "DM Sans Medium";
}
html.IBM-Plex-Mono-Regular{
    font-family: "IBM Plex Mono Regular";
}
html.IBM-Plex-Mono-Medium{
    font-family: "IBM Plex Mono Medium";
}
html.IBM-Plex-Sans-Regular{
    font-family: "IBM Plex Sans Regular";
}
html.IBM-Plex-Sans-Medium{
    font-family: "IBM Plex Sans Medium";
}
html.Fira-Code-Regular{
    font-family: "Fira Code Regular";
}
html.Fira-Code-Medium{
    font-family: "Fira Code Medium";
}
html.Fira-Sans-Regular{
    font-family: "Fira Sans Regular";
}
html.Fira-Sans-Medium{
    font-family: "Fira Sans Medium";
}
html.PT-Mono-Regular{
    font-family: "PT Mono Regular";
}
html.PT-Sans-Regular{
    font-family: "PT Sans Regular";
}
html.Space-Mono-Regular{
    font-family: "Space Mono Regular";
}
html.Space-Grotesk-Regular{
    font-family: "Space Grotesk Regular";
}
html.Space-Grotesk-Medium{
    font-family: "Space Grotesk Medium";
}
html.Rethink-Sans-Regular{
    font-family: "Rethink Sans Regular";
}
html.Rethink-Sans-Medium{
    font-family: "Rethink Sans Medium";
}
html.Zilla-Slab-Regular{
    font-family: "Zilla Slab Regular";
}
html.Zilla-Slab-Medium{
    font-family: "Zilla Slab Medium";
}

#all-rights-reserved{
    white-space: nowrap;
}
.hidden{
    display: none;
}
#credit{
    position: absolute;
    left: 2.6rem;
    bottom: 10.4rem;
    font-size: 3rem;
    z-index: 2;
    margin-right: 10.4rem;
}
#info-close{
    position: absolute;
    top:2.6rem;
    right: 2.6rem;
    width:40px;
    height:35px;
    z-index: 4;
}
#random-thoughts-close{
    position: absolute;
    top:2.6rem;
    right: 2.6rem;
    width:40px;
    height:35px;
    z-index: 4;
}
.leftward-stroke{
    background-color: black;
    position: absolute;
    top:16.25px;
    widows: 0;
    width: 40px;
    height:2px;
    rotate: z -45deg;
    transform-origin: center;
}
.rightward-stroke{
    background-color: black;
    position: absolute;
    top:16.25px;
    widows: 0;
    width: 40px;
    height:2px;
    rotate: z 45deg;
    transform-origin: center;
}
#info-close:hover>.leftward-stroke, #info-close:hover>.rightward-stroke, #random-thoughts-close:hover>.leftward-stroke, #random-thoughts-close:hover>.rightward-stroke{
    background-color: white;
    box-shadow: 0 0 10px #a4a4a4;
}
#credit>span{
    white-space: nowrap;
}
a{
    color:#111111;
}
a:visited{
    color:#111111;
}
#all-works{
    margin-left: -2.6rem;
    width:calc(100% + 2.6rem);
    margin-bottom: 6.5rem;
}
#all-tags{
    max-height: 163.718px;
    overflow-y: hidden;
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    margin-bottom: 2.6rem;
    margin-left: -2.6rem;
    padding-left: 2.6rem;
    /*border-top:1.5px dashed rgba(100,100,100,0.5);*/

}
#all-tags.gradient-mask{
    overflow-x: hidden;
    overflow-y: auto;
        mask-image: linear-gradient(rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
}
#all-tags-container-upper-border{
    width: 100%;
    height:0;
    border-top:1.5px dashed rgba(100,100,100,0.5);
}
#all-tags::-webkit-scrollbar {
    width: 14px;
    border: 1.5px dashed rgba(100, 100, 100, 0.5);
    border-radius: 7px;
    opacity: 0.6;
}
#all-tags::-webkit-scrollbar-thumb {
    width: 14px;
    border: 1.5px solid rgba(100, 100, 100, 0.5);
    border-radius: 7px;
    opacity: 0.6;
}

#nav-switch{
    z-index: 4;
    position: fixed;
    top: 2.6rem;
    right:2.6rem;
    width:40px;
    height:35px;
    display: none;
}
nav.hidden{
    display: none;
}
#upper-line{
    width:100%;
    height:2.5px;
    top:0;
    left:0;
    position:absolute;
    background-color: black;
}
#middle-line{
    width:100%;
    height:2.5px;
    top:calc(50% - 1.25px);
    left:0;
    position:absolute;
    background-color: black;
}
#lower-line{
    width:100%;
    height:2.5px;
    bottom:0;
    left:0;
    position:absolute;
    background-color: black;
}

#show-hide-random-thoughts{
    cursor: pointer;
    position: fixed;
   /* line-height: 1.5625;*/
    top: 2.6rem;
    /*left:calc(50vw + 2.6rem);*/
    right: 2.6rem;
    font-size: 4rem;
    text-shadow: 0px 0px 10px #ffffff;
    z-index: 7;
    text-decoration: underline;
}
#show-hide-random-thoughts.turn{
    rotate: z 90deg;
    translate: 0 287.273px;
    transform-origin: top right;
}
#show-hide-info{
    cursor: pointer;
    position: fixed;
    /*line-height: 1.5625;*/
    top:2.6rem;
    right:calc(50vw + 2.6rem);
    font-size: 4rem;
    text-shadow: 0px 0px 10px #ffffff;
    z-index: 7;
    text-decoration: underline;
}
#show-hide-info.turn{
    rotate: z 90deg;
    translate: 0 92.617px;
    transform-origin: top right;
}

#show-hide-random-thoughts:hover, #show-hide-info:hover{
    color: white;
    text-shadow: 0 0 10px white;
}
#show-hide-random-thoughts.turn:hover, #show-hide-info.turn:hover{
    color: white;
    text-shadow: 0 0 10px #a4a4a4;
}
#random-thoughts-container{
    width: 50vw;
    height:100vh;
    position: fixed;
    right:0;
    top:0;
    border:none;
    z-index: 4;
    white-space: pre-line;
    font-size: 3rem;
}
#random-thoughts-background{
    will-change: filter;
    position: absolute;
    top:-10px;
    left:-10px;
    width: calc(50vw + 20px);
    height:calc(100vh + 20px);
    overflow-y: scroll;
    background-color: #ffffff;
    opacity: 0.9;
    z-index: 2;
    filter: blur(20px);
}
#random-thoughts{
    font-size: 3rem;
    white-space: pre-wrap;
    /*--*/
    position: absolute;
    top:0;
    left:0;
    width: 50vw;
    height:calc(100vh - 18.2rem);
    overflow-y: auto;
    z-index: 3;
    padding: 2.6rem;
    padding-right: 10.4rem;
    box-sizing: border-box;
    mask-image: linear-gradient(rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
    -webkit-mask-image: linear-gradient(rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
    /*display: none;*/
}
#random-thoughts>h5{
    font-size: 5rem;
    margin: 0;
    line-height: 1.25;
}
#random-thoughts>h6{
    font-size: 4rem;
    margin: 0;
    line-height: 1.25;
}
#random-thoughts::-webkit-scrollbar{
    width: 14px;
    border: 1.5px dashed rgba(100, 100, 100, 0.5);
    border-radius: 7px;
    opacity: 0.6;
}

#random-thoughts::-webkit-scrollbar-thumb{
    width: 14px;
    border: 1.5px solid rgba(100, 100, 100, 0.5);
    border-radius: 7px;
    opacity: 0.6;
}
a:hover{
    color:white;
}
#cloud-container{
    overflow: hidden;
    filter: blur(20px);
    transform: translate3d(0, 0, 0);
    z-index: -1;
    /*left:-1rem;*/
    /*top:-1rem;*/
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    will-change: filter;
}
.cloud-piece{
    position: absolute;
    /*display: inline-block;*/
    width:40px;
    height:40px;
    margin: 0;
    background-color:white;
    opacity: 0.5;
    /*filter: blur(10px);*/
    /*transition: all ease 0.1s;*/
    transform: translate3d(0, 0, 0);
    will-change: opacity;
}

body{
    overflow-x: hidden;
    cursor: url("../mouse/neuro.png") 31 31, auto;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    font-size: 0;
    padding: 2.6rem;
    margin: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    background-color: #dddddd;
    color:#111111;
    text-shadow: 0px 0px 10px #ffffff;
    height:100%;
}


.flex-container{
    width: 100%;
    height: auto;
    display: flex;
    align-items: baseline;
}
/*#info{
    margin-bottom: 2.5rem;
}*/
#lobbin-name{
    display: inline;
    margin-right: 2.6rem;
    font-size: 4rem;/*
    line-height: 1.5625;*/
    margin-bottom: 2.6rem;
}
#artist-statement{
    font-size: 3rem;
}
#artist-statement.border{
    border-bottom: 1.5px solid black;
}
#cv{
    font-size: 3rem;
}
#info{
    font-size: 0;
    white-space: pre-wrap;
    /*--*/
    position: absolute;
    top:0;
    left:0;
    width: 50vw;
    height:calc(100vh - 18.2rem);
    overflow-y: auto;
    z-index: 3;
    padding: 2.6rem;
    padding-right: 10.4rem;
    box-sizing: border-box;
    mask-image: linear-gradient(rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
    -webkit-mask-image: linear-gradient(rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
    hyphens: auto;
    hyphenate-limit-chars: 7 3 3;
    -ms-hyphenate-limit-lines: 1;
    -webkit-hyphenate-limit-lines: 1;
    hyphenate-limit-lines: 1;
    /*display: none;*/
}

#info::-webkit-scrollbar{
    width: 14px;
    border: 1.5px dashed rgba(100, 100, 100, 0.5);
    border-radius: 7px;
    opacity: 0.6;
}

#info::-webkit-scrollbar-thumb{
    width: 14px;
    border: 1.5px solid rgba(100, 100, 100, 0.5);
    border-radius: 7px;
    opacity: 0.6;
}
#contact{
    z-index: 8; 
    font-size: 3rem;
    position: fixed;
    bottom:2.6rem;
    left:2.6rem;
}
#copyright-notice{
    z-index: 8; 
    font-size: 3rem;
    position: fixed;
    bottom:2.6rem;
    left:calc(50vw + 2.6rem);
}
#divider{
    width: 100%;
    height: 3.9rem;
    margin-bottom: 3.9rem;
    border-bottom: 1.5px dashed rgba(100,100,100,0.5);
}
#info-background{
    will-change: filter;
    position: absolute;
    top:-10px;
    left:-10px;
    width: calc(50vw + 20px);
    height:calc(100vh + 20px);
    overflow-y: scroll;
    background-color: #ffffff;
    opacity: 0.9;
    z-index: 2;
    filter: blur(20px);
}
#info-container{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50vw;
    z-index: 5;
}
.work-description{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-line;
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.5)) drop-shadow(0px 0px 2px rgba(255,255,255,0.7)) drop-shadow(0px 0px 1px #ffffff);
    text-shadow: none;
    hyphens: auto;
    hyphenate-limit-chars:7 3 3;
    -ms-hyphenate-limit-lines: 1;
    -webkit-hyphenate-limit-lines: 1; 
    hyphenate-limit-lines: 1;
}
#search-bar{
    width:0;
    flex-grow: 1;
    height:5.2rem;
    border:4px solid black;
    display: inline-block;
    margin: 0;
    vertical-align: baseline;
    font-size: 4rem;
    position: relative;
    top: calc(-2.6rem + 1px);
    outline: none;
}
.large-tags{
    /*display: block;*/
    cursor: pointer;
    white-space: nowrap;
    font-size: 4rem;
    border: 2px solid #111111;
    padding-bottom: 2px;
    border-radius: 4rem;
    padding-left: 6px;
    padding-right: 6px;
    margin-right:10px;
    line-height: 7.8rem;
    box-shadow: 0 0 10px white, inset 0 0 10px white;
    text-shadow: 0 0 10px white;
    /*position: relative;
    top: calc(-2rem + 4px);*/
}
.large-tags:hover{
    box-shadow: 0 0 10px white, inset 0 0 10px white, 0 0 20px white, inset 0 0 20px white, 0 0 30px white, inset 0 0 30px white;
    text-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white;;
}
.large-tags.non-applied-tag:hover{
    color:#ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px white, inset 0 0 10px white;
    text-shadow: 0 0 10px white;
}
.tags{
    white-space: nowrap;
    font-size: 2rem;
    border: 1px solid #111111;
    padding-bottom: 1px;
    margin-right: 10px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 2rem;
    line-height: 3.9rem;
    box-shadow: 0 0 5px white, inset 0 0 10px white;
    text-shadow: 0 0 5px white;
    
}
.non-applied-tag{
    border: 2px solid #999999;
    color: #999999;
}
.title-link{
    position: relative;
    z-index: 5;
    text-shadow: 0px 0px 10px #ffffff;
}
    
h1{
    font-size: 6rem;
    font-weight: normal;
    margin: 0;
}

h6{ 
    display: inline-block;
    font-size: 4rem;
    font-weight: normal;
    margin: 0;
}
.work-title{
    margin-bottom: 2.6rem;
    text-decoration: underline;
}
p{
    font-size: 2rem;
    margin:0;
}
div.work-types{
    margin-top: -0.65rem;
    display: inline-block;
    font-size: 0;
    width: calc(70% - 1.3rem);
    margin-right:1.3rem;
    margin-bottom: 2.6rem;
    vertical-align: top;
}
div.work-completion-year{
    display: inline-block;
    width: 30%;
    font-size: 2rem;
    margin-bottom: 2.6rem;
    vertical-align: top;
}
/*.work-images-container>figure:first-of-type{
    margin-left: 0px; 
    transition: margin-left 0.3s ease;
}*/
figure{
    position: relative;
    display: inline-block;
    margin: 0;
    width: 100%;
}
.work-image{
    position: relative;
    z-index: 2;
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1 / 1;
    /*margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 3rem;
    width: calc(100% - 40px);
    height:calc(25vw - 2.5rem * 6 / 4 - 40px);*/
}
.work-images-container>a{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 3rem;
}
figcaption{
    font-size: 12px;
    line-height: 17.5px;
    /*text-indent: 2rem;*/
    position: relative;
    top: -2.6rem;
    text-align: center;
}

.shadow{
    position: absolute;
    top:40px;
    left:40px;
    width: calc(100% - 80px);
    height:calc(100% - 80px);
    /*background-color: rgba(100,100,100,0.5);*/
    background-color: rgba(130,130,130,0.5);
    filter: blur(20px);
    will-change: filter;
    /*display: none;*/
    /*border-radius: 50%;*/
}
/*.work-shadow{
    position: absolute;
    top:50px;
    left:50px;
    width: calc(100% - 100px);
    height:calc(100% - 100px);
    background-color: rgba(255,255,255,0.5);
    filter: blur(20px);
    z-index: -1;
}*/
.work{
    padding-top: 2.6rem;
    border-top: 1.5px dashed rgba(100,100,100,0.5);
    display: inline-block;
    margin-left: 2.6rem;
    margin-bottom: 5.2rem;
    /*width: calc(25vw - 2.6rem * 5 / 4);*/
    width: calc(25% - 2.6rem);
    height:auto;
    vertical-align: top;
    position: relative;
    z-index: 3;
}
.work.hidden{
    display:none;
}
.work-images-container{
    transform: translate3d(0, 0, 0);
    z-index: -1;
    position: relative;
    width: 100%;
    height:auto;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: calc(2.6rem - 3rem);
    margin-top: -20px;
    /*height: calc(25vw - 2.6rem * 5 / 4 - 40px + 20px + 3rem);*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.prev-btn{
    position: absolute;
    height:6.5rem;
    width:6.5rem;
    border-top:solid 2.5px black;
    border-left:solid 2.5px black;
    transform: rotateZ(-45deg);
    transform-origin: center;
    top:calc(50% - 3.125rem);
    left: 2.6rem;
    filter: drop-shadow(0 0 6.5px white);
    z-index: 4;
}
.next-btn{
    position: absolute;
    height:6.5rem;
    width:6.5rem;
    border-top:solid 2.5px black;
    border-right:solid 2.5px black;
    transform: rotateZ(45deg);
    transform-origin: center;
    top:calc(50% - 3.125rem);
    right: 2.6rem;
    filter: drop-shadow(0 0 6.5px white);
    z-index: 4;
}
#light-box{
    position: fixed;
    box-sizing: border-box;
    padding-right: 35px;
    top:0;
    left: 0;
    z-index: 5;
    margin: 2.5rem;
    width: calc(100% - 5rem);
    height: calc(100% - 5rem);
    display: none;
}
#light-box.show{
    display: block;
}
#light-box-white-shadow{
    z-index: -1;
    position: absolute;
    top:0px;
    left:0px;
    width: calc(100% - 0px);
    height:calc(100% - 0px);
    background-color: rgba(255,255,255,1);
    filter: blur(25px);
}
#light-box .work-images-container{

    height:calc(100% - 20.5rem);
    margin-bottom:0;
}
#light-box figure{
    height:100%;
}
#light-box .work-image{
    height:calc(100% - 40px);
}
#light-box .shadow{
    height:calc(100% - 100px);
}
#light-box-close{
    width: 6.25rem;
    height: 6.25rem;
    position: absolute;
    right:0;
    top:0;
}

/*.leftward-stroke{
    width:100%;
    height:4px;
    background-color: black;
    position: absolute;
    top: calc(3.125rem - 2px);
    left: 0;
    transform: rotateZ(45deg);
}
.rightward-stroke{
    width:100%;
    height:4px;
    background-color: black;
    position: absolute;
    top: calc(3.125rem - 2px);
    left: 0;
    transform: rotateZ(-45deg);
    
}*/

/*body>*:nth-last-child(-n + 4){
    margin-bottom: 2.5rem;
}*/
@media all and (min-width: 751px){
    .work .prev-btn, .work .next-btn{
        display: none;
    }
}

@media all and (max-width: 1280px){
    
    
    .work{
        /*width: calc(33.33vw - 2.6rem * 4 / 3);*/
        width: calc(33.33% - 2.6rem);
    }
    .work-images-container{
    width: 100%;
    /*height:calc(33.33vw - 2.6rem * 4 / 3 - 40px + 20px + 3rem);*/
    height:auto;
    }
    .work-image{
        /*max-height: calc(33.33vw - 2.6rem * 4 / 3 - 40px);*/
        aspect-ratio: 1 / 1;
    }
    .shadow{
    width: calc(100% - 80px);
    height:calc(100% - 80px);
    /*border-radius: 50%;*/
    }
    /*---------*/ 
}
@media all and (max-width: 1239px){
    #info{
            height: calc(100vh - 22.1rem);
    }
}
@media all and (max-width: 960px){
    .work{
        /*width: calc(50vw - 2.6rem * 3 / 2);*/
        width: calc(50% - 2.6rem);
    }
    .work-images-container{
        width: 100%;
       /* height:calc(50vw - 2.6rem * 3 / 2 - 40px + 20px + 3rem);*/
        height:auto;
    }
    .work-image{
        /*max-height: calc(50vw - 2.6rem * 3 / 2 - 40px);*/
        aspect-ratio: 1 / 1;
    }
    
    .shadow{
    width: calc(100% - 80px);
    height:calc(100% - 80px);
    /*border-radius: 50%;*/
}
}
@media all and (max-width: 750px){
    /*
    h6{
        font-size: 3rem;
    }
    p{
        font-size: 2rem;
    }*/
    #info-container{
        right:0vw;
    }
    #random-thoughts-container{
        width:100vw;
    }
    #info-close{
        right: 2.6rem;
        top: 10.4rem;
    }
    #random-thoughts-close{
        right: 2.6rem;
        top: 10.4rem;
    }
    #random-thoughts{
        width:100vw;
        padding-top: calc(2.6rem + 6 * 1.3rem);
        padding-right: 10.4rem;
        padding-left: 2.6rem;
        height: calc(100vh - 14.3rem);
    }
    #random-thoughts-background {
    width: calc(100vw + 20px);
    height: calc(100vh + 20px);
}
    
    #info-background {
    width: calc(100vw + 20px);
    height: calc(100vh + 20px);
}
    #info{
        width:100vw;
        padding-top: calc(2.6rem + 6 * 1.3rem);
        padding-right: 10.4rem;
        height: calc(100vh - 14.3rem);
    }
    
    .work{
       /* width: calc(100vw - 2.6rem * 2 / 1);*/
        width: calc(100% - 2.6rem);
    }
    .work-images-container{
        width: 100%;
        /*height:calc(100vw - 2.6rem * 2 / 1 - 40px + 20px + 3rem);*/
        height:auto
    }
    .work-image{
        /*max-height: calc(100vw - 2.6rem * 2 / 1 - 40px);*/
        aspect-ratio: 1 / 1;
    }
    .shadow{
        width: calc(100% - 80px);
        height:calc(100% - 80px);
    /*border-radius: 50%;*/
    }
    #show-hide-random-thoughts{
        right: 2.6rem;
        left: auto;
        
    }
    #show-hide-info{
        /*right: 11.57rem;*/
        right: 40rem;
        left: auto;
    }
    /*-----*/
    #copyright-notice{
        font-size: 2rem;
    }
    #contact{
        font-size: 2rem;
    }
    #credit{
        font-size: 2rem;
        bottom: 7.8rem;
    }
 
    
    
    
}


@media all and (max-width: 750px) and (orientation: landscape){
    
    /*h6{
        font-size: 3rem;
    }
    p{
        font-size: 2rem;
    }*/
    #credit{
        bottom:7.8rem;
    }
    .work{
        /*width: calc(100vw - 2.6rem * 2 / 1);*/
        width: calc(100% - 2.6rem);
    }
    .work-images-container{
        width: 100%;
        /*height:calc(45vw - 2.6rem * 2 / 1 - 40px + 20px + 3rem);*/
        height:auto;
    }
    .work-image{
        /*max-height: calc(45vw - 2.6rem * 2 / 1 - 40px);*/
        aspect-ratio: 2 / 1;
    }
    .shadow{
        width: calc(100% - 80px);  
        height:calc(100% - 80px);
    }
       
}

@media (max-width: 592px){
    
    #credit{
            font-size: 2rem;
            bottom: 10.4rem;
        }
    #info{
        
        height: calc(100vh - 16.9rem);
    }
}
@media (max-width: 515px){
    #info{
        padding-right: 2.6rem;
    }
    #random-thoughts{
        padding-right: 2.6rem;
    }
    #info-close{
        top: 2.6rem;
    }
    #random-thoughts-close{
        top: 2.6rem;
    }
    #nav-switch{
        display: block;
    }
     #show-hide-random-thoughts{
        text-align: right;
        position: static;
    }
    #show-hide-info{
        text-align: right;
        position: static;
    }
    nav{
        z-index: 5;
        position: fixed;
        top: 7.8rem;
        width: calc(100% - 5.2rem);
        height: auto;
        min-width: 247.273px;
    }
}
@media (max-width: 495px){
   
    #info-background {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    }
    #info{
        width: 100%;
        height: calc(100% - 20.8rem);
    }
   
    #random-thoughts{
         width: 100%;
        height: calc(100% - 20.8rem);
    }
    #random-thoughts-background {
    width: calc(100vw + 20px);
    height: calc(100vh + 20px);
}
 
}
@media (max-height: 495px){
    #all-tags{
    max-height: 109.188px;
    

}
}
@media (pointer:coarse){
    a:hover{
        color:currentColor;
    }
    .large-tags:hover{
        border: 2px solid black;
        color: black;
        
        box-shadow: 0 0 10px white, inset 0 0 10px white;
        text-shadow: 0 0 10px white;
    }
    .large-tags.non-applied-tag:hover{
        border: 2px solid #999999;
        color: #999999;
        /*box-shadow: 0 0 10px white, inset 0 0 10px white;
        text-shadow: 0 0 10px white;*/
    }
    #show-hide-random-thoughts:hover, #show-hide-info:hover{
        color: currentColor;
    }
    #show-hide-random-thoughts.turn:hover, #show-hide-info.turn:hover{
    color: currentColor;
    text-shadow: 0 0 10px #ffffff;
}
}