

#Hero {
    width: 100vw;
    height: 100vh;
    background: linear-gradient(301deg, rgba(0,0,255,1) 0%, rgba(139,0,186,1) 100%);
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
}

#Hero-background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    width: 100%;
    height: 100%;
    opacity: .25;
    background-image: url(/img/background.png);
    background-size: cover;
}

#Hero-wrapper{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}

#Hero-wrapper > div{
    position: static;
}


#Hero-title{
    float: left;
    height: 100%;
}

#Hero-title-large{
    font-size: 80px;
    margin-top: 30px;
    font-weight: 700;
}
#Hero-title-small{
    font-size: 45px;
    font-weight: 500;
}

.Hero-Title-Container{
    position: absolute;
}

#Hero-image{
    background-image: url("/img/pasfoto.jpg");
    background-size: cover;
    border-radius: 50%;
    width: 300px;
    height: 300px;
}

#Hero-image-wrapper{
    float: right;
}

#Hero-wrapper-content{
    margin-top: 15vh;
    box-sizing: border-box;
}

#Hero-description{
    clear: both;
    text-align: center;
    padding-top: 10vh;
    width: 100%;
    font-size: 30px;
}

@media screen and (max-width: 1300px){
    #Hero-wrapper{
        padding-left: 80px;
        padding-right: 80px;
    }
    #Hero-image{
        width: 275px;
        height: 275px;
    }
    
    #Hero-title-large{
        font-size: 60px;
    }

    #Hero-title-small{
        font-size: 35px;
    }
    
}

@media screen and (max-width: 1050px){
    #Hero-image{
        width: 250px;
        height: 250px;
    }
    #Hero-title-large{
        font-size: 55px;
    }
    #Hero-title-small{
        font-size: 30px;
    }
    #Hero{
        position: static;
        z-index: 0;
    }
    #Hero-wrapper-content{
        margin-top: unset;
        padding-top: 15vh;
    }
    #Projects{
        margin-top: unset !important;
    }
}

@media screen and (max-width: 940px){
    #Hero-image{
        width: 225px;
        height: 225px;
    }
}

@media screen and (max-width: 890px){
    #Hero-title-large{
        font-size: 55px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;

    }
    #Hero-title-small{
        font-size: 45px;
        padding-left: 0%;
        text-align: center;

    }
    #Hero-image{
        width: 300px;
        height: 300px;
        margin: 0 auto;
        margin-top: 5vh;
    }

    #Hero-image-wrapper{
        display: block;
        width: 100%;
    }
}



.Content-wrapper{
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 100px;
}

.Content-wrapper-large {
    margin: 0 auto;
    max-width: 100%;
    padding-top: 100px;
}

.Content-title-large {
    font-size: 60px;
    font-weight: bold;
    padding-left: 80px;
    background-size: 60px 60px;
    background-position: 0 center;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    max-width: 1200px;
}

.Content-title-small {
    font-size: 40px;
    text-align: center;
}

#Projects{
    background: linear-gradient(222deg, rgba(2,186,37,1) 0%, rgba(0,186,176,1) 100%);
    margin-top: 95vh;
}

#Projects-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}
.Project-item{
    background-color: rgba(255, 255, 255, 0.342);
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    border-radius: 10px;
    padding: 10px;
    height: 300px;
    width: 500px;
    margin: 20px;
    transition: .5s;
}

.Project-item:hover{
    transform: scale(1.1);
}

.break{
    flex-basis: 100%;
}

#Projects-more {
    margin: 5% auto;
    background-color: white;
    color: black;
    border-radius: 15px;
    outline: unset;
    padding: 20px;

}

.Project-item-image{
   
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
    display: flex;
    align-items: end;
    justify-content: center;

}
.Project-item-title{
    width: 100%;
    height: 20%;
    font-size: 90px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: left; 
    margin: 5% 10%;
}

#Skills{
    background-image: linear-gradient(75deg, rgba(76,148,0,1) 0%, rgba(203,138,0,1) 100%);
    padding-bottom: 10px;
}

#Skills-wrapper{
    padding-bottom: 10vh;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 0 min( 10%, 500px);
    padding: 25px 10%;
}

.Skill-card{
    all: unset;    
    box-sizing: border-box;
    transition: .4s;


}
.Skill-card:hover{
    transform: scale(1.2);
}

.Skill-card-image{
    width: 100px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.Skill-card-title{
    width: 100px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.skill-modal{
    max-height: 0px;
    overflow: hidden;
    transition: max-height 1s;
    color: black;
    background-color: white;
    border-radius: 15px;
    margin: 0 10px;
}

.skill-modal-actions{
    text-align: center;
    height: 50px;
}
.skill-modal-actions > a{
    color: grey !important;
    text-decoration: none;
}
.skill-modal-container{
    display: flex;
    gap: 20px;
    padding: 50px 50px 0px 50px;
    

}

.expanded{
    max-height: unset !important;

}

.Skill-modal-text > *{
    margin: 0;
}

.Skill-modal-text > h3{
    font-size: 2em;
    margin: 0;
}

.Skill-modal-image{
    height: 150px;
    width: 150px;
    filter: invert(100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}



#contact{
    background: linear-gradient(321deg, rgba(66,66,66,1) 0%, rgba(130,130,130,1) 100%);
}
#Contact-socials{
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: white;
}

#contant-Socials-Wrapper{
    padding-bottom: 10vh;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;

    justify-content: center;
    gap: 0 min( 10%, 500px);
    padding: 25px 10%;
}

.contant-card{
    color: white;
    text-decoration: none;
    text-align: center;
}

