/* GENERIC CSS */ 

html {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    height: 100%;
    margin: 0;
    scroll-snap-type: y proximity;
}

body {
    padding: 0;
    height: 100%;
    max-width: 100vw;
    margin: 0;
    overscroll-behavior-y: none;
}


h1 {
    font-size: 12.5vh;
    padding: 0;
    display: block;
    text-decoration: none;
}


h2 {
    font-weight: 600;
    font-size: 40px;
    margin: 0px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    display: inline;
}

p {
    font-size: 12px;
    font-weight: 300;
}

a {
    font-size: 14px;
    text-decoration: none;
}



/* HEADER */


.headerhello {
    position: absolute;
    color: black;
    padding: 30px 100px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
}



.hellolinks { 
    padding: 0px 30px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.letschat {
    background-color: white;
    color: black;
    border-radius: 50px;
    padding: 5px 30px;
    text-align: center;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

.logo {
    width: 60px;
}

.logomobile {
    display: none;
    width: 30px;
}

.burgerwhite {
    display: none;
    width: 25px;
}

.mobilenavcont {
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    
    
    height: 80%;
    width: 90%;
    left: 5%;
    top: 9%;
    background-color: #F5F5F5;
    border-radius: 10px;
    z-index: 20;
    overflow-x: hidden;
    padding-top: 30%;
    padding-bottom: 10%;
    box-sizing: border-box;

    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobilenavlinkscont a {
    font-size: 18px;
    color: black;
    display: block;
    border: 1px solid black;
    margin-bottom: 20px;
    padding: 5px 0px;
    width: 195px;
    text-align: center;
    border-radius: 15px;
}

.mobilenavconnectcont {
    text-align: center;
    width: 60%;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobilesnavconnect {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

.mobilenavsocialiconscont {
    height: 40px;
    display: flex;
    justify-content: space-evenly;
}

.mobilenavsocialiconscont a {
    font-size: 0;
}

/* ANIMATED BURGER ICON */ 

.animatedburgerwhite {
    z-index: 30;
    display: none;
}

.animatedburgerwhitebar1, .animatedburgerwhitebar2, .animatedburgerwhitebar3 {
    width: 27px;
    height: 3px;
    margin-bottom: 6px;
    transition: 0.4s;
    background-color: white;
}

/* Rotate first bar */
.change .animatedburgerwhitebar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 4px) ;
    transform: rotate(-45deg) translate(-8px, 4px) ;
  }
  
/* Fade out the second bar */
.change .animatedburgerwhitebar2 {
    opacity: 0;
  }

/* Rotate last bar */
.change .animatedburgerwhitebar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -4px) ;
    transform: rotate(45deg) translate(-8px, -4px) ;
  }





/* HEADER FOR MOBILE */

@media only screen and (max-width: 815px) {
    .burgerwhite {
        display: none;
    }

    .animatedburgerwhite {
        display: block;
    }

    .hellolinks {
        display: none;
    }

    .letschat {
        display: none;
    }

    .logo {
        display: none;
    }

    .logomobile {
        display: initial;
    }

    .headerhello {
        padding: 15px 5%;
        width: 100vw;
        z-index: 15;
    }


} 



/* PROJECTS SECTION */ 

.projectslogo {
    width: 72px;
    cursor: pointer;
}

.headerprojects {
    position: absolute;
    color: black;
    padding: 30px 50px;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    z-index: 5;
    
}

.links {
    padding-left: 40px;
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.projects {
    position: relative;
    border-bottom: 0px solid #F5F5F5;
    height: 100%;
    padding: 0px 50px; 
    box-sizing: border-box;
    scroll-snap-align: start;
    background-color: #F5F5F5; 
    scroll-snap-stop: always;
    z-index: 10;
}

.projectsdescription {
    display: inline-block;
    position: absolute;
    width: 18%;
    color: black;
    font-size: 12px;
    font-weight: 300;
    padding: 50px 50px 20px 50px;
    bottom: 0px;
}

.descriptiontext {
    padding-bottom: 50px;
}

@media (max-aspect-ratio: 26/16) {
    .descriptiontext {
        display: none;
    }
}

.sociallogoprojectsinsta {
    width: 22px;
}

.sociallogoprojectslinked {
    width: 22px;
    padding-left: 20px;
}

.projectslist {
    vertical-align: middle;
    float: right;
    height: 100%;
    padding-bottom: 0px;
    overflow: scroll;
}

 .projectname {
    line-height: 21%;
    display: block;
    color: black;
    text-decoration: none;
} 

.projectname:hover {
    color: #522C4C;
}

.topprojectname {
    line-height: 21%;
    margin-top: 41px;
    text-decoration: none;
    color: black
}

.topprojectname:hover {
    color: #522C4C;
}

.botprojectname {
    line-height: 21%;
    text-decoration: none;
    color: black; 
}

.botprojectname:hover {
    color: #522C4C;
}

#projectsprojectlink {
    color: #D60000;
    text-decoration: none;
}

.projectslargemobile {
    display: none;
}

/* IPAD */

@media only screen and (max-width: 1024px) {
    .sociallogoprojectsinsta {
        display: none;
    }
        
    .sociallogoprojectslinked {
        display: none;
    }

    .projects {
        height: 110%;
    }

    .projectslogo {
        display: none;
    }
}

/* MOBILE */

@media only screen and (max-width: 815px) {
    .projectname {
        font-size: 11vw;
        margin: 0;
        line-height: 11vw;
        color: white;
    }

    .topprojectname {
        font-size: 11vw;
        margin: 0;
        line-height: 11vw;
        color: white;
    }

    .botprojectname {
        font-size: 11vw;
        margin: 0;
        line-height: 11vw;
        color: white;
    }

    .projects {
        padding: 0px; 
        background-color: #0B0B0B;
        overflow: hidden;
        height: 100%;
    }

    .projectslist {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .projectslogo {
        display: none;
    }

    .projectsdescription {
        display: none;
    }

    .headerprojects {
        padding: 15px 5%;
    }

    .projectslargemobile {
        display: initial;
        position: absolute;
        color: #1A1A1A;
        transform: rotate(90deg);
        font-size: 100px;
        top: 30vh;
        left: 70px;
        z-index: -1;
    }
}
