#main-page-nicole {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: center 70%;
}

#transition-img {
    position: absolute;
    top: 83%;
    height: 320px;
    z-index: 0;
}

#welcome {
    z-index: 1 !important;
}

#private-sessions {
    padding-top: 90px;
}

.view-calendar:hover {
    background-color: var(--white);
}

#calendar-link {
    color: var(--purple);
    cursor: pointer;
    text-decoration: none;
}

#calendar-link:hover {
    text-decoration: underline;
}

#move-mods img {
    height: 110px;
    object-fit: cover;
    margin: 10px 40px;
}

#home-portrait {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 80%;
}

.gallery-img {
    width: 500px;
    height: 425px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin: 10px;
}

.focal-up {
    object-position: center 80%;
}

.focal-down {
    object-position: center 20%;
}

@media screen and (max-width: 1400px) {
    .serviceCard {
        width: 40vw;
    }
}

@media screen and (max-width: 1200px) {
    #private-sessions {
        padding-top: 65px;
    }

    #meet-container {
        flex-direction: column-reverse;
    }

    #move-mods img {
        margin: 10px;
    }
}

@media screen and (max-width: 768px) {
    #main-page-nicole {
        width: 100%;
        height: 50vh;
        object-fit: cover;
        object-position: center 70%;
    }

    #transition-img {
        display: none;
    }

    #private-sessions {
        padding-top: 30px;
    }

    #move-mods img {
        height: 110px;
        margin: 10px 45px;
    }

    .serviceCard {
        width: 90%;
        height: 100px;
        border-top: 2px solid var(--purple);
        border-bottom: 2px solid var(--purple);
    }

    .serviceCard img {
        height: 100%;
    }

    .serviceCard div div {
        height: 45px;
    }

    .displayDescription {
        padding: 10px 15px;
        top: 40px;
        left: 30%;
    }

    .gallery-img {
        width: 350px;
        height: 350px;
    }
}

@media screen and (max-width: 576px) {
    #private-sessions h2 {
        font-size: 20px !important;
    }

    #home-portrait {
        width: 300px;
        height: 300px;
    }

    #move-mods img {
        height: 80px;
        margin: 10px 25px;
    }
}