*{
    /* moz-osx-font-smoothing: grayscale; */
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body {
    /* font-family: 'IBM Plex Mono', monospace; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.2rem;
    color: #333;

    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0px;
    /* font-family: 'EB Garamond', sans-serif; */
    /* font-size: 22px; */
    line-height: 1.8rem;
    /* overflow: hidden; */
    /* margin-top: -10px; */
}

.container{
    /* max-width: 1244px; */
    width:100%;
    margin: 0 auto;
    padding: 0;
    
    box-sizing: border-box;
}


.wide{
    max-width: 1000px;
    padding: 0 40px; 
    margin: 0 auto;
    height: auto;
    min-height: 100vh;
    justify-content: center;
}
.wide-full{
    max-width: 1200px;
    padding: 0 40px; 
    margin: 0 auto;
    justify-content: center;
}
.videoWrapper{
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-container{
    /* max-width: 1244px; */
    width:100%;
    margin: 0 auto;
    padding:50px 20px 20px 20px; 
    box-sizing: border-box;
}

h1{
    margin: 0.8em 0em 0.4em 0em;
}

h2{
    font-family: 'helvetica', monospace;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; */
    font-size: 2.5rem;
    text-align: left;
    line-height: 6rem;
    margin: 40px 0px 10px 0px;
    padding: 0px 0px;
    height: 2em;
}

h3{
    font-size: 1.3em;
}

a{
    text-decoration: none;
    /* color:#039BE5; */
    /* color: black; */
    /* text-decoration-color: #B3E5FC; */
    /* text-decoration-color: blue; */
    /* text-decoration: underline; */
    /* text-decoration-style: dotted; */
    /* background-color: #B3E5FC; */
    transition: background-color 0.2s;
    color:inherit;

    /* border-bottom: 1px solid;
    /* color: #000000; */
    padding-bottom: .2em;
    text-decoration: none;
    cursor: pointer; 
}
u{
    text-decoration-color: #999999;
    text-decoration-style: wavy;
    transition: 300ms;
}
u:hover{
    color: #ff385c;
    text-decoration-color: #ff385c; 
}
a:hover{
    /* text-decoration: none; */
    /* background-color: #B3E5FC; */
    /* color: #CBA7D5; */

    /* background-position:0 calc(100% - 1.5px);
    border-bottom:none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23000000' stroke-width='1' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: auto 3px;
    border-bottom: 0;
    padding-bottom: .25em;
    text-decoration: none;
    cursor: pointer; */
}

.project-title a:hover{
    color: #ff385c;
}
h3.projectPage-title{
    font-size: 1.5rem;
    line-height: 2em;
}

a h1:hover {
    color: #CBA7D5;
}
nav ul{
    list-style-type: none;
    margin: 0;
    padding: 1rem;
    display: flex;
    /* justify-content: center; */
    position: fixed;
    top:0;
    left:0;
    width:100%;
    /* height:2rem;  */
    /* background-color: white;   */
    z-index: 1;  
}
li a {
    margin-right:1.5rem;
    text-decoration: none;
}


footer{
    width: 100%;
    text-align: center;
    padding: 60px 0px 60px 0px;
    background-color: #CBA7D5;
}
section .title{
    font-family: 'helvetica', monospace;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; */
    font-size: 3rem;
    text-align: left;
    line-height: 6rem;
}
section{
    /* margin: 1rem 0 1rem 0; */
}
header .column:nth-child(1){
    flex-grow: 0;
}
header .column:nth-child(2){
    flex-grow: 3;
}
.row{
    /*margin: 0 auto;*/
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: row;
}

.space{
    margin: 40px 40px 40px 40px;
}
.date {
    /* font-size: 1.rem; */
    letter-spacing: 1px;
    color: #9e9e9e
}
.full{
    position: relative;
    width: 100%;
    height: auto;
    line-height: 0;
}

.flex-left{
    width: 30%;
}

.flex-right{
    width: 50%;
}

#about .col-6:nth-child(1){
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col-6{
    justify-content: center;
    display: flex;
}
.profile-image{
    width: 350px;
    height: 350px;
    border-radius: 100%;
    filter: grayscale(100%);
    float: right;
    margin: 4rem 2rem 4rem 0rem;
}
.profile-img{
    border-radius: 5px;
    width: 240px;
    height:240px;
    object-fit:cover;
}

#news .row {
    padding:5px;
    /* background-color: #CBA7D5; */
}

#projects .row{
    margin-bottom: 1.5rem;
}

.tag{
    display: inline-block;
    border-radius: 2px;
    margin: 5px 5px 00px 0px;
    padding: 4px 10px 4px 10px;
    background: #000;
    /* border-radius: 25px; */
    border: 2px solid #000;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.tag:last-child{
    margin: 5px 0px 5px 0px;
}
.conference{
    /* background-color: #FFCDD2;
    color: #B71C1C; */
}
.journal{
    /* background-color: #C8E6C9;
    color: #1B5E20; */
}
.system{
    /* background-color: #D1C4E9;
    color: #311B92; */
}
.technique{
    /* background-color: #B2EBF2;
    color: #006064; */
}
.evaluation{
    /* background-color: #FFE0B2;
    color: #E65100; */
}

.project-list{
    display: flex; 
    display: -webkit-flex;
    flex-direction: row; 
    -webkit-flex-direction: row;
    flex-wrap: wrap; 
    -webkit-flex-wrap: wrap;
    justify-content: left; 
    -webkit-justify-content: left;
    width:100%;
    margin:0 auto;
    align-items: flex-start;
    /* align-items: stretch; */
}

.imageContainer{
    width: 100%;
    /* padding-top: 8%;
    padding-bottom: 8%; */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin: auto auto; */
    overflow: hidden;
    background-color: #EDEDED;
    margin: 0;
    margin-bottom: 50px;
}

.imageContainer img{
    width: 70%;
    /* top: 13.84166667%;
    left: 12.874251495%; */ 
    /* position: absolute; */
    /* width: 100%; */
    -webkit-box-shadow: 0 32px 64px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 32px 64px 0 rgb(0 0 0 / 40%);
    /* opacity: 0; */
    margin: 70px auto;
}

.imageContainer img.lazyloaded {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1;
}
.project-overview{
    width: 90%;
}

/* .project-tags{
    margin-top: 20px;
} */

.project-thumbnail{
    width: 350;
    height: 280px;
    object-fit: cover;
    /* border-radius: 15px; */

    /* will-change: filter; */
    
    
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    
    /* -webkit-transition: -webkit-filter .5s cubic-bezier(.22,1,.36,1);
    transition: -webkit-filter .5s cubic-bezier(.22,1,.36,1);
    -o-transition: filter .5s cubic-bezier(.22,1,.36,1);
    transition: filter .5s cubic-bezier(.22,1,.36,1);
    transition: filter .5s cubic-bezier(.22,1,.36,1),-webkit-filter .5s cubic-bezier(.22,1,.36,1); */
}

.project-thumbnail:hover{
    filter: brightness(.7);
    -webkit-filter: brightness(.9);
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #CBA7D5;
    /* -webkit-transition: -webkit-filter .5s cubic-bezier(.22,1,.36,1);
    transition: -webkit-filter .5s cubic-bezier(.22,1,.36,1);
    -o-transition: filter .5s cubic-bezier(.22,1,.36,1);
    transition: filter .5s cubic-bezier(.22,1,.36,1);
    transition: filter .5s cubic-bezier(.22,1,.36,1),-webkit-filter .5s cubic-bezier(.22,1,.36,1); */

}

.page-intro{
    position: relative;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    height: auto;
    min-height: 100vh;
    text-align: left;
    /* overflow: hidden; */
}

.page-small-section{
    position: relative;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    height: auto;
    /* min-height: 100vh; */
    text-align: left;
}
.main{
    /* background: lemonchiffon; */
}

.page-intro-inner{
    position: relative;
    display: block;
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
}

.text-wrap{
    position: relative;
    display: block;
    width: 100%;
    max-width: 780px;
    padding: 30px;
    margin: 0 auto;
}

.project-title{
    font-size: 2.0rem;
    line-height: 2.6rem;
    margin-top: 10px;
    font-weight: 800;
    font-family: 'helvetica', monospace;
}

.project-title a{
    color: #333;
}

.project-desc{
    margin-top: 15px;
    /* color: #9e9e9e; */
    

    /* font-family: 'IBM Plex Mono', monospace; */
    /* font-family: "Source Code Pro","monaco","PT Mono","Courier",monospace; */
}

.project-short-desc{
    margin-top: 15px;
    color: black;
    font-style: "Helvetica";
    font-weight: 400;
    font-size: 1rem;
}

.project-conference{
    margin-top: 15px;
    font-style: "Helvetica";
    font-weight: 400;
    font-size: 1rem;
    text-decoration: wavy #999999;
}



.project-item{
    flex-basis: 1000px;
    /* width: 30%; */
    /* padding: 15px; */
    margin-bottom: 40px;
    /* margin-left: 12px;
    margin-right: 12px; */
    /* margin: auto; */
    /* flex-basis: auto; */
    /* justify-content: center; */
    margin-left: 0px;
    margin-right: 0px;
    flex-grow: 0;
    flex-shrink: 0;
}
.project-info{
    margin: 0px 15px 0px 15px;
}
.project-member{
    font-style: "helvetica", "sans-serif";
    font-weight: 500;
    font-size: 1.2rem;
    margin: 10px 0px 10px 0px;
}
.project-publish{
    font-size: 1.2rem;
}
.projects .item{
    background-image:url('https://images.unsplash.com/photo-1431578500526-4d9613015464?q=80&fm=jpg&s=169b4f4e6f3882a03b6b93b2e6848052');
    background-size:cover;
    background-position:center center;
    min-height:400px;
    min-width:400px;
  }
  
.item-info{
    background:rgba(0,0,0,0.6);
    display: flex; display: -webkit-flex;
    flex-direction: column; -webkit-flex-direction: column;
    flex-wrap: wrap; -webkit-flex-wrap: wrap;
    justify-content: center; -webkit-justify-content: center;
    align-items: center; -webkit-align-items: center;
    min-width:400px;
    min-height:400px;
}

.item-info h2{
    font-weight:900;
    color:#ffffff;
}

.item-info span{
    color:#cfcfcf;
    font-family:Arial;
    font-style:italic;
    font-size:0.9em;
    padding-top:5px;
}

.project-materials{
    margin: 0.5rem 0 0.5rem 0;
}
.project-materials span{
    margin: 0 0.5rem 0 0 
}

.project-teaser{
    width: 100%;
}

[class*="col-"] {
    flex-basis: 100%;
}
#news [class*="col-"] {
    margin-top: 5px;
}

@media only screen and (min-width: 768px) {
    .col-1 {flex-basis: 8.33%;}
    .col-2 {flex-basis: 16.66%;}
    .col-3 {flex-basis: 25%;}
    .col-4 {flex-basis: 33.33%;}
    .col-5 {flex-basis: 41.66%;}
    .col-6 {flex-basis: 47%;}
    .col-7 {flex-basis: 58.33%;}
    .col-8 {flex-basis: 66.66%;}
    .col-9 {flex-basis: 75%;}
    .col-10 {flex-basis: 83.33%;}
    .col-11 {flex-basis: 91.66%;}
    .col-12 {flex-basis: 100%;}
    .information {
        margin-bottom: 96px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }


    .launch {
        width: 35.32934%;
        margin-bottom: 0;
    }
    .rightContainer{
        width: 100%;
        display: -webkit-box;
        display: flex;
    }

    #news .col-4 {
        text-align: right;
    }
    

}


.bg-color{
    background-color: #ddd;
    color: #444;
}

.bg-sub-color{
    background-color: #e3c6eb;
    color: #9a61aa;
}

.highlight-color{
    color: #CBA7D5;
}
.rightContainer{
    width: 100%;
    justify-content: center;
}

video{
    width: 100%;
}

.role, .type, .client, .tool{
    margin-right: 40px;
    width: 25%;
}


.img-wrap{
    /* padding: 0px 10px 50px 10px; */
    width: 100%;
    margin: 0px auto 0px auto; 
    /* margin-bottom: 50px; */
}

.full img{
    widows: 100%;
    height: 80vh;
    /* height: 300px; */
    object-fit: scale-down;
    /* margin: 0 auto;  */
}

.img-full-wrap{
    width: 100%;
    margin: 0 auto;
}

.subsubtitle {
    margin-top: 40px;
}

.information {
    /* max-width: 780px; */
    padding: 30px 40px 0px 40px;
    font-size: 1.15rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
    justify-content: center;
}

.value{
    margin-bottom: 0px;
    opacity: .7;
    color: black;
    font-weight: 700;
}

.value a{
    /* color: #fff; */
   
}

.highlight{
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: .9px;
    margin-bottom: 0;
}

.launch {
    /* width: 30%; */
    margin-bottom: 20px;
}

button {
    display: inline-block;
    margin: 5px 5px 0px 0px;
    padding: 12px 14px 12px 14px;
    border-radius: 2px;
    /* background-color: #black; */
    /* color: #fff; */
    /* border: 0px solid #e3c6eb;
    background-color: #e3c6eb;
    color: #6f3280; */
    font-size: 1rem;
    letter-spacing: 1.5px;
    border: 3px;
    
}

.basic-bt {
    background: #fff;
    border: 2px solid #000;
}

.bnw-bt {
    background: #000;
    border: 2px solid #fff;
    color: #fff;
}

.red-bt {
    background: white;
    border: 3px solid black;
    color: #000;
}

button:hover {
    /* background-color: #000; */
    transition:300ms;
    background-color: #ff385c;
    color: black;
/*    cursor: pointer;*/
}


@media only screen and (max-width: 600px) {
    .project-item {width: 100%;}
    .profile-image{
        align-items: center;
        margin: 0 2rem 0 2rem;
    }
    .row{
        flex-direction: column;
        margin: 0rem 1rem 0rem 1rem;
    }
    .project-item{
        margin-left: 0px;
        margin-right: 0px;
    }
}

.search {
    position: relative;
}
.search input {
    /* box-sizing: border-box; */
    /* display: block; */
    width:100%;
    margin:0.5rem 0 0.5rem 0;
    /* font-size: 0.9rem; */
    padding: 0.5rem;
    border-radius: 1rem;
    border: 1px solid #eeeeee;
    /* outline: none; */
}

.filter{
    
    /* margin: 1rem 0 1rem 0; */
    background : white;
    text-align: left;
    position: sticky;
    top: 0px;
    z-index: 100;
    /* top: 50%; */
    padding-bottom: 1.2em;
    padding-top: 1.2em;
}


.filter label{
    padding: .3rem 1rem;
    margin-bottom: .4rem;

    display: inline-block;
    /* background-color: #ddd; */
    /* padding: 10px 20px; */
    font-family:  Helvetica, sans-serif;
    font-size: 1.0rem;
    /* border: 2px solid #444;
    border-radius: 25px; */
    cursor: pointer;
    background: #ddd;
    border-radius: 25px;
}

.filter input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.filter input[type="radio"]:checked + label{
    /*font-weight: 600;*/
    /* border: 2px solid #444; */
    transition:300ms;
    background-color: #ff485c;
}
.filter input[type="radio"]:checked{
    background-color: #000;
    color: #fff;
}

.filter input[type="radio"]:focus + label {
    /* border: 2px dashed #444; */

}

.filter label:hover {
    transition: 300ms;
    border: 2px #444;
}

i{
    color: #9e9e9e;
    font-size: 0.8em;
}
/* .chip{
    display: inline-block;
    border-radius: 1rem;
    padding: .2rem 0.5rem;
    margin: .2rem;
    background: #eeeeee;

    cursor: pointer;
}
.chip.selected{
    background: #757575;
    color:#fafafa;
} 
*/
