/* HERO */

.fp-hero {
    display: grid;
    justify-items: baseline;

    min-height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    /* background-color: var(--color-fp-background); */
    background-color: rgb(223, 223, 223);
    /* margin-bottom: 5rem; */
    /* border-radius: 0px 0 180px 0; */

    /* animation: ease-in-out 2s; */
}

#fp-hero-image {
    width: 100%;
    height: auto;
}

.fp-footer-contactline {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    justify-content: center;
}

/* ---------------- MEDIA */

/* TABLET */
@media screen and (min-width: 700px) {
    #fp-hero {
        
        /* 70 / 80 */
        height: 100vh;

    }
    
}

/* DESKTOP */
@media screen and (min-width: 900px) {

}

/* DESKTOP */
@media screen and (min-width: 1200px) {

}