:root {
    --font-size-l: 2.36vw;
    --font-size-m: 1.24vw;
    --font-size-s: 11px;
    --font-size-title: 1.8vw;
    --line-height: 1.7vw;


}


* {
    padding: 0;
    margin: 0;
    overflow: visible;
}




body {
  font-family: monospace;
    font-weight: lighter;
    font-size: var(--font-size-m);
    line-height: var(--line-height);
    background: radial-gradient(closest-side, #e1008e, #001de1);
    color: white;
    overflow: visible;



}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}


img {
    max-width: 100%;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 12px #1eff71;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #e1008e;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e1008e;
}

.images {
    display: block;
}

.images > img {
    max-width: 49%;
    margin: 1px;
}

.img-hover:hover {
    box-shadow: 0px 5px 10px black;
}

.gu {
    display: inline-block;
}

.gu > img {
    max-width: 49%;


}




.btn {
    border: none;
    outline: none;
    padding: 3px 3px;
    background-color: #e1008e;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-size: 0.8vw;

}

.btn:hover {
  background-color: #e1008e;
  color: white;
    cursor: auto;
}

.btn.active {
    background-color: #fff;
    color: black;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.videos {
    text-align: center;
    width: 80%;
}

.text-center {
    max-width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

 .beethoven {
        max-width: 40%;

    }

nav {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0.8em 0.4em 0.8em 0.4em;
    box-sizing: border-box;
    z-index: 99;
    font-size: var(--font-size-l);
    color: #1eff71;
    background: rgb(0, 29, 225);
    background: linear-gradient(360deg, rgba(0, 29, 225, 0) 0%, rgba(0, 29, 225, 0.8925945378151261) 14%, rgba(0, 29, 225, 1) 100%);
}

nav > ul.row > #nav > ul {
    color: black;
}

nav > ul.row > #nav > li {
    display: inline-block;
}

nav > ul.row > .column2 {
    font-style: italic;


}

nav a:not(#home) {
    color: black;
}

#home {
    font-size: var(--font-size-l);
    font-weight: 800;
    color: #e1008e;
    text-decoration: none;
}

ul.row > #nav > ul > li:nth-of-type(1) {
    padding-right: 0.5em;
}


a {
    text-decoration: none;
    color: white;
}



.row {
    display: flex;
}

ul.row {
    display: flex;

}

li {
}



ul.row > .column1 {
    flex: 35%;
    font-size: var(--font-size-l);
    font-weight: 100;
}

ul.row > .column2 {
    padding: 0em 0em 0em 3.8em;
    flex: 65%;
    font-size: var(--font-size-l);
    font-weight: 100;
}

.row > #column1 {
    flex: 80%;

}

.row > #column2 {
    flex: 20%;
}

.row > li.exhibitions-content-item a {
    text-decoration: underline;
}

#resume {
    list-style: none;
    padding: 5em 0 0 0.8em;
}

#resume > .column1 {
    flex: 35%;
    font-size: var(--font-size-m);
    font-weight: 100;
}

#resume > .column2 {
    padding: 0em 0em 0em 7em;
    flex: 65%;
    font-size: var(--font-size-m);
    font-weight: 100;
}

#resume > .column2 > h1 {
    font-weight: bolder;
    border-bottom: 0.3px solid white;
    padding-bottom: 5px;
    margin-bottom: 12px;
}

#resume > .column2 > li:nth-last-of-type {
    margin-bottom: 12px;
}

#exhibitions > .column1 {
    flex: 15%;
    font-weight: bolder;
}

#exhibitions > .column2 {
    flex: 85%;
}

#exhibitions-content-item > #first-item {
    border-bottom: 0.3px solid white;
    margin-bottom: 12px;
    padding-bottom: 5px;
}



#exhibitions #first-item {
    font-weight: normal;
}

#exhibitions #first-item a:hover {
    background-color: white;
    color: #00e153;
}

#exhibitions > #exhibitions-content-item > .row {
    margin-bottom: 12px;
}

#projects > article > a > img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}




#projects {
    padding-top: 5em;
}

#projects > article {
    padding: 0em 0.2em 1em 1em;
    /*    position: relative;*/
    display: inline-block;
    vertical-align:top;
    width: calc(19.5% - (var(--font-size-s)/2));
    box-sizing: border-box;
    overflow: hidden;
}

#projects > article > p {
    font-size: 24px;
    font-style: bolder
}

#projects > article > img:hover {
    cursor: pointer;
}



#description {
    padding: 0.5em 0.5em 0.8em 0.8em;
    text-decoration: none;
}

#description a {
    text-decoration: underline;
}



#description > .row > .column1 {
    flex: 35%;
    font-size: var(--font-size-m);
    font-weight: 100;

}

#description > .row > .column1 > li {
    text-decoration: none;
}

#description > .row > .column2 {
    padding: 0em 2em 0em 7.5em;
    flex: 65%;
    font-size: var(--font-size-m);
    font-weight: 100;
    text-decoration: none;
    margin-top: 10px;

}

#description > .row {
    margin-bottom: 30px;
}

#description > .row > .column1 > .project-title {
    font-weight: bolder;
    font-size: var(--font-size-m);
    font-weight: 800;
    margin-top: 10px;
}





#project-content {
    display: inline-block;
    padding: 0em 0.5em 0.8em 0.8em;
    padding-right: 0.5em;

}

#proj-con {
    display: center;
    padding: 0em 0.5em 0.8em 0.8em;
    padding-right: 0.5em;

}

#real {
    max-width: 100%;
}

#project-content > .project-images > img {
    padding: 0em 0.8em 0 0;
    width: 48%;
    vertical-align: top;
    height: auto;
    margin-bottom: 15px;
}

#project-content > .project-images > a > img {
    padding: 0em 0.8em 0 0;
    width: 48%;
    vertical-align: top;
    height: auto;
    margin-bottom: 15px;
}

#project-content > .project-images > iframe {
    padding: 0em 0.8em 0 0;
    vertical-align: top;
    margin-bottom: 15px;
}



.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #1eff71;
    color: black;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 10px;
    padding: 2px 3px;
    font-size: 0.8vw;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip:hover {
    animation: updown 0.1s ease;
}

@keyframes updown {
  0% {
    transform: translateY(-5%);
  }

  50% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(-5%);
  }
}



@media only screen and (max-width: 1024px) {
    :root {
    --font-size-l: 9vw;
    --font-size-m: 5vw;
    --font-size-s: 11px;
    --line-height: 6vw;
    }

    @media only screen and (min-width: 1200px)  {
            #projects > article > a > img {
            display: block;
            width: 120%;
        }

    }

    #home {
        padding-left: 2vw;
    }



    #projects > article {
        display: block;
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;

    }

    #projects > article > p {
        font-size: 7vw;
    }

    nav > ul.row > .column2 {
        display: none;
    }

    .row {
        display: block;
    }

    ul.row {
        display: block;

    }

    #resume > .column2 {
        width: 100%;
        flex: 100%;
        padding-left: 0;
        margin-top: 40px;
    }

    #exhibitions-content-item > #first-item {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #exhibitions > #exhibitions-content-item > .row {
        margin-bottom: 0;
    }

    #description > .row > .column2 {
    padding: 0em 1em 0em 0em;
    flex: 100%;
    font-size: var(--font-size-m);
    font-weight: 100;
    text-decoration: none;
    }

    #project-content > .project-images > img {
        display: block;
    }

    #description > img {
        width: 100%;
    }

    #description {
        padding-left: 10px;
        padding-right: 10px;
    }

    nav {
        padding: 0.8em 10px 0.8em 10px;
    }

    #resume > .column2 > h1 {
        width: 97%;
    }



    .tooltip .tooltiptext {

    background-color: #e1008e;
    color: #e1008e;
    border: 1vw;
    outline: none;
    text-align: center;
    border-radius: 1.2vw;
    padding: 2px 3px;
    font-size: 2vw;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}

    .text-center {
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

    .beethoven {
        max-width: 100%;
    }

    .trail { /* className for the trail elements */
       position: absolute;
       height: 20px; width: 20px;
       border-radius: 20px;
       background: #e1008e1;
     }
