*{
    font-weight:normal;
    margin:0;
    padding:0;
    color:black;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    outline:none;
    border:none
}

.font-titles {
    font-family: "Fraunces", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
      "SOFT" 100,
      "WONK" 1;
}
.font-titles-alt {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
    font-family: "Fraunces", serif;
    font-optical-sizing: none;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
      font-size:40px;
      letter-spacing: -2px;
}
.txt-dc-n{
    text-decoration: none;
}

img{display: inline-block;width: 100%;}
ul,ol {
    list-style-position: inside;
}

body > main, body > footer *{
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0px;
}
article#project aside, article#project .main .block, article#project #presentation{
    padding-left:20px;
    padding-right: 20px;
}
article#project .main{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

article#project .main iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 30px;
}

article#project .main .block{
    margin-bottom: 10px;
}

article#project aside h2{
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 18px;
    text-align: center;
}
article#project aside #year{
    margin-bottom: 20px;
    text-align: center;
}
article#project.mood aside #year{
    font-family: "Fraunces", serif;
    font-optical-sizing: none; 
    font-weight: 600; 
    font-style: normal; 
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
}

article#project aside #desc{
    padding-top: 20px;
    text-align: center;
}

article#project:not(.mood) aside #desc p, article#article .main p, article#project aside #desc p em{
    margin-bottom: 15px;
    line-height: 24px;
    opacity: 50%;
}

article#project.mood aside #desc{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

article#project.mood aside #desc > p{
    max-width: 500px;
    color:#000; 
    font-family: "Fraunces", serif;
    line-height: 35px; 
    font-optical-sizing: none; 
    font-weight: 300; 
    font-style: normal; 
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
    font-size:30px; 
    letter-spacing: -1px;
    margin-bottom: 30px;
}

article#project.mood aside #desc p em{
    color:#000;
    opacity: 100%; 
    font-family: "Fraunces", serif;
    line-height: 35px; 
    font-optical-sizing: none; 
    font-weight: 300; 
    font-style: normal; 
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
    font-size:30px; 
    letter-spacing: -1px;
    font-style: italic;
}

article#project.mood aside #desc p strong{
    color:#000; 
    font-family: "Fraunces", serif;
    line-height: 35px; 
    font-optical-sizing: none; 
    font-weight: 450; 
    font-style: normal; 
    font-variation-settings:
      "SOFT" 0,
      "WONK" 1;
    font-size:30px; 
    letter-spacing: -1px;
}


article#project aside #cat{
    margin-bottom: 20px;
}

article#project aside #cat a, article#project aside #tag a{
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
}

article#project aside #cat a:hover, article#project aside #tag a:hover{
    text-decoration: underline;
}

article#project aside #tag{
    margin-bottom: 30px;
}

article#project aside #tag a{
    font-size: 12px;
}

article#project #presentation{
    padding-top: 60px;
    padding-bottom: 40px;
    max-width: 900px;
    margin: 0 auto;
}

article#project #presentation a{
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 60px 0 30px 0;
    font-size: 18px;
}
form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
form > *{
 margin: 5px 20px;
 width: 100%;
 max-width: 400px;
}

form input, form textarea{
    border:1px solid #acacac;
    padding: 10px 15px;
    border-radius: 5px;
}
form textarea{
    height: 125px;
    resize: none;
}
form input[name="contact_title"] {
    position: absolute;
    left: -999999999px;
  }
  form input[name="submitted"] {
    cursor: pointer;
  }
.grid, .grid-alt{
    display: grid;
    gap:10px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
}

.grid.projectpress a{
    max-width: 250px;
}

.grid a, .grid-alt a{
    text-decoration: none;
    margin-bottom: 30px;
    position: relative;
}

.grid a span {
    position: relative;
}

.grid a .etiquette{
    width: 100%;
    position: absolute;
    display: flex;
    bottom:0;
    left:0;
    padding: 7px;
    justify-content: center;
}
.grid a .etiquette p{
    background-color: #000;
    color:#fff;
    padding: 4px 7px;
    font-size: 14px;
    border-radius: 5px;
}
.grid a .etiquette p:last-child{  
    margin-left: 5px;
}

.grid a div{
    padding: 0 10px;
}
.grid a div h2{
    font-size: 22px;
    text-align: center;
    line-height: 26px;
}
.grid a div h3{
    margin-top: 4px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: underline;
}
.grid img{
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 5px;
}
.grid.press img{
    aspect-ratio: 5 / 4;
    object-fit: cover;
}
.grid a div p{
    font-size: 16px;
    opacity: 60%;
    padding: 0;
    text-align: center;
    margin-top: 6px;
}
.grid-alt a, .grid-alt a section{
    border: solid 1px rgba(0,0,0,10%);
    border-radius: 5px;

}
.grid-alt a{
    padding: 3px;
    display: flex;
    align-items: center;
    
}
.grid-alt a section{
    padding: 20px;
    height: calc(100% - 40px);
    
}
.grid-alt a h2{
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}
.grid-alt a p{
    margin: 10px 0px !important;
}

.grid-alt .excerpt p, .grid-alt .excerpt p em, .grid-alt .excerpt p strong{
    font-size: 16px !important;
    line-height: 18px;
    color:#acacac;
}
#filters{
    text-align: center;
    margin-bottom: 20px;
}
#filters > a{
    display: inline-block;
    text-decoration: none;
    border: 1px solid #000;
    padding: 5px 10px;
    margin: 5px 5px;
}
#filters > a:hover, #filters a.active{
    background-color: #000;
    color:#fff;
}
#filters h2 a{
    display: inline-block;
    margin-top: 50px;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 300;
    text-decoration: none;
}
#jumbo{
    margin: 50px 0;
}
#jumbo img{
    height: 70vh;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
}
#intro, .see_more{
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    margin-bottom: 80px;
}
#intro p, #intro p em, .general-text p, .general-text div, .general-text p em, .general-text p strong, ul, ol{
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: left;
}
.general-text.mood-item{
    position:relative;
    border: 1px solid #00000080;
    margin-bottom: 30px;
}
.general-text.mood-item h2 {
    position: absolute;
    top:-10px;
    width: 100%;
    text-align: center;
}
.general-text.mood-item h2 i{
    padding: 10px;
    
    background-color: #fff;
    font-family: "Fraunces", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
      "SOFT" 100,
      "WONK" 1;
}
.general-text.mood-item p, .general-text.mood-item p em, .general-text.mood-item p strong{
    margin-bottom: 0;
    font-family: "Fraunces", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 22px !important;
    font-style: normal;
    font-variation-settings:
      "SOFT" 100,
      "WONK" 1;
}
.general-text.mood-item .excerpt{
    margin: 0;
    padding: 20px !important;
}
.general-text p strong em, .general-text p strong{
    font-weight: 600;
}
#intro a, .see_more a{
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 5px;
}
#intro a:hover, .see_more a:hover{
    text-decoration: underline;
}

#aboutcover{
    margin: 0 auto;
    max-height: 500px;
    margin-bottom: 50px;
}

#aboutcover img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-height: 500px;
}


#reach h2{
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 30px;
}
#reach h3{
    margin-bottom: 10px;
}
#reach h3 span{
    font-weight: 300;
}

#bio, #reach{
    margin: 0 auto;
    padding: 0 10px;
}
#reach{
    margin-bottom: 70px;
}
#bio{
    margin-bottom: 70px;
}
#bio p{
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: left;
    
}
#bio p strong{
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}
#bio p em{
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
}
#biokeydates p{
    margin-bottom: 15px;
}
#biokeydates p, #biokeydates p strong, #biokeydates p em{
    font-size: 14px;
    line-height: 20px;
}
#collaborations{
    margin: 0 auto;
    max-width: 550px;
    padding: 20px 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}


#bio p:nth-child(n+2), #bio a.readless, #collaborations p:nth-child(n+2), #collaborations a.readless{
    display:none
}
#bio.showmore p:nth-child(n+2), #bio.showmore a.readless, #collaborations.showmore p:nth-child(n+2), #collaborations.showmore a.readless{
    display:inherit
}
#bio.showmore a.readmore, #collaborations.showmore a.readmore{
    display:none
}
#biokeydates{
    display: none;
}
#biokeydates.showmore{
    display: inherit;
}
#about .collabtitle{
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}
#about #collaborations p{
    font-weight: 100;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
#about #collaborations{
    text-align: center;
}
#about .press{
display: flex;
flex-direction: column;
align-items: center;
}
#about .press div{
    margin-bottom: 20px;
    max-width: 200px;
    border:1px solid #000;
    overflow: hidden;
    max-height: 30vh;
    position: relative;
    
}
#about .press div p{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    font-size: 12px;
    margin: 0;
    padding: 2px 5px;
}
#about .press div > img{
    width: 100%;
    display: inline-block;
}
#default{
    margin: 0 auto;
    max-width: 700px;
}

#default > section{
    margin-top: 60px;
}

body > header{
    padding: 0 20px;
    padding-top: 30px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
body > header svg{
    margin-bottom: 20px;
}
body > header div a:not(.lang), body > footer p a{
    display: inline-block;
    margin: 10px 5px 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
body > header div a:hover,  body > footer p a:hover{
    text-decoration: underline;
}
body > header div a.lang{
    text-decoration: none;
    color:#acacac;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
}
body > header div a.lang.active{
    font-weight: 500;
}
body > header div a.lang.en{
    margin-left: 10px;
    display: relative;
}
body > header div a.lang.en::after{
    content:"|";
    font-weight: 300;
    display: absolute;
    right: 0;
}
.paddingLR{
    padding-left: 20px;
    padding-right: 20px;
}
#menu{
    display: none
}

#menu.show{
    display: block;
    border-top:1px solid #000;
}
#expandmenu::after{
    content : "☰";
}
#expandmenu.open::after{
    content : "X";
}


body > footer svg{
    width: 50%;
    max-width: 300px;
}
body > footer{
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 120px;
    text-align: center;
    background-color: #000;
}
body > footer p, body > footer a{
    font-size: 12px;
    letter-spacing: 0.5px;
    color:#fff;
}

body > footer span{
    display: block;
    margin-top: 0px;
}

body > footer .langsel, body > footer .langsel a{
    padding: 0;
    color:#acacac;
}
body > footer .langsel a.active{
    font-weight: 600;
}

body > footer span a{
    display: inline-block;
    width: 25px;
    margin: 0 5px;
}
#article{
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
}
#article main{
    order: 5;
    max-width: 700px;
}
#article main figure:first-of-type{
    margin-bottom: 30px;
}
#article header{
    order: 1;
    margin-bottom: 30px;
}
#article header h1{
    font-size: 28px;
}
#article main p{
    font-weight: 100;
}
#article footer{
    order:10;
}
#article footer figure.image{
    max-width: 200px;
    cursor: pointer;
}
#article footer figure.file a{
    border: solid 1px #000;
    display: inline-block;
    padding: 10px 20px 15px 15px;
    text-decoration: none;
}
#article footer figure.file a:hover{
    background-color: #000;
    color: #fff;
}
#article footer figure img{
    border: solid 1px #000;
}
#event{
    margin-top: 60px;
}
#event h1{
    font-size: 48px;
    line-height: 50px;
} 

#event section{
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
} 

#event .type, .grid-alt .type{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em;
    text-align:center !important;
} 
#event .display, .grid-alt .display{
    margin-top: 30px;
    margin-bottom: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align:center !important;
} 

#event .program div {
    max-width: 600px;
    margin: 0 auto;
}

#project .dates{
    width: 100%;
    text-align: center;
}

#project .dates .date{
    font-size: 24px;
    font-weight: 450;
}
#project .dates .time{
    margin-bottom: 15px;
}
#project .dates .location{
    font-size: 20px;
    margin-bottom: 5px;
}
#project .dates .link{
    margin-bottom: 40px;
}

#event .program li *{
    display: inline-block;
    margin-bottom: 0;
}

.basicLightbox figure img{
    max-height: 90vh;
    max-width: 80vw;
}

.slider .slider-item{
    display: none;
    animation: reveal .5s ease-in-out;
  }
  .slider img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  .slider .slider-item.active {
    display: block;
  }
  .slider .dots {
    text-align: center;
    padding: 10px;
    margin-top: 10px;
  }
  .slider .dots li {
    cursor: pointer;
    display: inline-block;
    background: #fff;
    border: solid 1px #000;
    color: #fff;
    padding: 4px 5px;
    border-radius: 20px;
    line-height: .1;
    text-indent: -9999px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    margin: 0 11px;
  }
  .slider .dots li.active{
    opacity: 1;
    background: #000;
  }
  @keyframes reveal{
    from{
      opacity: 0;
    }
    to{
      opacity: 1;
    }
  }

@media (min-width: 500px) {
    .grid.projectpress{
        grid-template-columns: 1fr;
    }
    .grid a, .grid-alt a{
        margin-bottom: 10px;
    }
    #intro p, #intro p em, .general-text p, .general-text div, .general-text p em, .general-text p strong, ul, ol{
        text-align: center;
    }
    #expandmenu{
        display: none;
    }
    #menu, #menu.show{
        display: inline-block;
        border-top:none;
    }
    
}

@media (min-width: 1000px) {
    body > main{
        padding: 40px 40px;
    }
    body > header{
        padding-top: 70px;
    }
    #intro p, #intro p em, .general-text p, .general-text div, .general-text p em, .general-text p strong, ul, ol{
        font-size: 20px;
        line-height: 32px;
    }
    #bio p, #bio p strong, #bio p em{
        font-size: 20px;
        line-height: 32px;
    }
    #biokeydates p, #biokeydates p strong, #biokeydates p em{
        font-size: 16px;
        line-height: 22px;
    }
    .general-text-sole{
        margin: 0 auto;
        max-width: 80%;
    }
    #about{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #about > main{
        width: 68%;
    }
    #about > aside{
        width: 30%;
    }
    #about > footer{
        width: 100%;
    }
    #about #bio p{
        text-align: justify;
    }
    #about .press{
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
    }
    #about .press div{
        margin-bottom: 20px;
        width: 33%;
        overflow: hidden;
        max-height: 200px;
    }
    #project .dates{
        display: flex;
        justify-content: center;
    }
    #project .dates div{
        padding: 0 20px;
    }
    #collaborations{
        padding: 0;
        border-top: none;
        border-bottom: none;
    }
    article#project:not(.mood){
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    article#project:not(.mood) > .cover{
        width: 63%;
    }
    article#project:not(.mood) > aside{
        width: 34%;
        padding-left:25px;
        padding-right: 0;
    }
    article#project > aside h2{
        font-size: 40px;
        line-height: 42px;
    }
    article#project > #presentation{
        width: 100%;
    }
    article#project:not(.mood) aside #desc{
        text-align: left;
    }
    .grid, .grid-alt{
        grid-template-columns: 1fr 1fr 1fr;
        gap:20px;
        max-width: none;
        padding: 0;
    }
    .grid.press{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .grid.projectpress{
        grid-template-columns: 1fr 1fr;
    }
    #article{
        max-width: 1200px;
        display: grid; 
        grid-template-columns: 1.25fr 0.75fr; 
        grid-template-rows: minmax(60px, auto) auto; 
        gap: 20px; 
        grid-template-areas: 
          "b a"
          "b c"; 
      }
    #article main { grid-area: b; }
    #article header { grid-area: a; }
    #article footer { grid-area: c; }

    #event h1{
        font-size: 72px;
        line-height: 78px;
    }
}

@media (min-width: 1400px) {
    article#project:not(.mood)> .cover{
        width: 67%;
    }
    article#project:not(.mood) > aside{
        width: 30%;
    }
}
  