h1 {
    margin: 20px 0px !important;
}

h2 {
    margin-top: 10px !important;
    margin-bottom: 0;
}

.card-image {
    overflow: hidden;
}

.card {
    height: 90%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

#photographe-img {
    width: 100%;
    height: auto;
    max-width: 667px;
}

#cred {
    font-size: 25px;
    font-family: Parisienne, sans-serif;
    font-style: normal;
    font-weight: 500;
}

#mobile-nav {
    font-size: 39px;
    margin-top: 10px;
    color: black;
}

#city-title {
    text-transform: none !important;
    font-size: 20px !important;
    line-height: 40px;
    letter-spacing: 0 !important;
}

#about-me {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-me-button {
    margin-top: 20px;
}

.comment {
    font-style: italic;
    background-color:rgba(255, 205, 210, 0.3);
    border-radius: 15px;
}

.card-action {
    transition: 0.3s !important;
    font-size: 18px !important;
    line-height: 30px;
}

.card .card-content {
    padding: 0 !important;
}

.card .card-content h3 {
    margin: 20px 0 !important;
}

.card-action:hover {
    background-color: rgba(206, 173, 85, 0.6) !important;
    color: white !important;
}

#comment-carousel {
    height: 150px !important;
    border-radius: 15px;
    line-height: 30px;
}

#comment-carousel .carousel-item {
    display: flex;
    align-items: center;
    min-height: 100px !important;
    background-color: rgba(255, 205, 210, 0.3);
    font-style: italic;
}

#cred {
    margin-top: 0 !important;
}

.card .card-image img {
    height: auto !important;
}

#rewards {
    height: 250px;
}

@media only screen and (min-width: 600px) {
    #home-container {
        width: 100%;
        height: 85vh;
        background-image: var(--backgroundimagepc);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}
@media only screen and (max-width: 600px) {
    #city-title {
        font-size: 18px !important;
    }

    #home-container {
        width: 100%;
        height: calc(100vh - 170px);
        background-image: var(--backgroundimagemobile);
        background-position-y: 40%;
        background-position-x: 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #comment-carousel {
        height: 350px !important;
        border-radius: 15px;
    }

    #comment-carousel .carousel-item {
        min-height: 350px !important;
        padding: 10px;
    }
}