/************  Menu   ************/

ul li.nav-item a {
    margin: 0 .5rem;
    color: var(--bs-white);
    font-size: 1.1rem;
    font-weight: 500;
}

/************  Hero   ************/

#block-delphinebook-welcomeondelphinebook {
    width: 40%;
}

#block-delphinebook-welcomeondelphinebook p {
    color: var(--bs-white);
    font-size: 1.05rem;
    line-height: 2rem;
    font-weight: 400;
}

@media only screen and (min-width: 1920px) {

    /************ PAGE ABOUT ***************/

    .path-about #hero-content {
        background: url(../images/about-page.jpg) no-repeat center center /cover;
    }

    /************ PAGE PHOTOS GALLERY ***************/

    .path-photos-gallery #hero-content {
        background: url(../images/photos-gallery-page.jpg) no-repeat center center /cover;
    }

    /************ PAGE PORTFOLIO ***************/

    .path-portfolio #hero-content {
        background: url(../images/portfolio-page.jpg) no-repeat center center /cover;
    }

    /************ PAGE CONTACT ***************/

    .path-contact #hero-content {
        background: url(../images/contact-page.jpg) no-repeat right center /cover;
    }

    /************ PAGE NOT FOUND - 404 ***************/

    .page-node-11 #hero-content {
        background: url(../images/404-error-page.jpg) no-repeat center center /cover;
    }

    /************ HOMEPAGE  ***************/

    #hero-home-content {
        background: #000c24 url('../images/home-header.jpg') no-repeat 60% 30% / 50%;
    }
}


/************  Hobbies   ************/

#hobbies-content ul li {
    width: 31%;
    margin: 0.7rem;
    padding: 3rem;
}


/********************** ABOUT ***********************/

#block-delphinebook-skillsandlanguages div.lists {
    margin: auto;
}

#block-delphinebook-skillsandlanguages .skills {
    width: 30%;
    margin: 0 2.5rem 2rem 0;
}