﻿.Guest-List-BgImage01 {
    background-image: url('/Resources/Images/BackgroundImages/1785907409.jpg');
    min-height: 450px;
    background-attachment: fixed;
    background-position: 50% 120%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

/* --== Guest type table ==-- */

/* LARGE SCREENS */
/* Type on the left, description on the right */
@media (min-width: 992px) {

    /* All Rows, both columns */
    .Guest-List-Table .row {
        margin-bottom: 10px;
    }

    /* All cells */
    .Guest-List-Table .row div {
        padding: 15px;
    }

        /* -= Left Column =-*/
        /* All rows */
        .Guest-List-Table .row div:first-child {
            border: 10px solid var(--rtg-light-pink);
            background-color: var(--rtg-light-pink);
            margin-right: 10px;
        }

        /* First row */
        .Guest-List-Table .row:first-child div:first-child {
            border: 10px solid var(--rtg-light-pink);
            border-top-left-radius: 10px;
        }

        /* Last row */
        .Guest-List-Table .row:last-child div:first-child {
            border: 10px solid var(--rtg-light-pink);
            border-bottom-left-radius: 10px;
        }

        /* -= Right Column =-*/
        /* All rows */
        .Guest-List-Table .row div:last-child {
            border: 10px solid var(--rtg-very-light-pink);
        }

        /* First row */
        .Guest-List-Table .row:first-child div:last-child {
            border: 10px solid var(--rtg-very-light-pink);
            border-top-right-radius: 10px;
        }

        /* Last row */
        .Guest-List-Table .row:last-child div:last-child {
            border: 10px solid var(--rtg-very-light-pink);
            border-bottom-right-radius: 10px;
        }
}


/* SMALL SCREENS */
/* Type on top, description on bottom */
@media (max-width: 991px) {

    /* -= Top Rows =-*/
    .Guest-List-Table .row div:first-child {
        border: 10px solid var(--rtg-light-pink);
        background-color: var(--rtg-light-pink);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-bottom: 5px;
    }

    /* -= Bottom Rows =-*/
    .Guest-List-Table .row div:last-child {
        border: 10px solid var(--rtg-very-light-pink);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 20px;
        padding: 15px;
    }
}

.Guest-List-Math-Table {
    border: 10px solid rgba(101,187,181,1);
    border-radius: 10px;
}