.lovelace{
    background: url('../public/img/LOVELACE/portrait-femme4.jpg') no-repeat center;
    background-size: cover;
}
.bartik{
    background: url('../public/img/BARTIK/portrait-femme.jpg') no-repeat center;
    background-size: cover;
}
.hooper{
    background: url('../public/img/HOPPER/portrait-femme3.jpg') no-repeat center;
    background-size: cover;
}
.goldberg{
    background: url('../public/img/GOLDBERG/portrait-femme2.jpg') no-repeat center;
    background-size: cover;
}

.home-section {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.home-section::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

a:hover{
    text-decoration:  none;
    color: white;
}

.mobile-locker{
    display: none;
}

@media (max-width : 800px) {
    
    .mobile-locker{
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 50;
        background-color: wheat;
    }
}
