@import url("https://fonts.googleapis.com/css2?family=Poppins%3Awght%40100%3B200%3B300%3B400%3B500%3B600&display=swap%27%29%3B");

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html{
    font-size: 62.5%;

}

body{
    width:100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #ebebeb;
    color: #3a6ea5;

}

header{
    margin-top: 55px;
    position:static;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 9%;
    background-color: transparent;
    filter: drop-shadow(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    background-color: #004e98;
}

.logo{
    font-size: 3rem;
    color: white;
    font-weight: 800;
    cursor: pointer;
    transition: 0.5s ease;
}

.logo:hover{
    transform: scale(1.1);

}

nav{
    background-color: #3a6ea5;
}

nav a{
    font-size: 1.8rem;
    
    margin-left: 4rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;


}

nav a:hover,
nav a.active{
    color: white;
    border-bottom: 3px solid white;
}

@media(max-width:7680px){
    nav{
        position: absolute;
        top: 0%;
        right: 0;
        width: 40%;
        border-left: 3px solid #3a6ea5;
        border-bottom: 3px solid #3a6ea5;
        border-bottom-left-radius: 2rem;
        padding: 1rem solid;
        background-color: #004e98;
        border-top: 0.1rem gray;


    }

    nav.active{
        display: block;
        font-size: 2rem;
        margin: 3rem;
    }

    nav a{
        display: block;
        font-size: 2rem;
        margin: 3rem;
        
    }

    nav a:hover{
        font-size: 3rem;
    }
    nav a.active{
        padding: 1rem;
        border-radius: 0.5rem;
        border-bottom: 0.5rem solid #3a6ea5;
    }
}














.underlined-seperator h1{
    font-size :6rem;
    margin-top:100px;
    margin-bottom : 100px;
    text-align : center;
    user-select: none;
}

.Portfolio-Pieces-Title{
    font-size : 5rem;
    margin-top : 10%;
    text-align : center;
    font-weight : 700;
    
}

.dif-underlined-seperator h1{
    font-size :6rem;
    margin-bottom : 150px;
    text-align : center;
    user-select: none;
}

.Portfolio-Pieces-Title span{
    font-size : 5rem;
    text-align : center;
    font-weight : 700;
    color : #004e98;
}




.portfolio-project-whole-section{
    padding-top: 200px;
    max-width: 80%;
    height:100%;
    margin-left: 10%;
    align-content: center;
    
    
}

.portfolio-titles{
    font-size : 4rem;
    font-weight : 500;
    color: #004e98; 
}

.portfolio-project-descriptions{
    font-size : 3rem;
    font-weight : 400;
    padding-top: 100px;
    text-align : center;

}

.portfolio-section-titles{
    font-size : 4rem;
    font-weight : 500;
    color: #004e98;
    text-align: center;
    margin-top:12%;
    margin-bottom:6%;
}


.portfolio-segments{
    justify-items: center;
    align-items: center;
    min-width: 100%;
    min-height: 100%;
    margin-top : 50px;
}





.picture{
    justify-self: center;
    margin-bottom:25px;
    align-items: center;
    justify-items: center;
}

.picture h1{
    font-size:3rem;
    font-weight:500;
    margin-top:35px;
    margin-bottom: 10px;
    text-align: center;
}

.picture p{
    font-size:3rem;
    font-weight:500;
    margin-top:35px;
    margin-bottom: 10px;
    text-align: center;
}

.picture audio{
    margin-left: 40%;
    align-self:center;
    margin-bottom: 100px;;
}



footer{
    margin-top:20px;
    margin-left: 100px;
}

footer p{
    font-size: 2rem;
}