* {
    margin: 0;
    padding: 0;
    cursor: default;
}
  
  html, body {
    height: 100%;
    max-width: 100%;
    scroll-behavior: smooth;
}
  
a {
    text-decoration: none;
    cursor: pointer;
}
  
body {
    overflow-x: hidden;
    background-color: #FEFEEB;
}
  
body a:hover {
    text-decoration: none;
}
  
::-webkit-scrollbar {
    width: 5px;
    height: 0px;
    background-color: #2e9f4c;
    /*overflow-x: hidden;
    display: none;
    visibility: hidden;*/
}

::-webkit-scrollbar-thumb {
    background-color: #5cce7a;
}


/* Bootstrap pre-sets */
.col-sm {
    padding: 0;
    margin: 0;
}

.row {
    padding: 0;
    margin: 0;
}


.fader {
    position: absolute;
    bottom: 0;
    background-color: #112f21;
    width: 100%;
    height: 100%;
    z-index: 99;
    /* animation */
    animation-name: fadeDown;
    animation-duration: 1.8s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeDown {
    from {
        height: 100%;
    }
    to {
        height: 0;
    }
}


/* Navigation style */
nav {
    position: fixed;
    width: 100%;
    z-index: 98;
}

nav .logo {
    position: fixed;
    top: 3%;
    left: 3%;
}

nav .logo img {
    height: 2.6vh;
    cursor: pointer;
}

nav .opener {
    position: fixed;
    top: 3.5%;
    right: 3%;
}

nav .opener img {
    height: 2.1vh;
    cursor: pointer;
    transition: .2s ease-in-out;
}

nav .opener #white-hamburger {
    display: none;
}

nav .opener img:hover {
    opacity: 0.7;
}

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 98;
    backdrop-filter: blur(4px);
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    background: rgb(18, 53, 36, 0.8);
}
  
.sidenav .closebtn {
    position: absolute;
    top: 3%;
    right: 3%;
    cursor: pointer;
    z-index: 97;
}
  
.closebtn img {
    color: white;
    height: 2.9vh;
    cursor: pointer;
}
  
.nav-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    margin-left: 5%;
    font-family: 'Urbanist', sans-serif;
}

.nav-content li {
    list-style: none;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 2.5em;
    padding: 2% 0 0 0;
    transition: all .2s;
}

.nav-content a {
    text-decoration: none;
    color: white;
    transition: .3s;
}

.nav-content li:hover {
    font-size: 2.55em;
    padding: 2% 0;
}


.color-banner {
    width: 100%;
    height: 10%;
    position: absolute;
    top: 0;
}

.color-banner .left-side {
    background-color: #123524;
}

.color-banner .right-side {
    background-color: #FEFEEB;
}


.folder {
    overflow: hidden;
    opacity: 1;
    height: auto;
    transition: 1s ease-in-out;
    transition-delay: 0.3s;
}

.folder .row {
    overflow: hidden;
}

.folder .col-sm-5, .col-sm-7 {
    font-family: 'Urbanist', sans-serif;
    position: relative;
    overflow: scroll;
    height: 90vh;
    margin-top: 10vh;
}

.folder .left-side {
    /*background: linear-gradient(189.47deg, #0c6424 78.88%, #064f1b 137.78%);*/
    background-color: #123524;
}

.folder .right-side {
    background-color: #FEFEEB;
}

.folder .content-container {
    /*padding: 10% 0 10% 20%;*/
    position: absolute;
    top: 5%;
    right: 0;
    width: 75%;
    padding-right: 12%;
}

.folder .content-list {
    padding-bottom: 15%;
}

.folder .content-container h3 {
    color: white;
    font-size: 1.8em;
    letter-spacing: 1px;
    font-weight: bolder;
}

.folder .content-container i {
    font-weight: 400;
    font-size: 0.68em;
    color: white;
}

.folder .content-container li {
    color: white;
    list-style: none;
    padding: 3% 0 0 0;
    cursor: pointer;
    transition: 0.2s ease-out;
}

.folder .content-container li:hover {
    margin-left: 2%;
    padding-left: 2%;
    border-left: solid;
}

.folder .content-container h5 {
    font-weight: 500;
    font-size: 1.15em;
    cursor: pointer;
}

.folder .content-container p {
    font-weight: 300;
    font-size: 0.96em;
    cursor: pointer;
}

/*#project1 {
    margin-left: 2%;
    padding-left: 2%;
    border-left: solid;
}*/


.folder .right-side {
    padding-left: 2%;
    padding-right: 5%;
    position: relative;
}

/* arrow-up */
.arrow-up {
    position: fixed;
    top: 12%;
    right: 7%;
    visibility: hidden;
    z-index: 80;
    display: none;
}

.arrow-up img {
    height: 2em;
    transform: rotate(-90deg);
}

/*.relative-element {
    position: ;
    top: 11.5%;
    right: 7%;
}*/

.folder .project-slide {
    position: absolute;
    width: 90%;
    padding-bottom: 5%;
}

.folder .project-title {
    padding: 4% 0 0 0;
}

.folder .project-title h5 {
    font-family: 'Urbanist', sans-serif;
    font-size: 1.6em;
    font-weight: bolder;
    color: #123524;
}

.folder .project-title a {
    font-family: 'Urbanist', sans-serif;
    font-size: 2vh;
    color: #222;
    text-decoration: underline;
}

.folder .project-imgs .col-sm {
    text-align: center;
}

.folder .project-imgs img {
    width: 24vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /*height: 75vh;*/
    margin: 5% 0 5% 0;
}

.folder .project-text {
    margin: 5% 0 0 0;
}

.folder .project-text b {
    font-weight: 700;
    font-size: 1.1em;
    color: #123524;
}

.folder .project-text p {
    font-weight: 300;
    font-size: 0.94;
    text-align: justify;
    color: #222;
}

.folder .additional-imgs {
    text-align: center;
}

.folder .additional-imgs img {
    width: 50vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 3% 0 3% 0;
}

.folder .additional-imgs-double {
    text-align: center;
}

.folder .additional-imgs-double img {
    width: 24vw;
    /*height: 75vh;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 5% 0 5% 0;
}


#project-content1 {
    display: block;
}

#project-content2 {
    display: none;
}

#project-content3 {
    display: none;
}

#project-content4 {
    display: none;
}

#project-content5 {
    display: none;
}

#project-content6 {
    display: none;
}

#project-content7 {
    display: none;
}

#project-content8 {
    display: none;
}

#project-content9 {
    display: none;
}

#project-content10 {
    display: none;
}

#project-content11 {
    display: none;
}

#project-content12 {
    display: none;
}

/* App selection */

#projectApp-content1 {
    display: none;
}

#projectApp-content2 {
    display: none;
}

#projectApp-content3 {
    display: none;
}

#projectApp-content4 {
    display: none;
}




footer {
    display: none;
    background-color: #4B18F4; 
    text-align: center;
    color: white;
    font-size: 15px;
    padding: 2.25% 1% 1% 1%;
}





