@import url('https://fonts.googleapis.com/css?family=Dosis:400,500|Mouse+Memoirs|Open+Sans:300,400,600,700,800|PT+Sans+Narrow:700|Pacifico|Poppins:300,400,500,600,700|Raleway:300,400,500,600,700,800,900|Yanone+Kaffeesatz:200,300,400,700|Cookie|Alfa+Slab+One');

:root {
    --pink: #C0629D;
    --dark-pink: #BA5293;
    --teal: #51BFD2;
    --dark-teal: #298EA0;
    --purple: #9071AC;
    --light-purple: #B5A3C7;
    --grey: #f7f7f7;
    --light-grey: #f9f9fb;
    --medium-grey: #e8e8f0;
    --black: #2c2c54;
    --darkgrey: #40407a;
    --white: #ffffff;
    --cream: #fefefe;
    --bs-body-font-family: 'Poppins',sans-serif;
}

.btn-bd-primary {
    --bs-btn-font-weight: 800;
    --bs-btn-color: var(--pink);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--pink);
    --bs-btn-border-radius: 3rem;
    --bs-btn-hover-color: var(--white);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: var(--white);
    --bs-btn-focus-shadow-rgb: 0px 4px 4px rgba(0, 0, 0, 0.25);
    --bs-btn-active-color: var(--white);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: var(--white);
    --bs-btn-border-width: 5px;
    padding: 0 2rem 0 2rem;
    font-size: 1.5rem;
}
.btn-bd-secondary {
    --bs-btn-font-weight: 800;
    --bs-btn-color: var(--teal);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: var(--teal);
    --bs-btn-border-radius: 3rem;
    --bs-btn-hover-color: var(--white);
    --bs-btn-hover-bg: var(--teal);
    --bs-btn-hover-border-color: var(--teal);
    --bs-btn-focus-shadow-rgb: 0px 4px 4px rgba(0, 0, 0, 0.25);
    --bs-btn-active-color: var(--white);
    --bs-btn-active-bg: var(--teal);
    --bs-btn-active-border-color: var(--teal);
    --bs-btn-border-width: 5px;
    padding: 0 2rem 0 2rem;
}

.calendar-tooltip {
    --bs-tooltip-bg: var(--pink);
    --bs-tooltip-color: var(--white);
}
/* HEADER */
.navigation-link {
    color: var(--pink);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.3em;
    font-family: 'Poppins', sans-serif;
}
.custom-nav .bi-justify {
    color: var(--white);
}
.custom-nav .navbar-toggler {
    --bs-navbar-toggler-border-color: var(--white);
    margin: 0.5em;
}

.custom-nav .offcanvas {
    background-color: var(--black);
}
.custom-nav {
    z-index: 1020 !important;
    background: rgba(0, 0, 0, 0.2);
}
.logo-img {
    background-image: url("../img/PPC_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 199px;
    height: 78px;
    padding: 1rem;
    margin: 1rem;
    cursor: pointer;
}
.logo-img:hover {
    background-image: url("../img/PPC_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color:transparent;
    width: 199px;
    height: 78px;
    padding: 1rem;
    margin: 1rem;
    cursor: pointer;
}

.custom-nav .bi-x-lg {
    color: var(--white);
    font-size: 2em;
}
.sticky-css-code {
    background-color: var(--purple);
}
.navigation-link:hover {
    color: var(--white);
}
.navigation-link:active {
    color: var(--white);
}
.btn-bd-secondary .navigation-link:hover {
    color: var(--white);
}
.sticky-css-code .navigation-link {
    color: var(--white);
}
.sticky-css-code .navigation-link:hover {
    color: var(--pink);
}
.sticky-css-code .navigation-link:active{
    color: var(--pink);
}
.sticky-css-code .logo-img {
    background-image: url("../img/MMC_Carmine_Logo_White.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 199px;
    height: 78px;
    padding: 1rem;
}
.sticky-css-code .bi-justify {
    color: var(--white);
}
.sticky-css-code .navbar-toggler {
    --bs-navbar-toggler-border-color: var(--white);
}
.top-spacer-div {
    background-color: var(--white);
}
/* INDEX PAGE */
.header-div {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}
.header-div .row {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}
.opening {
    background-color: var(--light-purple);
    color: var(--darkgrey);
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.opening p {
    color: var(--darkgrey);
}
.opening a {
    color: var(--pink);
    text-decoration: none;
    font-weight: 800;
}
.opening a:hover {
    color: var(--teal);
    text-decoration: underline;
}

.calendar-section {
    background-image: url("../img/Backgrounds_Yellow.png");
    background-color: var(--light-grey);
    padding-top: 3em;
}

.calendar-section h2,p {
    color: var(--darkgrey);
    font-family: 'Poppins', sans-serif;
}

.calendar-section h2 {
    font-weight: 800;
    font-family: 'Dancing Script', cursive;
}

.calendar-section h1 {
    color: var(--pink);
    font-weight: 800;
    font-family: 'Dancing Script', cursive;
}
.calendar-section p a {
    font-weight: 900;
    color: var(--teal);
    text-decoration: none;
}
.calendar-section p a:hover {
    font-weight: 900;
    color: var(--pink);
    font-style: italic;
}
.calendar-section .price-style {
    color: var(--white);
    font-weight: 800;
    font-size: 1.3em;
}
.calendar-section .price-style small {
    color: var(--pink);
    font-weight: normal;
    font-style:italic;
    font-size: 0.6em;
}
.calendar-section .availability-style {
    font-size: 0.8em;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 0.5em;
}
@media (max-width: 767px) {   
    .calendar-section #calendar {
        display:none;
    }
    .calendar-section #mobile-calendar {
        display:block;
    }
}
@media (min-width: 768px) {  
    .calendar-section #calendar {
        display:block;
    }
    .calendar-section #mobile-calendar {
        display:none;
    }
}

.review-section {
    padding: 2.5em 0 2.5em 0;
    height: 75vh;
    background-color: var(--white);
    overflow: hidden;
    position: relative;
}
.review-section video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.review-section .caption {
    z-index: 1;
    position: relative;
}
.review-section .carousel-item {
    height: 65vh;
}
.review-section .carousel-item h1 {
    font-style: italic;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Dancing Script', cursive;
}

.review-section .carousel-item h2 {
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Poppins', sans-serif;
}
.review-section .carousel-inner {
    width: 80%;
    margin: auto;
    height: auto;
}
.review-section .carousel-item > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo-section {
    background-image: url("../img/Backgrounds_Purple.png");
    background-color: var(--black);
    background-size: cover;
    background-position: top;
    padding-top: 3em;
    color: var(--white);
    text-transform: uppercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
}

.promo-section .btn-bd-primary {
    margin: 2rem 0 1rem 0;
}

.learn-more-section {
    overflow: hidden;
    position: relative;
}

.learn-more-section video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.learn-more-section .caption {
    z-index: 1;
    position: relative;
}

.learn-more-section h1 {
    color: var(--white);
    font-weight: 900;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Dancing Script', cursive;
}
.learn-more-section p {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Poppins', sans-serif;
}

.learn-more-section p a {
    font-weight: 900;
    color: var(--pink);
    text-decoration: none;
}
.learn-more-section p a:hover {
    font-weight: 900;
    color: var(--teal);
    font-style: italic;
}
.social-section {
    background-image: url("../img/Backgrounds_Yellow.png");
    background-color: var(--black);
    background-size: cover;
    padding-top: 3em;
    color: var(--white);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 900;
}

.social-section h1 {
    color: var(--teal);
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Dancing Script', cursive;
}
.social-section h2 {
    color: var(--white);
    font-style: italic;
    font-family: 'Poppins', sans-serif;
}

.social-section .bi-caret-left-fill {
    font-size: 3em;
    margin-right: 97%;
}
.social-section .bi-caret-right-fill {
    font-size: 3em;
    margin-left: 97%;
}
.social-section .social-icons {
    color: var(--white);
    font-size: 1.5em;
    letter-spacing: 1em;
}
.social-section .card {
    border: 0px;
    background-color: transparent;
}
.social-section a {
    color: var(--white);
}
.social-section a:hover, a:active {
    color: var(--pink);
}
.mailing-list-section {
    background-image: url("../img/Backgrounds_Blue.png");
    background-color: var(--black);
    background-size: cover;
    padding: 2rem 0 2rem 0;
}
.mailing-list-section h1 {
    font-weight: 900;
    color: var(--white);
    font-family: 'Dancing Script', cursive;
}
/* CONSTANT CONTACT SECTION REQUIRES A LOT OF SLOPPY CSS */

.mailing-list-section .ctct-form-embed.form_1 .ctct-form-defaults {
    background: transparent !important;
}

.mailing-list-section .ctct-form-field label {
    color: var(--white) !important;
    font-family: 'Poppins',sans-serif;
}
.mailing-list-section div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    width: 75%;
}
.mailing-list-section .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
    font-weight: 800;
    color: var(--pink) !important;
    background: transparent;
    border: 5px solid var(--pink) !important;
    border-radius: 3rem;
    padding: 0.5rem 2rem 0.5rem 2rem !important;
    width: auto !important;
    font-size: 1.5rem;
    margin: auto;
    font-family: 'Poppins', sans-serif;
}
.mailing-list-section .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:hover {
    color: var(--white) !important;
    background: transparent !important;
    border: 5px solid var(--white) !important;
}
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    border: 0px !important;
    background-color:rgba(255, 255, 255, 0.50) !important;
    color: var(--white) !important;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    text-align: center !important;
}
.ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-text, .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-label, .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-listname, .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-date-slash, .ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
    display: none !important;
}
div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
    color: var(--white) !important;
}

/* END SLOPPY CSS */
/* ABOUT PAGE */
.about-header-div {
    background-image: url("../img/Backgrounds_Yellow.png");
    background-color: var(--black);
    padding-top: 3em;
}
.about-header-div h1 {
    color: var(--white);
    font-weight: 800;
    font-family: 'Dancing Script', cursive;
}
.about-video h2 {
    color: var(--white);
    font-weight: 800;
    font-family: 'Dancing Script', cursive;
}
.about-dinner h2 {
    color: var(--white);
    font-weight: 800;
    font-family: 'Dancing Script', cursive;
}
.res-iframe {
    padding-bottom:56.25%; 
    position:relative; 
    display:block;
    width: 100%;
}
.res-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) { 
    .about-video {
        background: url('../img/Backgrounds_Blue.png');
        background-size: cover;
        background-position:top;
        background-color: var(--black);
        color: var(--white);
    }
    .about-dinner {
        background: url('../img/Backgrounds_Purple.png');
        background-size: cover;
        background-position:60% 10%;
        background-color: var(--black);
        color: var(--white);
    }
}
@media (min-width: 1200px) { 
    .about-video {
        background: url('../img/Backgrounds_Blue.png');
        background-size: cover;
        background-position:60% 20%;
        background-color: var(--black);
        color: var(--white);
    }
    .about-dinner {
        background: url('../img/Backgrounds_Purple.png');
        background-size: cover;
        background-position:20%;
        background-color: var(--black);
        color: var(--white);
    }
}
@media (max-width: 767px) {     
    .about-video {
        background-color: var(--black);
        color: var(--white);
    }
    .about-dinner {
        background-color: var(--black);
        color: var(--white);
    }
}

.no-padding {
    padding: 0 !important;
}

/* TICKETS PAGE */
.yellow-box {
    background:rgba(192,98,157,0.25);
}
.yellow-box h2 {
    color: var(--white);
    font-family: 'Dancing Script', cursive;
}
.yellow-box h4 {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
}

  @media (min-width: 768px) { 
    .calendar-section .question button {
        width:80%;
        background:rgba(192,98,157,0.5);
        color: var(--white);
        border:none;
        padding:1rem 0;
        font-weight: bold;
        font-size: 2rem;
        margin:1rem 10%;
        font-family: 'Poppins', sans-serif;
      }
      .calendar-section .question div {
        font-size:0;
        transition: all 0.2s ease;
        margin:0 10%;
        width:80%;
        display: none;
    }
    .calendar-section .question .div-show {
        font-size:0;
        transition: all 0.2s ease;
        margin:0 10%;
        width:80%;
        display: block;
    }
}
@media (max-width: 767px) {     
    .calendar-section .question button {
        width:100%;
        background:rgba(192,98,157,0.5);
        color: var(--white);
        border:none;
        font-weight: bold;
        font-size: 1rem;
        margin:2rem 0 1rem 0;
        font-family: 'Poppins', sans-serif;
      }
    .calendar-section .question p {
        margin-bottom: 0.5em;
        
    }
    .calendar-section .question .btn-bd-secondary {
        padding: 0.2em !important;
        border-radius: 10px !important;
        border: 0px !important;
        text-align: right;
    }
}

/*FAQ PAGE */
.faq-section {
    background-image: url("../img/Backgrounds_Purple.png");
    background-color: var(--black);
    color: var(--white);
}

.faq-section h4 {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
}

.faq-section .question a {
    font-weight: 900;
    color: var(--pink);
    text-decoration: none;
}
.faq-section .question a:hover {
    font-weight: 900;
    color: var(--teal);
    font-style: italic;
}
  @media (min-width: 768px) { 
    .faq-section .question button {
        width:80%;
        background:rgba(192,98,157,0.5);
        color: var(--white);
        border:none;
        padding:1rem 0;
        font-weight: bold;
        font-size: 1.5rem;
        margin:1rem 10%;
        font-family: 'Poppins', sans-serif;
      }
}
@media (max-width: 767px) {     
    .faq-section .question button {
        width:95%;
        background:rgba(192,98,157,0.5);
        color: var(--white);
        border: none;
        font-weight: bold;
        font-size: 1.5rem;
        margin:0.5rem;
        font-family: 'Poppins', sans-serif;
      }

}
.faq-section .question p {
    font-size: 0;
    transition: all 0.2s ease;
    margin :0 10%;
    width: 80%;
    font-family: 'Poppins', sans-serif;
}
/*PRESS RELEASES */
.press-releases-section {
    background-image: url("../img/Backgrounds_Purple.png");
    background-color: var(--black);
    color: var(--white);
}

.press-releases-section h4 {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
}
.press-releases-section li a {
    color: var(--teal);
}
/* SITEMAP */
.sitemap-section {
    background-image: url("../img/Backgrounds_Purple.png");
    background-color: var(--black);
    color: var(--white);
    height: 100%;
    font-family: 'Poppins', sans-serif;
}
.sitemap-section a {
    color: var(--pink);
    text-decoration: none;
}
.sitemap-section a:hover {
    color: var(--teal);
    font-weight: 600;
    text-decoration: none;
}
.header-div-venue {
    background-image: url("../img/Backgrounds_Yellow.png");
    background-color: var(--black);
    background-size: cover;
}
.header-div-venue h1 {
    color: var(--white);
    font-weight: 900;
    font-family: 'Dancing Script', cursive;
}
.header-div-venue li {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
}

.carmines-info-section {
    background-image: url("../img/Backgrounds_Purple.png");
    background-color: var(--black);
    background-size: cover;
}
.carmines-info-section h1 {
    color: var(--white);
    font-weight: 900;
    font-family: 'Dancing Script', cursive;
}

/*animations*/
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-50px);
		-ms-transform:     translateY(-50px);
		transform:         translateY(-50px)
	}
	60% {
		-webkit-transform: translateY(-25px);
		-ms-transform:     translateY(-25px);
		transform:         translateY(-25px)
	}
}

.carousel-img {
    max-height:70vh
}

.img-fluid.p-3.float-start img {
    max-width: 56vw;
}

@media screen and (min-width:768px) {
    .img-fluid.p-3.float-start img {
        max-width: 37vw;
    }
}

@media screen and (min-width:992px) {
    .header-div.faq-section.container-fluid.px-8 .row:nth-child(2)  {
        margin-top:6%
    }
}



/* LANDING PAGES */
.landing-page-1 {
    background-image: url("../img/brick-wall-background.png");
    background-color: var(--black);
    padding-top: 3em;
}

.landing-page-1 h2,p {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
}

.landing-page-1 h2 {
    font-weight: 800;
    font-family: 'Dancing Script', cursive;
}

.landing-page-1 h1 {
    color: var(--pink);
    font-weight: 800;
    font-family: 'Dancing Script', cursive;
}

.landing-page-2 {
    background-image: url("../img/Carmines_FlatLay.png");
    background-color: var(--black);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    padding-top: 3em;
}

.landing-page-2 h2 {
    color: var(--white);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
    font-weight: 600;
    text-align: center;
    font-family: 'Dancing Script', cursive;
}

.landing-page-2 p {
    color: var(--white);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.landing-page-2 h1 {
    color: var(--teal);
    font-weight: 800;
    font-family: 'Dancing Script', cursive;
}
.landing-page-3 {
    background-image: url("../img/Carmines_FlatLay.png");
    background-color: var(--black);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    padding-top: 3em;
}

.landing-page-3 h2 {
    color: var(--white);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
    font-weight: 600;
    text-align: center;
    font-family: 'Dancing Script', cursive;
}

.landing-page-3 p {
    color: var(--white);
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.landing-page-3 h1 {
    color: var(--purple);
    font-weight: 800;
    font-family: 'Dancing Script', cursive;
}

.mobile-section-landing-page .question div {
    font-size:1em;
    width:100%;
    font-family: 'Poppins', sans-serif;
}
.landing-page-event {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--teal);
    margin-bottom: 1em;
}
.landing-page-event  .availability-message {
    font-size: 1.2em;
    font-weight: 600;
    font-style: italic;
    font-family: 'Poppins', sans-serif;
}
.buy-tickets-div {
    background: var(--pink);
}

.mobile-section-landing-page-info .question div {
    font-size:1em;
    width:100%;
    font-family: 'Poppins', sans-serif;
}
.landing-page-info {
    background: rgba(81, 191, 210, 0.6);
    border: 1px solid var(--teal);
    margin-bottom: 1em;
}
.landing-page-info-div {
    background: var(--teal);
    font-size: 1rem;
    font-weight: 800;
    color: var(--white);
}

.landing-page-info h4 {
    color: var(--white);
    font-weight: 700;
    font-size: 1.25rem;
    font-family: 'Dancing Script', cursive;
}
.landing-page-info img {
    border-bottom: 1px solid var(--teal);
}

.landing-page-info h5 {
    color: var(--white);
    font-weight: 800;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}
.landing-page-info p {
    color: var(--white);
    font-size: 1rem;
    text-shadow: 0;
    font-family: 'Poppins', sans-serif;
}

.sold-out {
    background: var(--darkgrey);
}

.sold-out a {
    color: var(--grey);
    font-weight: 800;
    font-size: 2em;
    cursor: not-allowed;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.sold-out a:hover {
    color: var(--grey);
    font-weight: 800;
    font-size: 2em;
    cursor: not-allowed;
    text-decoration: none;
}

.buy-tickets-div a {
    color: var(--white);
    font-weight: 800;
    font-size: 2em;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
.buy-tickets-div a:hover {
    color: var(--black);
    font-weight: 800;
    font-size: 2em;
    cursor: pointer;
    text-decoration: none;
}
.logo-img-landing-page {
    background-image: url("../img/MMC_Carmine_Logo.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 400px;
    height: 200px;
    padding: 1rem;
    margin: auto;
}
.logo-img-landing-page:hover {
    background-image: url("../img/MMC_Carmine_Logo_White.svg");
    background-repeat: no-repeat;
    background-color:transparent;
    width: 400px;
    height: 200px;
    padding: 1rem;
    margin: auto;
}
.logo-img-landing-page-2 {
    background-image: url("../img/MMC_Carmine_Logo_White.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 400px;
    height: 200px;
    padding: 1rem;
    margin: auto;
    cursor: pointer;
}
.logo-img-landing-page-2:hover {
    background-image: url("../img/MMC_Carmine_Logo.svg");
    background-repeat: no-repeat;
    background-color:transparent;
    width: 400px;
    height: 200px;
    padding: 1rem;
    margin: auto;
    cursor: pointer;
}
.logo-img-landing-page-3 {
    background-image: url("../img/MMC_Carmine_Logo.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    width: 400px;
    height: 200px;
    margin: auto;
    padding-bottom: 1em;
    cursor: pointer;
}
.logo-img-landing-page-3:hover {
    background-image: url("../img/MMC_Carmine_Logo_White.svg");
    background-repeat: no-repeat;
    background-color:transparent;
    width: 400px;
    height: 200px;
    margin: auto;
    padding-bottom: 1em;
    cursor: pointer;
}
.landing-page-dinner {
    background-image: url("../img/VenueInfo_Backgrounds_MealInfo.png");
    background-color: var(--black);
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 3em; 
}

.landing-page-dinner p,h2 {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
}

.landing-page-dinner h1 {
    color: var(--pink);
    font-weight: 800;
    font-family: 'Dancing Script', cursive;
}
@media (max-width: 767px) {     
    .logo-img-landing-page {
        display: none;
    }
    .logo-img-landing-page:hover {
        display: none;
    }
    .logo-img-landing-page-2 {
        background-image: url("../img/MMC_Carmine_Logo_White.svg");
        background-repeat: no-repeat;
        background-color: transparent;
        width: 199px;
        height: 78px;
        margin: auto;
        padding-bottom: 1em;
        cursor: pointer;
    }
    .logo-img-landing-page-2:hover {
        background-image: url("../img/MMC_Carmine_Logo.svg");
        background-repeat: no-repeat;
        background-color:transparent;
        width: 199px;
        height: 78px;
        margin: auto;
        padding-bottom: 1em;
        cursor: pointer;
    }
    .logo-img-landing-page-3 {
        background-image: url("../img/MMC_Carmine_Logo.svg");
        background-repeat: no-repeat;
        background-color: transparent;
        width: 199px;
        height: 78px;
        margin: auto;
        padding-bottom: 1em;
        cursor: pointer;
    }
    .logo-img-landing-page-3:hover {
        background-image: url("../img/MMC_Carmine_Logo_White.svg");
        background-repeat: no-repeat;
        background-color:transparent;
        width: 199px;
        height: 78px;
        margin: auto;
        padding-bottom: 1em;
        cursor: pointer;
    }
}

/* MODALS */
.countdown-modal .modal-content {
    font-family: 'Poppins',sans-serif;
    position: relative;
    background: transparent;
    height: 100%;
}

.countdown-modal .modal-title {
    color: var(--pink);
    font-weight: 800;
    font-family: 'Dancing Script', cursive;
}
.countdown-modal .modal-header {
    border: 0;
    z-index: 1;
    position: relative;
}

.countdown-modal video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 25px;
}

.countdown-modal .modal-content {
    z-index: 1;
    position: relative;
    border: 0;
}

.countdown-modal .modal-content h3 {
    color: var(--teal);
    font-family: 'Dancing Script', cursive;
}

.countdown-modal .modal-body {
    margin-top: 50%;
}

.footer-section {
    background-color: var(--black);
}
.footer-section img {
    width: 33%;
}
.footer-section p {
    text-transform: uppercase;
    line-height: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.footer-section a {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.footer-section a:hover {
    color: var(--pink);
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}

.footer-section .logo-img {
    margin: auto;
}
.ait-footer-section .social-icons {
    letter-spacing: 1em;
}
.ait-footer-section {
    background-color: var(--grey);
}

.ait-footer-section p {
    color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
    font-family: 'Poppins', sans-serif;
}

.ait-footer-section a {
    color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    text-shadow: none;
    font-family: 'Poppins', sans-serif;
}

.ait-footer-section a:hover {
    color: var(--purple);
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    text-shadow: none;
}

.ait-footer-section img {
    width: 50%;
}