@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

.profile-pic{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 2px solid #cce4db;
}

.menu-info .empty{
    flex: 0.1;
}

.menu-links:hover{
    background-color: #93bdad;
}

.separator{
    padding-top: 35px;
}

.section{
    color: #cce4db;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
}

.section-content{
    color: #C5C2AA;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 40px;
    margin-left: 50px;
    margin-right: 50px;
}

.menu-text{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    flex: 2 1 0;
}

.subtitle{
    flex: 1 1 0;
    font-size: 2rem;
    font-weight: 600;
    color: #C5C2AA;
}

.description{
    flex: 1;
    font-size: 1.3rem;
    font-weight: 400;
    color: #C5C2AA;
}

.title{
    font-size: 3.5rem;
    font-weight: 600;
    color: #cce4db;
    flex: 1 1 0;
    margin-bottom: 0px;
}

.menu-links{
    display: block;
    text-decoration: none;
    padding: 15px 50px;
    flex: 0 1 0%;
    display: block;
    border-radius: 10px;
    text-align: center;
    text-justify: center;
    background-color: #cce4db;
    color: rgb(48, 96, 98);
}

.resume-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

.menu-info{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.links{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-resume{
    display: none;
}

@media (min-width: 1024px) {
    .links {
        border: #cce4db 2px solid;
        border-radius: 20px;
    }

    .contact-div{
        font-size: 1.6rem;
        min-height: 250px;
    }

    .contact-title{
        font-size: 2rem;
        font-weight: 600;
    }

    .content-contacts{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid-about{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .icons-skills{
        width: 60px;
        height: 60px;
    }

    .about-me-content-title{
        font-size: 1.7rem !important;
    }

    .description{
        margin-top: -10px;
    }

    .resume{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .contact-div:hover {
        animation-name: change;
        animation-duration: 0.3s;
    }

    .project:hover{
        animation-name: change;
        animation-duration: 0.3s;
    }

    .hidden-to-pc{
        display: none;
    }    

    .right-now{
        margin-right: 15vw;
        margin-left: 15vw;
    }
}

.pill {
    height:0px;
    border-radius: 2px;
    color: #C5C2AA;
    border: 1.5px solid currentColor;
    width: 80%;
}

.right-now{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.right-now h2{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px;
    font-size: 1.3em;
}

@media (max-width: 1400px) and (min-width: 1024px)  
{
    .fw{ grid-area: fw;}
    .pl{ grid-area: pl;}
    .other { grid-area: other;}
    .grid-about{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "pl fw" "other other";
        gap: 50px;
    }

    .icons-skills{
        width: 75px;
        height: 75px;
    }

    .other-grid{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
    }


    .about-me-content-title{
        font-size: 1.7rem !important;
    }

    .description{
        margin-top: -10px;
    }

    .resume{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .contact-div:hover {
        animation-name: change;
        animation-duration: 0.3s;
    }
    
    .project:hover{
        animation-name: change;
        animation-duration: 0.3s;
    }
}

@media (max-width: 1024px) {
    .links {
        position: fixed;
        top: 0;
        width: 100%;
        flex-direction: row;
        align-content: space-between;
        padding: 0px 50px;
        border: aliceblue 2px solid;
        background-color: #cce4db;
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 5vw;
    }
    
    .right-now h2{
        font-size: 2.1em;
    }

    .mobile-resume{
        display: block;
        padding-top: 1vh;
        padding-bottom: 3vh;
    }

    .hidden-to-mobile{
        display: none;
    }

    .desktop-resume{
        display: none;
    }

    .menu-links{
        padding: 13px 30px;
    }

    .icons-skills{
        width: 100px;
        height: 100px;
    }

    .menu-info{
        display: block;
        width: 100%;
    }

    .menu-text{
        display: block;
        width: 100%;
    }
    

    .grid-about{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        gap: 50px;
        overflow: auto;
        width: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .about-me-content{
        width: 700px;
        height: 470px;
    }

    .contact-title{
        font-size: 3rem;
        font-weight: 600;
    }

    .content-contacts{
        gap: 50px;
    }

    .contact-div{
        font-size: 2.5rem;
    }

    .separator{
        padding-top: 1.5vh;
    }

    .menu {
        margin-top: 100px;
    }

    .menu-info{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .title{
        font-size: 3.5rem
    }

    .profile-pic{
        width: 325px;
        height: 325px;
    }

    .social-icon{
        padding-top: 40px;
    }

    .about-me-content-text{
        gap: 0px !important;
        font-size: 2rem;
    }

    .about-me-margin{
        margin-left: 30px;
        margin-right: 30px;
    }

    .no-margin-left-right{
        margin-left: 0px;
        margin-right: 0px;
    }

    .resume{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    
    .mail{
        font-size: 1.6rem !important;
    }

    .small-img-cv{
        width: 30px;
        height: 30px;
        margin-right: 1rem;
    }
    
    .less-padding{
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 50vw;
        margin: auto;
        width: 70%;
        font-size: 2rem;
    }

}



body{
    background: #474448;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 0;
}

.menu{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-left: 1.5vh;
    padding-top: 3vh;
    padding-right: 1.5vh;
    padding-bottom: 1.5vh;
}

.flex-container {
    display: flex;
}

a{
    text-decoration: none;
    color: #C5C2AA;
}


.contact-div{
    display: block;
    border: #cce4db 2px solid;
    border-radius: 20px;
    box-shadow: 0px 0px 15px;
    height: 100%;
    margin: 10px;
    padding: 15px;
    padding-bottom: 0px;
}


.contact-div:hover{
    background-color: #93bdad;
    color: rgb(41, 55, 46);
}

@keyframes change {
    from{background: #474448;
        color: #C5C2AA;}
    to{
        background-color: #93bdad;
        color: rgb(41, 55, 46);
    }


}

.contact-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #cce4db;
}

.content-contacts{
    display: grid;
    grid-template-rows: auto;
}

.socials-title{
    font-size: 1.7rem;
    font-weight: 550;
    color: #cce4db;
    padding-top: 30px;
    padding-bottom: 15px;
}

.centered{
    text-align: center;
}

.small-img{
    width: 50px;
    height: 50px;
    filter: invert(94%) sepia(16%) saturate(210%) hue-rotate(102deg) brightness(95%) contrast(89%);
}

.flex-socials-container{
    padding-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.social-icon{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.medium-img{
    width: 100px;
    height: 100px;
    filter: invert(94%) sepia(16%) saturate(210%) hue-rotate(102deg) brightness(95%) contrast(89%);
}

.footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 1vh;
    padding-top: 27vh;
    padding-right: 1vh;
    padding-bottom: 1vh;
    font-size: 1rem;
    font-weight: 300;
    color: #cce4db;
}

.no-margin{
    margin-top: 0px;
    margin-bottom: 5px;
}

.about-me-content-title{
    font-size: 2.2rem;
    font-weight: 500;
    color: #cce4db;
}

.about-me-content-text{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 15px;
    align-items: center;
}

.about-me-content{
    border: #cce4db 2px solid;
    border-radius: 20px;
    padding: 10px;
}

.tech-title{
    padding-top: 5px;
}

.icons-skills{
    padding-bottom: 15px;
}

.mail{
    font-size: 1.3rem;
}

.project{
    border: #cce4db 2px solid;
    border-radius: 20px;
    box-shadow: 0px 0px 15px;
}

.project:hover{
    background-color: #93bdad;
    color: rgb(41, 55, 46);
}

.projects-container{
    display: grid;
    gap: 50px;
}

.left{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}

.right{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
}

.project-pic{
    width: 150px;
    height: 150px;
    padding: 20px;
}

.project-text{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.project-title{
    padding: 20px;
    color: #cce4db;
    font-size: 2rem;
    font-weight: 570;
}

.link{
    color: #cce4db;
}