<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&amp;display=swap');
/* 
:root {
  --primary-color: #c1272d;
  --secondary-color: #fff;
  --primary-font: "Lato", sans-serif;
  --secondary-font: "Lato", sans-serif;
  --black-color: #000000;
  --white-color: #ffffff;
} */

footer {
  background: var(--white-color);
  color: var(--black-color);
}

.section__events-showcase {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url('../img/events-bg.jpg');
  background-position: center;
  background-size: cover;
}

.section__about {
  /* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/about-bg.jpg"); */
  background-position: center;
  background-size: cover;
}

.section__private-events {
  background-position: center;
  background-size: cover;
}

@media (max-width: 480px) {
  .menu-item div.menu-img {
    display: block;
    width: 50%;
  }

  .menu-item div.menu-img img {
    width: 100%;
    max-width: 300px;
    margin: 0.5rem auto;
    height: 100%;
    max-height: 100px;
    object-fit: cover;
  }
}

.order-online-item {
  background-image: url('../img/menu-hero.jpg') !important;
}

.order-online-button-text {
  color: rgb(180, 55, 51);
  font-size: 11px;
}

.homepage-ctas-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.homepage-cta {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: .75rem;
  color: var(--primary-color);
  margin: .5rem;
}


.menu-main-cells {
	display: block;
}</pre></body></html>