﻿.Ceremonies-BgImage01 {
    background-image: url('/Resources/Images/BackgroundImages/1015277085.jpg');
    min-height: 350px;
    background-attachment: fixed;
    background-position: 30% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

/* SMALL SCREENS */
@media (max-width: 991px) {

    /* Top and Bottom ROWS must be rounded and filled */
    /* All ROWS must have a left, right, and top border */
    /* Bottom ROW also needs a border */
    /* All CELLS need a top border */

    .Ceremonies-Table-Top-Row {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background-color: rgb(101, 187, 181);
    }

    .Ceremonies-Table-Bottom-Row {
        border-bottom: 2px solid rgb(101, 187, 181);
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .Ceremonies-Table-Row {
        border-left: 2px solid rgb(101, 187, 181);
        border-right: 2px solid rgb(101, 187, 181);
        border-top: 2px solid rgb(101, 187, 181);
    }

    .Ceremonies-Table-Top-Cell {

    }

    .Ceremonies-Table-Bottom-Cell {

    }

    .Ceremonies-Table-Cell {

    }
}
/*rgb(101, 187, 181)*/
/* LARGE SCREENS*/
@media (min-width: 992px) {
    /* ROWS need no borders */
    /* Top and bottom CELLS must be rounded */
    /* All CELLS need a left and right border */

    .Ceremonies-Table-Top-Row {

    }

    .Ceremonies-Table-Bottom-Row {

    }

    .Ceremonies-Table-Row {

    }

    .Ceremonies-Table-Top-Cell {
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        background-color: rgb(101, 187, 181);
    }

    .Ceremonies-Table-Bottom-Cell {
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom: 2px solid rgb(101, 187, 181);
    }

    .Ceremonies-Table-Cell {
        border-left: 2px solid rgb(101, 187, 181);
        border-right: 2px solid rgb(101, 187, 181);
        border-top: 2px solid rgb(101, 187, 181);
    }
}


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;
}