﻿.GuestFAQ-BgImage01 {
    background-image: url('/Resources/Images/BackgroundImages/734131498.jpg');
    min-height: 450px;
    background-attachment: fixed;
    background-position: 50% 180%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

@media (max-width: 991px) {
    .GuestFAQ-BgImage01 {
        background-image: url('/Resources/Images/BackgroundImages/734131498.jpg');
        min-height: 350px;
        background-attachment: fixed;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: 100% 450px;
        padding: 0px;
        margin: 0px;
    }
}

/* WELCOME CARD */
.GuestFAQ-Welcome-Card {
    border: 25px solid var(--rtg-very-light-pink);
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

.GuestFAQ-Selfie-Frame-Photo {
    border: 1px solid black;
    padding: 3px;
    width:95%;
}

/* CUSTOM ACCORDIAN STYLES */
.accordion-button:hover {
    background-color: var(--rtg-very-light-pink);
    color: var(--rtg-light-pink);
}

.accordion-button:not(.collapsed) {
    background-color: white;
    color: var(--rtg-light-pink);
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

/* BLOCK QUOTE */
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;
}