
body {
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 2.5%;
    border: 3px solid none;
}



p {
    margin: 0;
    font-family: 'Schibsted Grotesk', sans-serif;    
    font-size: 16px;
}

a {
    margin: 0;
    color: black;
    font-family: 'Schibsted Grotesk', sans-serif;    
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#projectTitle p {
    font-family: 'Source Code Pro', monospace;
    font-size: 26px;
    text-decoration: underline;
    margin-bottom: 8px;
    margin-left: 0px;
}

#projectDate p {
    margin-top: 16px;
}

.div-project-details {
    margin-bottom: 24px;
}

.div-project-details p {
    margin: 0px;
}

#projectPartner p {
    margin-bottom: 0px;
    font-family: 'Source Code Pro', monospace;
}

#projectSubtitle p {
    margin-bottom: 0px;
    margin-top: 16px;
    font-family: 'Source Code Pro', monospace;
    font-weight: 500;
}

#projectExhibit {
    margin-top: 24px;
}

#projectCredits {
    margin-top: 24px;
}

#imagesContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#imagesContainer img {
    width: 80%;
    height: auto;
    margin-bottom: 16px;
    border: 0px red none;

}

.container {
    display: flex;
    height: 95%;
}

::-webkit-scrollbar{
    display: none;
}

.column-left{
    width: 30%;
    margin-left: 15px;
    padding: 10px;
    border: 0px solid #ccc;
    overflow-y: scroll;
    background-color: none;
}

.column-right{
    flex: 1;
    padding: 10px;
    justify-content: center;
    align-items: center;
    overflow: auto;
    border: 0px solid red;
    display: flex;
}

.mothercontainer {
    display: flex;
    flex-direction: row;
    width: 85%;
    justify-content: center;
    align-items: center;
}

.soncolumn {
    flex: 50%;
    border: 0px solid red;
    align-items: center;
    justify-items: center;
}

#expandableText {
    font-family: 'Source Code Pro', monospace;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.expandable {
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
  }
  .content {
    display: none;
    margin-top: 8px;
  }

  #imageCredits {
    margin-top: 8px;
    margin-left: 10px;
    margin-bottom: 16px;
    width: 45%;
    }



    #MAINNAV {
        border: 0px solid pink;
    }
    
    #felixsiegl1 {
        color: white;
        background-color: transparent;
        opacity: 100%;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;
        text-transform: capitalize;
        font-weight: 300;
        font-size: 46px;
        line-height: 40px;
        letter-spacing: 10px;
        left: 2.5%;
        padding-left: 10px;
        text-align: left;
        display: flex;
        flex-direction: column-reverse;
        border: 0px solid red;
        margin-bottom: 0px;
    }
    #felixsiegl2 {
        color: white;
        background-color: transparent;
        opacity: 100%;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;
        text-transform: capitalize;
        font-weight: 300;
        font-size: 46px;
        line-height: 20px;
        letter-spacing: 10px;
        left: 2.5%;
        padding-left: 10px;
        text-align: left;
        display: flex;
        flex-direction: column-reverse;
        border: 0px solid red;
        margin-bottom: 0px;
    }
    
    #felixsiegl1:hover {
        text-decoration: line-through;
    }
    
    #index-felixsiegl1 {
        color: black;
        background-color: transparent;
        opacity: 100%;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;
        text-transform: capitalize;
        font-weight: 300;
        font-size: 46px;
        line-height: 40px;
        letter-spacing: 10px;
        left: 2.5%;
        padding-left: 10px;
        text-align: left;
        display: flex;
        flex-direction: column-reverse;
        border: 0px solid red;
        margin-bottom: 0px;
    }
    #index-felixsiegl2 {
        color: black;
        background-color: transparent;
        opacity: 100%;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;
        text-transform: capitalize;
        font-weight: 300;
        font-size: 46px;
        line-height: 20px;
        letter-spacing: 10px;
        left: 2.5%;
        padding-left: 10px;
        text-align: left;
        display: flex;
        flex-direction: column-reverse;
        border: 0px solid red;
        margin-bottom: 0px;
    }
    
    #index-felixsiegl1:hover {
        text-decoration: line-through;
    }
    
    #logowrapper {
        border: 0px solid red;
        margin-left: 25%;
    }
    
    #logowrapper #aboutheadingup {
        color: black;
        background-color: transparent;
        opacity: 100%;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;
        text-transform: none;
        font-weight: 300;
        font-size: 36px;
        line-height: 20px;
        letter-spacing: 0px;
        left: 2.5%;
        padding-left: 10px;
        text-align: left;
        display: flex;
        flex-direction: column-reverse;
        border: 0px solid red;
        margin-bottom: 20px;                
    }

    #logowrapper #aboutheadingEmptyup {
        color: white;
        background-color: transparent;
        opacity: 100%;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;
        text-transform: none;
        font-weight: 300;
        font-size: 36px;
        line-height: 20px;
        letter-spacing: 0px;
        left: 2.5%;
        padding-left: 10px;
        text-align: left;
        display: flex;
        flex-direction: column-reverse;
        border: 0px solid red;
        margin-bottom: 20px;                
    }

    #logowrapper #aboutheadingEmptydown {
        color: white;
        background-color: transparent;
        opacity: 100%;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;
        text-transform: none;
        font-weight: 300;
        font-size: 36px;
        line-height: 20px;
        letter-spacing: 0px;
        left: 2.5%;
        padding-left: 10px;
        text-align: left;
        display: flex;
        flex-direction: column-reverse;
        border: 0px solid red;
        margin-top: 25px;                 
    }
    
    #logowrapper #aboutheadingdown {
        color: black;
        background-color: transparent;
        opacity: 100%;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;
        text-transform: none;
        font-weight: 300;
        font-size: 36px;
        line-height: 20px;
        letter-spacing: 0px;
        left: 2.5%;
        padding-left: 10px;
        text-align: left;
        display: flex;
        flex-direction: column-reverse;
        border: 0px solid red;
        margin-top: 25px;                 
    }

    .unselectable {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        }

    
    /*OVERLAY NAV*/
    .lower{
        border: 0px solid red;
        background: none;
        color: black;
        opacity: 100%;
        height: 30px;
        width: 35vw;
        background-color: white;
      }
      
      .lower:hover{
        color: #c0c0c0;
      }
      
      input{
        display:none;
      }
      
      .lower label{
        border: 0px solid blue;
        text-decoration: none;
        line-height: 25px;
        letter-spacing: 2px;
        text-align: left;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: rgba(0, 0, 0, 0.6);
        background-color: white;
        font-family: 'Source Code Pro', monospace;    
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        cursor:pointer;
      }
      
      .lower label:hover{
        text-decoration: line-through;
        color: rgba(0, 0, 0, 1);
      }
    
      .index-overlay{
        border: 0px solid peru;
        position: fixed;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: none;
        display: flex;
        justify-content: space-around;
        align-items: center;
      }
    
      .overlay{
        border: 0px solid peru;
        position: fixed;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.95);
        display: flex;
        justify-content: space-around;
        align-items: center;
      }
      
      .overlay label{
        border: 0px solid greenyellow;
        color: white;
        text-align: center;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;    
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 2px;
        width: 10vh;
        height: 10vh;
        position: absolute;
        left: 3%;
        top: 2.5%;
        z-index: 100;
        cursor: pointer;
      }
    
      .overlay label:hover{
        text-decoration: line-through;
      }
    
      #navbox {
        border: 0px solid red;
        padding-left: 35px;
        padding-right: 35px;
        display: flex;
        justify-content: space-around;
        align-items: center;
      }
    
      
      #index-navbox {
        border: 0px solid red;
        padding-left: 35px;
        padding-right: 35px;
        display: flex;
        justify-content: space-around;
        align-items: center;
      }
      
      .lower~.overlay-hugeinc{
          opacity: 0;
          visibility: hidden;
          -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
          transition: opacity 0.5s, visibility 0s 0.5s;
      }
      
      #op:checked~.overlay-hugeinc{
          opacity: 1;
          visibility: visible;
          -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
      }
      
      /*.overlay-hugeinc nav {
          -moz-perspective: 300px;
      }*/
      
      .overlay-hugeinc nav ul {
          opacity: 0.4;
          -webkit-transform: translateY(-25%) rotateX(35deg);
          transform: translateY(-25%) rotateX(35deg);
          -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s;
      }
      
      #op:checked~.overlay-hugeinc nav ul {
          opacity: 1;
          -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
      }
      
      #op:not(:checked)~.overlay-hugeinc nav ul {
          -webkit-transform: translateY(25%) rotateX(-35deg);
          transform: translateY(25%) rotateX(-35deg);
      }
    
    #MAINNAV {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; 
    }
    
    #MAINNAV h1{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: 'Schibsted Grotesk', sans-serif;    
        font-size: 20px;
        font-weight: 100;
        margin-bottom: 24px;
        text-decoration: none;
    }
    
    #MAINNAV p{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: 'Schibsted Grotesk', sans-serif;    
        font-size: 12px;
        font-weight: 100;
        margin-top: 2px;
    }
    
    #MAINNAV a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: 'Source Code Pro', monospace;    
        font-size: 16px;
        font-weight: 400;
        margin-top: 16px;
    }
    
    #MAINNAV a:hover {
        text-decoration: line-through;
    }
    
    #index-MAINNAV h1{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: black;
        font-family: 'Schibsted Grotesk', sans-serif;    
        font-size: 20px;
        font-weight: 100;
        margin-bottom: 24px;
        text-decoration: none;
    }
    
    #index-MAINNAV p{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: black;
        font-family: 'Schibsted Grotesk', sans-serif;    
        font-size: 12px;
        font-weight: 100;
        margin-top: 2px;
    }
    
    #index-MAINNAV a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: black;
        font-family: 'Source Code Pro', monospace;    
        font-size: 16px;
        font-weight: 400;
        margin-top: 16px;
    }
    
    #index-MAINNAV a:hover {
        text-decoration: line-through;
    }

    header {
        border: 0px solid pink;
        position: fixed;
        top: 2.5%;
        left: 2.5%;
        width: 95%;
        z-index: 10;
    }
    
    #footerwrapper {
        bottom: 2.5%;
        left: 2.5%;
        right: 2.5%;
        width: 95%;
        border: 0px solid red;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 15px;
        background-color: white;
        text-align: left;
        position: fixed;
        align-items: flex-end;
    }
    
    #footer-l {
        height: 20px;
        background-color: none;
        align-items: flex-end;
    }
    
    #footer-r {
        color: black;
        height: 20px;
        opacity: 100%;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;
        font-weight: 600;
        opacity: 60%;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        padding: 0px;
        text-align: left;
        border: 0px solid red;   
    }
    
    .footer-l a{
        color: black;
        opacity: 100%;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;
        font-weight: 600;
        opacity: 60%;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        padding: 10px;
        text-align: left;
        border: 0px solid red;
    }
    
    .footer-l a:hover {
        text-decoration: line-through;
        color: black;
        opacity: 100%;
    }
    
    .footer-r p{
        opacity: 100%;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;
        font-weight: 600;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        text-align: right;
        margin-right: 10px;
    }
    
    header {
        display: flex;
        flex-direction: row;
    }

    #galleryContainer {
        border: solid 0px red;
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
    }


     #projectImageContainer {
        position: relative;
        left: 0;
        width: 80%;
        border: solid red 0px;
        margin-bottom: 16px;
      }
      
      #projectImage {
        display: block;
        width: 100%;
        height: auto;
      }
      
      #videoContainer {
        left: 0;
        position: relative;
        width:80%;
        border: solid blue 10px;
        margin-bottom: 16px;
    }

    iframe {
        border: 2px solid red;
        display: flex;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

      
      #imageOverlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .2s ease;
        background-color: #008bba00;
      }
      
      #projectImageContainer:hover #imageOverlay {
        opacity: 1;
        align-items: center;
      }
      
      #imageDescription {
        color: white;
        font-family: 'Source Code Pro', monospace;
        font-size: 10px;
        color: white;
        text-shadow: black 1px 0.5px 4px;
        position: absolute;
        bottom: 1%;
        left: 1%;
        text-align: center;
        align-items: center;
        border: green solid 0px;
      }

      #aboutbox {
        border: 0px solid red;
        padding-left: 35px;
        padding-right: 35px;
        display: flex;
        justify-content: space-around;
        align-items: center;
      }

    #about-MAINNAV p{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
        justify-content: center;
        line-height: 20px;
        color: black;
        font-family: 'Schibsted Grotesk', sans-serif;    
        font-size: 14px;
        font-weight: 100;
        margin-top: 2px;
    }

    #about-MAINNAV a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: black;
        font-family: 'Source Code Pro', monospace;    
        font-size: 14px;
        font-weight: 500;
        margin-top: 16px;
    }
    
    #about-MAINNAV a:hover {
        text-decoration: none;
    }
    
     #upcoming-MAINNAV p{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        line-height: 20px;
        color: black;
        font-family: 'Schibsted Grotesk', sans-serif;    
        font-size: 14px;
        font-weight: 400;
        margin-top: 2px;
    }

    #upcoming-MAINNAV a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: black;
        font-family: 'Source Code Pro', monospace;    
        font-size: 16px;
        font-weight: 500;
        margin-top: 16px;
    }
    
    #upcoming-MAINNAV a:hover {
        text-decoration: none;
    }