﻿body {
}


#imageWrapper {
    /*aspect-ratio: 4/3.2;*/
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    overflow: hidden;
    position: relative;
    background-color: #f0e9e3;
    padding:7px;
    display:flex;
    justify-content:center;
}


/* Masonry container fills wrapper */
#optionalImageContainer {
    width: 100%!important;
    height: 100%!important;
    
}



#masonry-gallery {
    width: 100%;
    height:auto;
    max-height:450px;
    justify-content:center;
}

.masonry-item {
    /*width: auto;*/
    /*max-width:40%;*/
    margin-bottom: 10px;
    box-sizing: border-box;
    display:flex;
    justify-content:center;
    align-content:center;
    align-items:center;
    float: right; /* Required for Masonry layout */
}

    .masonry-item img {
        width: 100%;
        height: auto;
        max-height:450px;
        border-radius: 6px;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
        display: block;
    }

.actions {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
    font-size:22px;
    gap:15px;
    
    width: fit-content;
    height: 100%;
}
    .actions a {
        text-decoration: none;
        width: fit-content;
        height:auto;
        background:none;
        /*background-color: #f2a271;*/
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        border-radius:10px;
    }

    .actions i {
        color: white;
        
    }



.actions-links {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
    font-size: 22px;
    gap: 15px;
    width: fit-content;
    height: auto;
    margin-bottom:10px;
}

    .actions-links a {
        text-decoration: none;
        width: fit-content;
        height: auto;
        background: none;
        /*background-color: #f2a271;*/
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        border-radius: 10px;
    }

    .actions-links i {
        color: rgb(243, 161, 112);
    }

    .header-button{
        width:fit-content;
        display:flex;
        justify-content:center;
        align-content:center;
        align-items:center;
        text-align:center;
    }


.service-card-header {
    width: calc(100% + 48px);
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 20px;
    margin-top: -32px;
    margin-left: -24px;
    margin-right: -24px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    /*background-color: #f0e9e3;*/
    /*background: linear-gradient(135deg, #FFD1A1 0%, #FF9E6C 40%, #FF784E 100%);*/
    background: linear-gradient( 135deg, #d8a97a, #ff9e6c ) !important;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    /*color: rgb(90, 90, 90);*/
    color: white;
    position: relative;
}


.service-card-body {
    width: 100%;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top:32px;
    padding-bottom:32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content:center;
    align-items:center;
    position: relative;
    background-color: white;
}

