﻿
.Budget-BgImage01 {
    background-image: url('/Resources/Images/BackgroundImages/688879400.jpg');
    min-height: 350px;
    background-attachment: fixed;
    background-position: 50% -20%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}
@media (max-width: 1400px) {
    .Budget-BgImage01 {
        background-attachment: local;
        background-position: 50% 30%;
    }
}
@media (max-width: 991px) {
    .Budget-BgImage01 {
        background-attachment: local;
        background-position: 50% 10%;
    }
}

.Budget-Table-Row {
    border-left: 2px solid var(--rtg-very-light-pink);
    border-right: 2px solid var(--rtg-very-light-pink);
    border-top: 2px solid var(--rtg-very-light-pink);
}

.Budget-Table-Top-Row {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: var(--rtg-very-light-pink);
}

.Budget-Table-Bottom-Row {
    border-bottom: 2px solid var(--rtg-very-light-pink);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#divDestinationVsTraditionalWeddingTables img {
    min-width: 90px;
}

.Budget-Guest-Table-Row {
    border-left: 2px solid var(--rtg-very-light-pink);
    border-right: 2px solid var(--rtg-very-light-pink);
    /*border-top: 2px solid var(--rtg-very-light-pink);*/
}

.Budget-Guest-Table-Top-Row {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: var(--rtg-very-light-pink);
}

.Budget-Guest-Table-Bottom-Row {
    border-bottom: 2px solid var(--rtg-very-light-pink);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#divGuestBudgetWeddingTables img {
    min-width: 60px;
    max-width: 70px;
}

/* SMALL SCREENS */
/*@media (max-width: 991px) {
    .Budget-Wedding-Cost-Table-Destination {
        margin-top: 10px;
    }

}*/

/* LARGE SCREENS */
/*@media (min-width: 992px) {
    .Budget-Wedding-Cost-Table-Destination {
        margin-block-end: 10px;
    }
}*/

blockquote::before {
    position: absolute;
    content: '\201C';
    margin: -5px -30px;
    font-size: 2.5em;
    line-height: 1;
    font-weight: bold;
    color: #56483A;
    font-family: 'Times New Roman' !important;
}