#interior, #savinterior, #childinterior, #trinterior, #dndinterior, #meinterior, #dftinterior, 
#eminterior, #holinterior, #lfinterior, #minterior, #mointerior, #swinterior, #malinterior, #covinterior, #gaginterior, #harinterior, #wsinterior{
    height: fit-content;
    min-height: calc(100vh - 50px);
    overflow: auto;
    padding-bottom: 100px;
    box-sizing: border-box;
    display: none;
    width: 100%;
    background-color: #00000000;
}

#trinterior::-webkit-scrollbar {
    display: none;
  }
  
.headshotframe{
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
}

.example {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

.intro{
    max-width: 1000px;
  }
  
  .art > img, .art2 > img{
    width: 100%;
  }

.videoWrapper {
    position: relative;
    height: 0;
    margin: 50px;
    padding-bottom: 56.25%; /* 16:9 */
    box-sizing: border-box;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .flex{ 
    /*margin-top: 50px;
    margin-bottom: 50px;*/
    display: flex;
    flex-flow:row;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    transition-duration: 0.2s;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
  }


.x {
color:#F2EFE4;
font-family: termina, sans-serif;
font-weight: 300;
transition: all .2s ease-in-out;
text-transform: uppercase;
    text-decoration: none;
    font-size: 25px;
    width: 25px;
    position: fixed;
    margin-top: 70px;
    margin-left: -80px;
    z-index: 4500;
    outline: 1px solid white;
    border: 0px solid white;
    z-index: 450;
    background-color: #101010;
    color: white;
    padding: 15px 15px 10px 13px;
    top:00px;
    text-align: center;

}
.x:hover {
    width: 25px;
    font-weight: 900;
    color:#F2EFE4;
    text-decoration: none;
    font-size: 25px;
    transition: all .2s ease-in-out;
    border-bottom: 2px solid white;


}





.selectorlink{border-bottom: 0px solid black !important;}

figcaption{
    font-size: 16px;
}

img{
    background-color:transparent;
}



html{
  scroll-behavior: smooth;
}

body {
    color: #EFEFEF;
    font-family: maple-web, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    background-color: #101010;
}

.darkmode {
    background-color: transparent;
    z-index:1000;
}

.medium{
    min-width:300px;
}




.menu {
    width:50%;
    position:fixed;
    top:30px;
    padding:15px 15px 35px 15px !important;
    margin-left:25%;
    border-radius: 100px;
    height: 50px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -khtml-border-radius: 100px;

}

.wsmenu {
    width:fit-content;
    font-size: 16px;
    position:fixed;
    top:30px;
    padding:15px 15px 35px 15px !important;
    margin-left:25px;
    border-radius: 100px;
    height: 50px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -khtml-border-radius: 100px;

}



.hide{
  opacity: 0;
    transition-duration: 0.2s;
    bottom: 15px;
  right: 15px;
  margin-right:-30px;

}

.show{
    opacity: 1;
    transition-duration: 0.2s;
    bottom: 15px;
    right: 15px;
    margin-right:0px;
}

.myBtn{
  width:50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  right: 15px;
  outline: 1px solid white;
  border: 0px solid white;
  z-index: 700;

}
.myBtn:hover{
  width:50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  right: 15px;
  outline: 2px solid white;
  border: 0px solid white;
  z-index: 500;
  background-color: #101010;
  transform: scale(1.01);
}

.myBtnClose {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 150px;
    right: 15px;
    outline: 1px solid white;
    border: 0px solid white;
    z-index: 700;
    background-color: #101010;
    color:white;
    z-index: 10;
}

    .myBtnClose:hover {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 150px;
        right: 15px;
        outline: 2px solid white;
        border: 0px solid white;
        z-index: 450;
        background-color: #101010;
        transform: scale(1.01);
        color: white;
    }



.inset{
  width:100%;
  margin: 0 auto;
  display:flex;
  flex-flow:row;
}

.sociallinks{
  word-spacing: 15px;
  max-width: 90%;
}

.homebutton {
    max-width: 90%;
    margin: 0px auto 50px auto;
    padding: 25px;
    box-sizing: border-box;
    transition-duration: 0.2s;
    text-align: center;
    z-index:400;
    background-color: #10101000 !important;
}

.homebutton:hover {
    max-width: 90%;
    margin: 0px auto 50px auto;
    background-color: black;
}


.button {
    border: 3px solid #efefef;
    padding: 25px;
    box-sizing: border-box;
    transition-duration: 0.2s;
    text-align: center;
    z-index:400;
    background-color: #000;

}

.button:hover{
    filter: invert(1);
    border: 3px solid #efefef;
    color: #efefef;
    background-color: #000;
    transition-duration: .2s;
}




@media only screen and (min-width: 1120px) {

    .header {
        box-sizing: border-box;
        width: 100%;
        height: inherit;
        display: flex;
        flex-flow: column;
        align-items: center;
        position: relative;
        padding: 120px 0px 50px 0px;
        clear: both;
    }

    .container{
        font-size: 24px;
        line-height: 1.75;
        background-color: #101010;
        width: 100%;
        padding: 150px 0% 150px 0%;
        box-sizing: border-box;
        transition-duration: 0.2s;
        color: #F2EFE4;
        height: 100%;
        transition-duration: 0.2s;
      }
      

    * {
        margin: 0;
        padding: 0px;
        position: relative;
        cursor: auto;
    }
    
    a{
        cursor: none;
    }

    hr{
        margin: 15px 0px 50px 0px;
    }
    
    .detailframe{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        margin-top: 50px;
    }

    .keywords{
        width: 30%;
        min-width:375px;
        padding-right: 50px;
    }
    
    .keywords::after{
        content: '\a';
        white-space: pre;
    }
    

    .infotext {
        position: absolute;
        display: flex;
        flex-flow: row;
        padding: 0px 50px 25px 50px;
        align-self: baseline;
        align-items: flex-start;
        line-height: 1.75;
        font-size: 20px;
        z-index: 400;
        margin-top: 25px;
    }

    .infocontainer{
        max-width: 1000px;
    }

    .keywords a{
        font-size: 18px;
    }

    .bio {

        line-height: 1.75;
        font-size: 24px;
        z-index: 400;
        max-width:600px;
        text-align: left;
    }
    
    .custom-cursor {
        position: fixed;
        opacity: 0;
        pointer-events: none;
        mix-blend-mode: difference;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: white;
        transition: transform 350ms ease;
        transform: translate(-50%, -50%) scale(.3);
        z-index: 1500;
      }
    
      .custom-cursor--link {
        transform: translate(-50%, -50%) scale(1);
      }

    .selector{
        text-transform: uppercase;
        border: 2px solid #efefef;
        background: #101010;
        border-radius: 25px;
        padding: 10px 25px;
        box-sizing: border-box;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
.selector:hover{
    filter: invert(1) !important;
    transition-duration: .2s;
}


    .showmobile{
        display:none;
    }
    .emoji{
        display:none;
    }
    .seltext{
        display:block;
    }

    .hidemobile{
        display: block;
    }
    .fullwidthsample {
        width: 100%;
        margin: 15px auto;
        text-align: center;
    }

        .fullwidthsample > img {
            width: 100%;
            height: auto;
            display: block;
        }


    .halfwidthsample {
        width: 100%;
        margin: 15px auto;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        text-align: center;
    }

        .halfwidthsample > img {
            width: calc(50% - 5px);
            height: auto;
            display: block;
        }

        .halfwidthsample > div {
            width: calc(50% - 5px);
            height: auto;
            display: block;
        }

    .thirdwidthsample {
        width: 95%;
        margin: 100px auto;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        text-align: center;
    }

        .thirdwidthsample > img {
            width: calc(33% - 5px);
            height: auto;
            display: block;
        }

        .thirdwidthsample > div {
            width: calc(33% - 5px);
            height: auto;
            display: block;
    
        }

        .quarterwidthsample {
            width: 100%;
            margin: 15px auto;
            display: flex;
            flex-flow: row;
            justify-content: space-between;
            text-align: center;
        }
    
            .quarterwidthsample > img {
                width: calc(25% - 5px);
                height: auto;
                display: block;
            }
    
            .quarterwidthsample > div {
                width: calc(25% - 5px);
                height: auto;
                display: block;
        
            }

    .frontart {
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .projectclose {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 70px;
        right: 15px;
        outline: 1px solid white;
        border: 0px solid white;
        z-index: 450;
        background-color: #101010;
        color: white;
        z-index: 10;
    }

        .projectclose:hover {
            width: 50px;
            height: 50px;
            position: fixed;
            bottom: 75px;
            right: 15px;
            outline: 2px solid white;
            border: 0px solid white;
            z-index: 500;
            background-color: #101010;
            transform: scale(1.01);
            color: white;
        }

    .large {
        margin-right: 75px;
    }


 

      .sociallinks a{
 font-size:24px;
}

  .about{
      top:450px !important;
}


    .invert {
        background-color: #101010;
    }

        .infobutton{
outline: 1px solid #fff;
background-color: #101010;
font-family: termina, sans-serif;
font-weight: 300;
font-size: 18px;
position: fixed;
right: 29px;
top: 175px;
z-index: 150;
padding: 10px 10px 8px 10px;
box-sizing: border-box;
transition-duration: 0.2s;
}

.infobutton:hover{
 
outline: 2px solid #fff;
background-color: #101010;
font-family: termina, sans-serif;
font-weight: 300;
font-size: 18px;
position: fixed;
right: 29px;
top: 175px;
z-index: 150;
padding: 10px 10px 8px 10px;
box-sizing: border-box;
transition-duration: 0.2s;
}

.infobutton a:hover{
  border-bottom: 0px solid #fff;
}

.wrapper{
   position: absolute;
   width: 100%;
   transition-duration: 0.2s;
}

    .masonry {
        background-color: #101010;
        column-count: 5;
        column-gap: 3%;
        padding: 50px 5% 200px 5%;
        width: 100%;
        box-sizing: border-box;
        transition-duration: 0.2s;
        min-height: calc(100vh - 50px);
    }

h1{
font-family: termina, sans-serif;
font-weight: 900;
font-style: normal; 
line-height: 64px;
font-size: 64px;
color: #EFEFEF;
filter:invert(0%);
background-color:transparent;
}
h2{
font-family: termina, sans-serif;
font-weight: 900;
font-style: normal; 
line-height: 64px;
font-size: 48px;
color: #EFEFEF;
filter:invert(0%);
margin-bottom: 25px;
background-color:transparent;
z-index: 10;
}


h3{

font-family: termina, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 32px;
color: #EFEFEF;
filter:invert(0%);
background-color:transparent;
}

h4{
font-family: termina, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 24px;
color: #EFEFEF;
filter:invert(0%);
background-color:transparent;
}

h5{
    font-family: termina, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #EFEFEF;
    filter:invert(0%);
    background-color:transparent;
    text-transform: uppercase;
    }

.tax{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}

}

@media (max-width: 1119px ) and (min-width: 700px ){

    .header {
        box-sizing: border-box;
        width: 100%;
        height: inherit;
        display: flex;
        flex-flow: column;
        align-items: center;
        position: relative;
        padding: 150px 0px 50px 0px;
        clear: both;
    }

    .container{
        font-size: 24px;
        line-height: 1.75;
        background-color: #101010;
        width: 100%;
        padding: 150px 0% 150px 0%;
        box-sizing: border-box;
        transition-duration: 0.2s;
        color: #F2EFE4;
        height: 100%;
        transition-duration: 0.2s;
      }
      

    * {
        margin: 0;
        padding: 0px;
        position: relative;
        cursor: auto;
    }
    
    a{
        cursor: pointer;
    }

    hr{
        margin: 15px 0px 50px 0px;
    }
    
    .detailframe{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        margin-top: 50px;
    }

    .keywords{
        width: 100%;
        min-width:215px;
        padding-right: 25px;
    }
    
    .keywords::after{
        content: '\a';
        white-space: pre;
    }
    

    .infotext {
        position: absolute;
        display: flex;
        flex-flow: row;
        padding: 0px 40px 25px 00px;
        align-self: baseline;
        max-width: 1000px;
        align-items: flex-start;
        line-height: 1.75;
        font-size: 20px;
        z-index: 400;
        margin-top: 25px;
    }

    .keywords a{
        font-size: 18px;
    }

    .bio {

        line-height: 1.75;
        font-size: 24px;
        z-index: 400;
        max-width:600px;
        text-align: left;
    }
    
    .custom-cursor {
        position: fixed;
        opacity: 0;
        pointer-events: none;
        mix-blend-mode: difference;
        width: 0px;
        height: 0px;
        border-radius: 50%;
        background-color: white;
        transition: transform 350ms ease;
        transform: translate(-50%, -50%) scale(.3);
        z-index: 1500;
      }
    
      .custom-cursor--link {
        transform: translate(-50%, -50%) scale(0);
      }

    .selector{
        text-transform: uppercase;
        border: 2px solid #efefef;
        background: #101010;
        border-radius: 25px;
        padding: 10px 15px;
        box-sizing: border-box;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .showmobile {
        display: none;
    }
    .emoji{
        display:block;
    }
    .seltext {
        display: none;
    }

    .hidemobile {
        display: block;
    }
    .fullwidthsample {
        width: 100%;
        margin: 15px auto;
        text-align: center;
        flex-flow: column;
        align-items: center;
    }

        .fullwidthsample > img {
            width: 100%;
            height: auto;
            display: block;
        }


    .halfwidthsample {
        width: 100%;
        margin: 15px auto;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        text-align: center;
        justify-content: center;
        align-items:center;
    }

        .halfwidthsample > img {
            width: calc(90% - 5px);
            height: auto;
            display: block;
        }

        .halfwidthsample > div {
            width: calc(90% - 5px);
            height: auto;
            display: block;
        }

    .thirdwidthsample {
        width: 90%;
        margin: 15px auto;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        text-align: center;
        justify-content: center;
        align-items: center;
        row-gap: 15px;
    }

        .thirdwidthsample > img {
            width: calc(100%);
            height: auto;
            display: block;
        }

        .thirdwidthsample > div {
            width: calc(100%);
            height: auto;
            display: block;
        }

        .quarterwidthsample {
            width: 90%;
            margin: 15px auto;
            display: flex;
            flex-flow: column;
            justify-content: center;
            text-align: center;
        }
    
            .quarterwidthsample > img {
                width: calc(100%);
                height: auto;
                display: block;
            }
    
            .quarterwidthsample > div {
                width: calc(100%);
                height: auto;
                display: block;
        
            }

    .frontart {
        width: 100% !important;
        height: auto !important;
    }
    .projectclose {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 100px;
        right: 15px;
        outline: 1px solid white;
        border: 0px solid white;
        z-index: 450;
        background-color: #101010;
        color: white;
        z-index: 10;
    }

        .projectclose:hover {
            width: 50px;
            height: 50px;
            position: fixed;
            bottom: 105px;
            right: 15px;
            outline: 2px solid white;
            border: 0px solid white;
            z-index: 500;
            background-color: #101010;
            transform: scale(1.01);
            color: white;
        }

    .large {
        margin-right: 75px;
    }

  .bump{
  padding-top: 150px !important;
  height:240px !important;
}

  .about{
      top:450px !important;
}



      .sociallinks a{
 font-size:18px;
}


    
.infobutton{
outline: 1px solid #fff;
background-color: #101010;
font-family: termina, sans-serif;
font-weight: 300;
font-size: 18px;
position: fixed;
right: 29px;
top: 100px;
z-index: 150;
padding: 10px 10px 8px 10px;
box-sizing: border-box;
transition-duration: 0.2s;
}

.infobutton:hover{
outline: 2px solid #fff;
background-color: #101010;
font-family: termina, sans-serif;
font-weight: 300;
font-size: 18px;
position: fixed;
right: 29px;
top: 100px;
z-index: 150;
padding: 10px 10px 8px 10px;
box-sizing: border-box;
transition-duration: 0.2s;
}

.infobutton a:hover{
  border-bottom: 0px solid #fff;
}

.menu{
  transition-duration: 0.2s;
  background-color: #101010;
  padding:15px 15px 35px 15px !important;
  box-sizing: border-box;
  z-index: 400;
  position:fixed;
  color:#F2EFE4;
  font-size: 24px;
  margin-left: 15%;
  -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -khtml-border-radius: 100px;
}

.menu{
    width: 250px;
    transition-duration: 0.2s;
    background-color: #101010;
    padding:15px 15px 35px 15px !important;
    box-sizing: border-box;
    z-index: 400;
    position:fixed;
    color:#F2EFE4;
    font-size: 24px;
    margin-left: calc(50% - 125px);
    -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      -khtml-border-radius: 100px;
  
  }

.menu a:hover{
  border-bottom: 0px solid #fff;

}

.menu:hover{
  transition-duration: 0.2s;
  background-color: #101010;
  box-sizing: border-box;
  z-index: 400;
  position:fixed;
  color:#F2EFE4;
  font-size: 24px;
  outline: 2px solid #fff;
}

.ultimatewrapper{
  padding-top: 0px;
  transition-duration: 0.2s;
}
.wrapper{
   position: absolute;
   width: 100%;

   transition-duration: 0.2s;
}

.masonry {
    background-color: #101010;
    column-count: 3;
    column-gap: 2%;
    padding: 0% 5% 0% 5%;
    width: 100%;
    padding-bottom: 150px;
    box-sizing: border-box;
    transition-duration: 0.2s;
}

h1{
font-family: termina, sans-serif;
font-weight: 900;
font-style: normal; 
line-height: 64px;
font-size: 64px;
color: #EFEFEF;
filter:invert(0%);
}

h2{
font-family: termina, sans-serif;
font-weight: 900;
font-style: normal; 
line-height: 64px;
font-size: 48px;
color: #EFEFEF;
filter:invert(0%);
margin-bottom: 25px;
}

h3{
font-family: termina, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 32px;
color: #EFEFEF;
filter:invert(0%);
}

h4{
font-family: termina, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
color: #EFEFEF;
filter:invert(0%);
}

h5{
    font-family: termina, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #EFEFEF;
    filter:invert(0%);
    background-color:transparent;
    text-transform: uppercase;
    }

.tax{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}


}


@media only screen and (max-width: 699px) {

    .header {
        box-sizing: border-box;
        width: 100%;
        height: inherit;
        display: flex;
        flex-flow: column;
        align-items: center;
        position: relative;
        padding: 170px 0px 50px 0px;
        clear: both;
    }

    .container{
        font-size: 24px;
        line-height: 1.75;
        background-color: #101010;
        width: 100%;
        padding: 150px 0% 150px 0%;
        box-sizing: border-box;
        transition-duration: 0.2s;
        color: #F2EFE4;
        height: 100%;
        transition-duration: 0.2s;
      }
      

    * {
        margin: 0;
        padding: 0px;
        position: relative;
        cursor: auto;
    }
    
    a{
        cursor: pointer;
    }

    hr{
        margin: 15px 0px 50px 0px;
    }
    
    .detailframe{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }

    .keywords{
        width: 300px;
        min-width:215px;
        padding-right: 25px;
    }
    
    .keywords::after{
        content: '\a';
        white-space: pre;
    }
    

    .infotext {
        position: absolute;
        display: flex;
        flex-flow: row;
        padding: 0px 10px 25px 10px;
        align-self: baseline;
        max-width: 85%;
        align-items: flex-start;
        line-height: 1.75;
        font-size: 24px;
        z-index: 400;
        margin-top: 25px;
    }

    .keywords a{
        font-size: 18px;
    }

    .bio {

        line-height: 1.75;
        font-size: 24px;
        z-index: 400;
        max-width:600px;
        text-align: left;
    }
    
    .custom-cursor {
        position: fixed;
        opacity: 0;
        pointer-events: none;
        mix-blend-mode: difference;
        width: 0px;
        height: 0px;
        border-radius: 50%;
        background-color: white;
        transition: transform 350ms ease;
        transform: translate(-50%, -50%) scale(.3);
        z-index: 1500;
      }
    
      .custom-cursor--link {
        transform: translate(-50%, -50%) scale(0);
      }

    .selector{
        text-transform: uppercase;
        border: 2px solid #efefef;
        background: #101010;
        border-radius: 25px;
        padding: 10px 5px;
        box-sizing: border-box;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .showmobile {
        display: block;
    }
    .emoji{
        display:block;
    }
    .seltext {
        display: none;
    }

    .hidemobile {
        display: none;
    }

    .fullwidthsample {
        width: 100%;
        margin: 15px auto;
        text-align: center;
        flex-flow: column;
    }

        .fullwidthsample > img {
            width: 100%;
            height: auto;
            display: block;
        }


    .halfwidthsample {
        width: 100%;
        margin: 15px auto;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        text-align: center;
        row-gap: 15px;
    }

        .halfwidthsample > img {
            width: calc(100% - 5px);
            height: auto;
            display: block;
        }

        .halfwidthsample > div {
            width: calc(100% - 5px);
            height: auto;
            display: block;
        }

    .thirdwidthsample {
        width: 95%;
        margin: 15px auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
        text-align: center;
        row-gap: 15px;
 
    }

        .thirdwidthsample > img {
            width: calc(100%);
            height: auto;
            display: block;
        }

        .thirdwidthsample > div {
            width: calc(100%);
            height: auto;
            display: block;
    
        }

        .quarterwidthsample {
            width: 90%;
            margin: 15px auto;
            display: flex;
            flex-flow: column;
            justify-content: center;
            text-align: center;
            row-gap: 15px;
        }
    
            .quarterwidthsample > img {
                width: calc(100%);
                height: auto;
                display: block;
            }
    
            .quarterwidthsample > div {
                width: calc(100%);
                height: auto;
                display: block;
        
            }

    .projectclose {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 100px;
        right: 15px;
        outline: 1px solid white;
        border: 0px solid white;
        z-index: 450;
        background-color: #101010;
        color: white;
    }
        .projectclose:hover {
            width: 50px;
            height: 50px;
            position: fixed;
            bottom: 105px;
            right: 15px;
            outline: 2px solid white;
            border: 0px solid white;
            z-index: 500;
            background-color: #101010;
            transform: scale(1.01);
            color: white;
        }

    .large {
        margin-right: 25px;
    }
    .about{
      top:450px !important;

}



    .bump{
  padding-top: 140px !important;
  height:240px !important;
}

      .sociallinks a{
 font-size:12px;
}

    .invert {
        background-color: #101010;
    }


        .infobutton{
outline: 1px solid #fff;
background-color: #101010;
font-family: termina, sans-serif;
font-weight: 300;
font-size: 18px;
position: fixed;
right: 29px;
top: 100px;
z-index: 150;
padding: 10px 10px 8px 10px;
box-sizing: border-box;
transition-duration: 0.2s;
}

.infobutton:hover{
outline: 2px solid #fff;
background-color: #101010;
font-family: termina, sans-serif;
font-weight: 300;
font-size: 18px;
position: fixed;
right: 29px;
top: 100px;
z-index: 150;
padding: 10px 10px 8px 10px;
box-sizing: border-box;
transition-duration: 0.2s;
}

.infobutton a:hover{
  border-bottom: 0px solid #fff;
}

.menu{
  transition-duration: 0.2s;
  background-color: #101010;
  width:60%;
  top:20px;
  padding:15px 15px 35px 15px !important;
  box-sizing: border-box;
  z-index: 400;
  position:fixed;
  color:#F2EFE4;
  font-size: 16px;
  margin-left: 20%;
  margin-top: 70px;
  -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -khtml-border-radius: 100px;
}

.wsmenu{
    display: none;
    
}


.menu a:hover{
  border-bottom: 0px solid #fff;

}

    .menu:hover {
        transition-duration: 0.2s;
        background-color: #101010;
        box-sizing: border-box;
        z-index: 400;
        position: fixed;
        color: #F2EFE4;

    }

.ultimatewrapper{
  margin-top: 000px;
  transition-duration: 0.2s;
}
.wrapper{
   position: absolute;
   width: 100%;
   transition-duration: 0.2s;

}

.masonry { 
  background-color: #101010;
  column-count: 2;
  column-gap: 5%;
  padding: 0% 5% 150px 5%;
  width: 100%;
  padding-top:0px;
  box-sizing: border-box;
  transition-duration: 0.2s;
}



h1{
font-family: termina, sans-serif;
font-weight: 900;
font-style: normal; 
line-height: 56px;
font-size: 48px;
color: #EFEFEF;
filter:invert(0%);
}
h2{
font-family: termina, sans-serif;
font-weight: 900;
font-style: normal; 
line-height: 56px;
font-size: 40px;
color: #EFEFEF;
filter:invert(0%);
margin-bottom: 25px;
max-width: 100%;
}


h4{
font-family: termina, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 18px;
color: #EFEFEF;
filter:invert(0%);
}

h5{
    font-family: termina, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #EFEFEF;
    filter:invert(0%);
    background-color:transparent;
    text-transform: uppercase;
    }

.tax{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: calc(100% - 20px);
    margin: 0 auto;
}

}


.item { /* Masonry bricks or child elements */
z-index: 35;
  margin: 0 0 1em;
  width: 100%;
    box-sizing: border-box; 
    position: relative;
    margin-bottom: 25px;
    height: 100%;
    transition-duration: .5s;
}

.item > a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.art{
	z-index: 35;
	box-sizing: border-box;
    background-color:transparent !important;
}
a > .art {
    max-height: 450px;
    background-color: transparent;
}

.darkfunction{

	position: fixed !important;
	right:25px;
	top: 32px;
  height:50px;
}
.lightfunction{

  position: fixed !important;
  right:85px;
  top: 32px;
  height:50px;
}
.party{
	position: fixed !important;
  background-color: #101010;
	right:147px;
	top: 32px;
  height:50px;
  width:50px;
  border: 3px solid #fff;
  border-radius: 50%;
  z-index:1000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.party:hover{height:56px; width:56px; top: 30px; right:142px; transform: rotate(-20deg); transition-duration: .2s;}
.lightfunction:hover{height:56px; top: 30px; right:82px; transition-duration: .2s;}
.darkfunction:hover{height:56px; top: 30px; right:22px; transition-duration: .2s;}

.item:hover .text{

opacity:1 !important;
transform: scale(1);
transition: .5s;
}


.item:hover{
    transform: scale(1.04);
transition: .5s;
}

.invert2{
  z-index: 300;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  width:100%;
  color: white;
  position: fixed;
  bottom:0;
}


.content{
   margin: 50px auto 0px auto; 
   width: 100%;
   max-width: 1600px;
   background-color:transparent;
}

.text {
    width: 100%;
    margin-top: -5px;;
    padding: 10px 5px 7px 5px;
    position: absolute;
    bottom: 10px;
    opacity: 0;
    background-color: #101010;
    text-align: center;
    transform: scale(0);
    border-bottom: 2px solid #F2EFE4;
    border-top: 2px solid #F2EFE4;
}

.title {

    text-align: center;
}

p{
  max-width: 800px;
  margin: 0 auto;
}


.threecol{ 
  margin-top: 50px;
  margin-bottom: 50px;
 -webkit-column-count:3;
 -moz-column-count:3;
 column-count:3;
 -webkit-column-gap:2%;
 -moz-column-gap:2%;
 column-gap:2%;

  width: 100%;
  box-sizing: border-box;
  transition-duration: 0.2s;
  text-align: center;
}


.twocol{ 
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-column-count:2;
 -moz-column-count:2;
 column-count:2;
 -webkit-column-gap:2%;
 -moz-column-gap:2%;
 column-gap:2%;
  width: 100%;
  box-sizing: border-box;
  transition-duration: 0.2s;
}
.onecol{ 
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
-webkit-column-count:1;
 -moz-column-count:1;
 column-count:1;
 -webkit-column-gap:2%;
 -moz-column-gap:2%;
 column-gap:2%;
  width: 100%;
  box-sizing: border-box;
  transition-duration: 0.2s;
  
}

.threecol > img{
  
margin: 0 auto;
  display: block;
  height: auto !important;
  width: 100%;
}
.twocol > img{
margin: 0 auto;
  display: block;
  height: auto !important;
  width: 100%;
}
.onecol > img{
margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 600px;

}

ul{
    list-style-type: none;

}
li{
  margin-left: 15px;
  line-height: 32px;
}
ol > li{
  margin-left: 30px;
}


.col{
  float:left;
}

.onethird
{
  width:33%;
}

.twothirds
{
 width: 67%; 
}

.grid{
  width: 100%;
    content: "";
  display: table;
  clear: both;
}

.black{

color: black;
background-color: white;
padding: 0px 4px;
}

.openerimage {
    width: 100%;
    
    /*max-height: 700px;*/
    padding: 25px;
    box-sizing: border-box;
    background-color: transparent;
}


.openerimage > img {
    max-width: 100%;
    /*max-height: 700px;*/
}

@media only screen and (min-width: 700px) {
    .frontart {
        width: 100%;
        margin:10px auto;
    }

    .projectclose {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 100px;
        right: 15px;
        outline: 1px solid white;
        border: 0px solid white;
        z-index: 450;
        background-color: #101010;
        color: white;
    }

        .projectclose:hover {
            width: 50px;
            height: 50px;
            position: fixed;
            bottom: 105px;
            right: 15px;
            outline: 2px solid white;
            border: 0px solid white;
            z-index: 500;
            background-color: #101010;
            transform: scale(1.01);
            color: white;
        }

    .footer {
        box-sizing: border-box;
        z-index: 300;
        height: 60px;
        text-align: center;
        width: 100%;
        color: white;
        position: fixed;
        top: calc(100vh - 60px);
        background-color: #0f0f0f;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #101010;
        z-index: 800;
        margin-bottom:0px;
    }

    .footernest{
        padding: 0px 25px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        font-size: 18px;
    }


  .flex{ 
  /*margin-top: 50px;
  margin-bottom: 50px;*/
  display: flex;
  flex-flow:row;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  transition-duration: 0.2s;
  text-align: center;
  padding: 50px;
  box-sizing: border-box;
}



}

@media only screen and (max-width: 699px) {

    .wsmenu{
        display: none;
        
    }


    .frontart {
        width: 100%;
        height: auto;
    }

    .footer {
      
        box-sizing: border-box;
        z-index: 300;
        height: 90px;
        text-align: center;
        width: 100%;
        color: white;
        position: fixed;
        bottom: 0;
        background-color: #0f0f0f;
        display: flex;
        flex-flow:column;
        align-items: center;
        justify-content: space-between;
        background: #101010;
        z-index: 800;
        margin-bottom:-30px;
        transition-duration: .2s;
        
    }

    .footernest{
        padding: 10px 15px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        flex-direction: column;
        column-gap: 15px;
        font-size: 14px;
    }
        

    h3 {
        font-family: termina, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 16px;
        color: #EFEFEF;
        filter: invert(0%);
        text-align:center;
    }

  .flex{ 
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  transition-duration: 0.2s;
  text-align: center;
}

    .darkfunction {
        position: fixed !important;
        right:20%;
        top: 20px;
        height: 50px;
    }
    .lightfunction {
        position: fixed !important;
        left:calc(50% - 25px);
        top: 20px;
        height: 50px;
    }

    .party{
      position: fixed !important;
      background-color: #101010;
      left:20%;
      top: 15px;
      height:50px;
      width:50px;
      border: 3px solid #fff;
      border-radius: 50%;
      z-index:1000;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
    }

    .party:hover{left:20%;
        top: 15px;
        height:50px;}

    .lightfunction:hover{        
    position: fixed !important;
    left:calc(50% - 25px);
    top: 20px;
    height: 50px;}

.darkfunction:hover{
    position: fixed !important;
    right:20%;
        top: 20px;
        height: 50px}


}


.sidenav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    right: 00px;
    color: #fff;
    overflow: hidden;
    transition: 0.5s;
    box-sizing: border-box;
    z-index: 300;
    top: -25vh;
    font-family: maple-web, sans-serif;
    background-color: #101010;
}




.sidenav .button{
    margin: 15px 0px;
}

.sidenav a {
  font-family: termina, sans-serif;
  color:#F2EFE4;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}



.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 36px;
    padding-top: 150px;
    box-sizing: border-box;
    z-index: 300;
    z-index: 10;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
  width: 200px;
}







@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}


}


.pointer{cursor:pointer;}

.pointer:hover{cursor:pointer; border-bottom: 2px solid white;}

.sidenav{
  z-index: 500 !important;
}


.flex  a {text-decoration: none;
color:#F2EFE4;
font-family: termina, sans-serif;
font-weight: 300;
text-transform: uppercase;}

.flex  a:hover {text-decoration: none;
color:#F2EFE4;
font-family: termina, sans-serif;
font-weight: 500;
border-bottom: 0px;
}


a {text-decoration: none;
color:#F2EFE4;
font-family: termina, sans-serif;
font-weight: 300;
 transition: all .2s ease-in-out;
text-transform: uppercase;}

a:hover {text-decoration: none;
color:#F2EFE4;
font-family: termina, sans-serif;
font-weight: 500;
 transition: all .2s ease-in-out;
border-bottom: 2px solid white;}


.item a {text-decoration: none;
color:#F2EFE4;
font-family: termina, sans-serif;
font-weight: 300;
 transition: all .2s ease-in-out;
text-transform: uppercase;
border-bottom: 0px solid black !important;}


.item a:hover {text-decoration: none;
color:#F2EFE4;
font-family: termina, sans-serif;

 transition: all .2s ease-in-out;
border-bottom: 0px solid black !important;}

.video{
  width: 100%;
  z-index: 50;

}
.videoheight{
    max-height: 60vh;
  }



.colorme {
    z-index: 5090;
    width: 100px;
    height: 300px;
    padding: 25px;
    background-color: #00d4ff;
    position: fixed;
}

.radial-gradient {
    background: #9b59b6;
    background: radial-gradient( at center, #3498db, #9b59b6 );
}

.radial-gradient2 {
    background: #9b59b6;
    background: radial-gradient( at center, #3498db, #9b59b6 );
}

.radial-gradient3 {
    background: #9b59b6;
    background: radial-gradient( at center, #3498db, #9b59b6 );
}


.bb, .ch, .me, .ws, .dnd, .tworocs, .rename, .space, .savanna, .berkshire, .emerg, .dft, .gag, .har, .hol, .lf, .m, .mo, .sw, .mall, .cov, .child {
    z-index: 800;
    display: none;
    margin-top: 200vh;
}

    .home{
        display:block;
    }



.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    background: rgba(0, 0, 0, 0.8);
}

    .lightbox:target {
        display: block;
    }

    .lightbox span {
        display: block;
        width: 100%;
        height: 90%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

.enlarge {
    width: 50%;
    margin: 0 auto;
}

.drinks {
    padding: 20px;
    box-sizing: border-box;
    margin: 25px auto;
    max-width: 1000px;
}


.ilosamples {
    width: 100%;
    margin: 15px auto;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

 .ilo {
    flex: 1;
    padding:15px;
    box-sizing:border-box;
}

.colortext {
    width:200px;
    border-radius: 20px;
    height: 40px;
    border: 2px solid white;
    position: relative;
    color: white;
    z-index: 600;
    margin-right:25px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:0px 15px;
    box-sizing:border-box;
    overflow:hidden;
    opacity:0;
    transition-duration: .2s;
    mix-blend-mode: difference;
}

#colorText {
    width: 130px;
    height: 25px;
    text-align: right;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    font-family: maple-web, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    resize: none;
    box-sizing:border-box;
    padding-left:15px;
}

.tooltip {
    margin-top:7px;
width:50px;
}

.tooltip:hover {
    margin-top: 2px;
    width: 50px;
}


label{
    font-size:16px;
    position: absolute;
    bottom:50px;
}



.sidenav::after{
    content: ' ';
    display: inline-block;
    position: absolute;
    left:0px;
    top: 0px;
    width: 100vw;
    height:100%;

    z-index: 1;
    opacity: 90%;
}

