<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
}

@font-face {
  font-family: "gagalin";
  src: url("/assets/fonts/Gagalin-Regular.otf") format("opentype");
}

h1 {
  font-size: 42px;
  color: #fff;
  font-family: "gagalin", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
}

h2 {
  font-size: 32px;
  margin-bottom: 0;
  font-family: "gagalin", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2em;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  color: #000;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #4b4b4b;
}

.purple-background {
  background-color: #612C73;
}

.cream-background {
  background-color: #FFFCEB;
}

.red-background {
  background-color: #A82626;
}

.green-background {
  background-color: #09753C;
}

header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 10000;
}

.header-top-bar {
  background-color: #08cedb;
  height: 50px;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}

.header-top-bar p {
  line-height: 1em;
  color: #000;
  font-weight: 500;
}

header a {
  color: #000000;
}

.header-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}

.logo {
  width: 20%;
  align-items: center;
  display: flex;
  padding-left: 10px;
}

.logo img {
  max-width: 150px;
  top: 10px;
}

ul {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0 !important;
}

.cta-button-box {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.cta-button {
  padding: 6px 25px;
  background-color: #A62616;
  color: #fff;
  font-family: "gagalin", sans-serif;
  font-size: 20px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.cta-button:hover {
  background-color: #8b2113;
  color: #fff;
}

.cta-button.menu-button {
  padding: 6px 22px;
  margin: 2px 2px 2px 2px;
  font-size: 18px;
  flex-direction: column;
  width: 49%;
  text-align: center;
  border-radius: 5px;
}

.cta-button:hover {
  background-color: #982222;
  color: #fff;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding-right: 40px;
}

.navigation {
  display: flex;
  list-style: none;
  gap: 15px;
  justify-content: flex-end;
}

.navigation li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation .sub-menu li {
  padding: 0;
}

.navigation li a:hover {
  color: #a82626;
}

.navigation li a.active {
  color: #a82626;
}

.has-sub-menu {
  position: relative;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #626262;
  z-index: 20;
  list-style: none;
  width: max-content;
  min-width: 200px;
  font-size: 14px;
}

.sub-menu li a {
  display: block;
  max-width: 100%;
  padding: 12px;
  line-height: 1.7em;
}

.navigation .has-sub-menu a:hover {
  border-bottom: none;
  color: #a82626;
}

.sub-menu li {
  border-bottom: 1px solid #626262;
}

.has-sub-menu i {
  font-size: 12px;
  color: #000000;
}

.has-sub-menu:hover .sub-menu {
  display: block;
}

.hamburger-icon {
  display: none;
  border: none;
  background-color: transparent;
}

.hamburger-icon .fa-bars,
.hamburger-icon .fa-x {
  color: #000000;
  font-size: 26px;
  cursor: pointer;
}

.hamburger-icon input[type="checkbox"] {
  appearance: none;
}

.dropdown-box {
  display: none;
}

.mobile-sub-menu, .mobile-sub-menu2 {
  display: none;
}

.mobile-menu {
  display: none;
}

.desktop-menu {
  display: flex;
}

.text-header-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .menu {
    font-size: 16px;
  }

  .desktop-menu {
    display: none;
  }

  .mobile-menu {
    display: flex;
    justify-content: flex-start;
  }

  .logo a {
    max-width: 100%;
    display: contents;
  }

  .logo img {
    max-width: 60%;
    margin: 0;
  }

  .navigation {
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    transition: max-height ease-in-out 0.5s;
    position: absolute;
    background-color: #f7edd4;
    top: 100%;
    align-items: flex-start;
    width: 100%;
    left: 0;
    gap: 0;
  }

  .navigation li {
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .navigation li a {
    width: 100%;
    display: block;
    padding: 10px 25px;
    color: #000;
  }

  li:has(.active) {
    background-color: #eadfc4;
  }

  .navigation li a:hover {
    border: unset;
  }

  .hamburger-icon {
    display: flex;
  }

  .fa-x {
    display: none !important;
  }

  header:has(.hamburger-icon input[type="checkbox"]:checked) .navigation {
    margin-top: 1rem;
    display: flex;
    max-height: 700px;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
  }

  header:has(.hamburger-icon input[type="checkbox"]:checked) .fa-bars {
    display: none;
  }

  header:has(.hamburger-icon input[type="checkbox"]:checked) .fa-x {
    display: inline-block !important;
  }

  .has-sub-menu .desktop-icon {
    display: none;
  }

  .dropdown-box {
    display: block;
    width: 10%;
    transition: all ease-in 1s;
  }

  #mobile-dropdown-button, #mobile-dropdown-button2 {
    appearance: none;
    background: transparent;
    border: none;
  }

  #mobile-dropdown-button i, #mobile-dropdown-button2 i {
    font-size: 18px;
  }

  .mobile-sub-menu, .mobile-sub-menu2 {
    display: none;
    background-color: #f7edd4;
    border: none;
    width: 100%;
  }

  .mobile-sub-menu li, .mobile-sub-menu2 li {
    padding: unset;
  }

  .dropdown-box i {
    color: #000;
  }

  .cta-button-box {
    display: none;
  }

  .header-top-bar {
    display: none;
  }

  header {
    background-color: #ffffff;
  }

  .header-container {
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }

  .logo {
    width: 30%;
    justify-content: flex-end;
    padding-right: 10px;
    padding-left: 0;
  }

  .text-header-mobile {
    display: block;
    text-align: center;
  }

  .text-header-mobile p {
    font-size: 14px;
    font-weight: 600;
    margin-block-start: 0;
    margin: 2px;
  }

  .menu {
    width: 10%;
    padding-left: 10px;
  }

  .has-sub-menu {
    display: flex;
    align-items: center;
  }

  .sub-menu {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .logo img {
    max-width: 100%;
    margin: 0;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.popup-modal-order {
  background-color: #ea9f3a;
  margin: 15% auto;
  padding: 35px;
  width: 70%;
  max-width: 400px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.close {
  position: absolute;
  top: -5px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .popup-modal-order {
    margin: 50% auto;
  }
}

.top-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: flex-start;
  overflow: hidden;
}

.top-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000050;
  z-index: 1;
}

.top-banner &gt; * {
  position: relative;
  z-index: 2;
}

#top-banner-home {
  background-image: url(/assets/images/top-banner-home-page.webp);
  background-position: bottom;
}

.title-box {
  width: 30%;

}

#home-title-box {
  width: 100%;
  margin-left: 30px;
  margin-bottom: 30px;
  text-align: start;
  z-index: 2;
}

.title-box .cta-button {
  font-size: 30px;
}

.top-banner h1 {
  margin: 10px;
}

.mobile-only {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  #home-title-box {
    margin-left: 0;
    z-index: 2;
    justify-content: flex-start;
  }

  .top-banner {
    height: 50vh;
  }

  #top-banner-home {
    flex-wrap: wrap !important;
    padding: 40px 10px 0 10px;
    justify-content: space-between;
  }

  .title-box {
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .top-banner h1 {
    margin: 10px 2px;
  }
}

@media screen and (max-width: 1024px) {
  .tablet-and-mobile{
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .tablet-and-mobile{
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .desktop-not-tablet {
    display: none !important;
  }
}

.heading-box {
  display: flex;
  align-items: baseline;
  padding: 0;
  gap: 10px;
}

.heading-box h2 {
  width: max-content;
}

.content-parts {
  max-width: 1200px;
  margin: 50px auto;
  text-align: left;
  padding: 0 5%;
}

#first-section {
  margin-top: 0 !important;
}

.content-parts ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 2em;
  margin-left: 50px;
  color: #333;
}

.two-columns {
  display: flex;
}

.two-columns .col-1, .two-columns .col-2 {
  width: 50%;
}

.col-1 .content-images {
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-block-start: 2em;
  margin-inline-end: 2em;
}

.col-2 .content-images {
  margin-block-end: 0;
  margin-inline-start: 2em;
  margin-block-start: 2em;
  margin-inline-end: 0;
}

.content-images img {
  border-radius: 5px;
  max-width: 100%;
}

strong {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .two-columns {
    flex-direction: column;
    justify-content: center;
  }

  .two-columns .col-1, .two-columns .col-2 {
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .menu-two-columns .col-1, .menu-two-columns .col-2 {
    width: 100% !important;
  }
}

.two-columns .w-60 {
  width: 60%;
}

.two-columns .w-40 {
  width: 40%;
}

footer {
  width: 100%;
  background-color: #522E1E;
}

.white-background {
  background-color: #ffffff;
}

.footer-container {
  padding: 25px 5%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .footer-container{
    gap: 20px;
  }
}


.footer-container h3 {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}

.footer-container .cta-button{
  margin-top: 15px;
}

#order-footer-box .cta-button{
  margin-top: unset;
}

.footer-container a {
  color: #fff;
}

.footer-container a:hover {
  color: #FFFCEB;
}

.social-media-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  gap: 15px;
}

.social-media-column {
  display: flex;
  gap: 10px;
}

.social-media-column a:hover {
  background-color: unset;
}

.social-media-section .social-box:hover {
  background-color: #f1f1f13b;
}

.social-media-section i {
  font-size: 22px;
  color: #fff;
}

.social-media-section .social-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #522E1E;
  border: 1px solid #fff;
  padding: 6px;
  border-radius: 10px;
  width: 26px;
  height: 26px;
}

.social-box:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  width: 22%;
}

.foundations-section {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

.restaurant-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
  flex-wrap: wrap;
}

.restaurant-logos img {
  max-width: 100%;
}

.restaurant-logos a {
  max-width: 10%;
  margin: 0 10px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .footer-container {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .footer-column p, .copyright p {
    text-align: center;
  }

  .social-media-section, .foundations-section {
    justify-content: center;
  }

  .footer-column {
    align-items: center;
    width: 100%;
  }

  .restaurant-logos {
    display: flex;
    flex-direction: column;
  }

  .restaurant-logos img {
    margin: 10px 0;
    max-width: 150px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .footer-container {
    flex-wrap: wrap;
    padding-left: 5%;
    row-gap: 50px;
    column-gap: 20px;
  }

  .footer-column {
    width: 45%;
  }
}

.footer-galveston {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.footer-galveston img {
  max-width: 30%;
  padding: 5px;
}

@media screen and (max-width: 1024px) {
  .footer-galveston img {
    max-width: 60%;
  }

  .footer-column.tow {
    width: 100%;
    align-items: center;
  }
}

.footer-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  max-width: 80%;
  padding: 20px;
  width: 160px;
}

@media screen and (max-width: 1024px) {
  .footer-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .footer-logo img {
    max-width: 30%;
  }
}

.footer-column p {
  margin: 0;
  color: #fff;
}

.footer-container .cta-button {
  color: #fff;
}

.footer-container .cta-button:hover {
  color: #fff;
}

.footer-column img {
  max-width: 100%;
  display: flex;
}


.starter-class {
  text-align: center;
}

.home-starter {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.starter-pic-1, .starter-pic-2, .text-starter {
  width: 33.3%;
}

.starter-pic-1 img {
  max-width: 70%;
  margin-left: 20px;
}

.starter-pic-2 img {
  max-width: 100%;
}

.text-starter {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: left;
}

.text-color-wihte h2, .text-color-wihte h3, .text-color-wihte p {
  color: #fff;
}

.text-color-wihte.orang-text h2 {
  color: #F79D25;
  font-size: 32px;
}

.text-color-wihte.orang-text-1 h2 {
  color: #F79D25;
  font-size: 30px;
}

#pic-laissez {
  position: relative;
  background-image: url(/assets/images/laissez-les-bons-temps-rouler-back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#pic-laissez::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000066;
  z-index: 1;
}

#pic-laissez &gt; * {
  position: relative;
  z-index: 2;
}

.logo-leaugue img {
  margin-top: 20px;
}

.designer-pic-home img {
  position: absolute;
  width: 15%;
  left: 35%;
}

.section-text-box p {
  margin: 0;
  width: 65%;
}

.section-text-box h3 {
  font-weight: 700;
}

.pic-section img {
  max-width: 550px;
  border-radius: 5px;
}

.center-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.pic-section{
  justify-content: flex-start;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .pic-section{
    justify-content: center;
  }
}

.cta-button.cta-color {
  background-color: #FFFCEB;
  color: #000;
  padding: 6px 10px;
}

.cta-button.cta-color:hover {
  background-color: #e0ddce;
}

.logo-box img {
  width: 50%;
}

.display-button {
  display: flex;
  gap: 10px;
  z-index: 5;
}

.logo-box h3 {
  font-weight: 700;
  margin-block: 0;
}

.home-pic-display {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


.home-pic-display img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .home-pic-display {
    justify-content: center;
  }
  .home-pic-display img {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

#home-about {
  background-image: url(/assets/images/home-page-about-us.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90vh;
}

.designer {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 330px;
}

.designer.home-section {
  margin-top: 0;
  margin-bottom: 200px;
}

.about-box {
  width: 25%;
  border-radius: 5px;
  padding: 20px 20px 40px 20px;
  margin: 20px;
}

.opacity-wihte-background {
  background-color: rgba(255, 255, 255, 0.65);
}

.top-banner-box {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-end;
}

.full-width {
  display: flex;
  justify-content: flex-end;
}

.pic-league img {
  max-width: 100%;
}

#pic-home-order {
  background-image: url(/assets/images/home-page-pic-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

strong {
  color: #fff;
}

.button-size {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  z-index: 5;
}

#home-pic-menu {
  background-image: url(/assets/images/home-page-pic-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-container-in-start-full-width {
  display: flex;
  justify-content: flex-start;
  padding-top: 40px;
  padding-bottom: 80px;
}

.left-text {
  padding-left: 40px;
}

.left-text h2,
.left-text p {
  color: #5B3522;
}

#pic-home-news {
  background-image: url(/assets/images/get-the-latest-news.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 65vh;
}

.content-container-in-full-width {
  display: flex;
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 80px;
  align-items: center;
}

.content-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  gap: 10px;
  margin-right: 2%;
  margin-left: 2%;
}

.pic-section.negagativ-pic img {
  margin-top: -85px;
}

.orang-box {
  background-color: #F79D25;
}

.review-box h2 {
  text-align: center;
  margin-bottom: 30px;
}

.carousel-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 0 5%;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  border-radius: 3px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: unset !important;
}

.swiper-slide p {
  text-align: left;
  font-style: italic;
  margin: 10px 100px;
}

.customer-name {
  font-weight: 600;
  text-align: left;
  margin-block-start: 0;
  font-style: unset !important;
  font-family: "Open Sans", sans-serif;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 10px;
  margin-bottom: 30px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #A82626CC !important;
  width: 60px !important;
  height: 60px !important;
  top: 30% !important;
}

.swiper-button-next {
  right: -20px !important;
}

.swiper-button-prev {
  left: -20px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.customer-info {
  text-transform: uppercase;
  text-align: center !important;
  color: #A82626CC;
  font-style: unset !important;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .swiper-slide p {
    margin: 5px 50px;
  }

  .carousel-container {
    max-width: 75%;
  }
}

@media screen and (max-width: 600px) {
  .swiper-slide p {
    margin: 5px 25px;
  }

  .carousel-container {
    max-width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .home-starter {
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    min-height: 370px;
  }

  .starter-pic-1 {
    order: 2;
    text-align: left;
    position: absolute;
    bottom: -5%;
  }

  .starter-pic-1, .starter-pic-2 {
    width: 70%;
    max-width: 320px;
  }

  .text-starter{
    width: 100%;
  }

  .text-starter {
    margin-left: 10px;
  }

  .starter-pic-2 {
    position: absolute;
    right: -7%;
    bottom: 3%;
  }

  .section-text-box p {
    width: 90%;
  }

  .display-button {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }

  .two-columns.mobile-reverse-columns {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1024px) {
  #about-order-desktop {
    display: none;
  }

  #desktop-only-pic {
    display: none;
  }

  .text-starter h2 {
    width: 100%;
  }

  .designer {
    margin-top: 280px;
  }

  .starter-pic-1 img {
    max-width: 70%;
    margin-left: 0;
  }

  .content-container-in-full-width {
    justify-content: center;
  }

  .content-box {
    max-width: 90% !important;
    text-align: center;
    align-items: center;
  }

  .mobile-reverse-columns {
    flex-direction: column-reverse;
  }

  .content-container-in-start-full-width {
    justify-content: center;
  }

  .left-text {
    padding-left: 0;
  }

  #pic-home-news {
    height: 30vh;
    background-position: top;
  }

  #home-pic-menu {
    height: 30vh;
  }

  #pic-home-order {
    height: 30vh;
  }
}

@media screen and (min-width: 1024px) {
  #about-order-mobile {
    display: none;
  }

  #mobile-only-pic {
    display: none;
  }
}


#top-banner-galveston-menu {
  background-image: url(/assets/images/top-banner-menu-galveston.webp);
}

#pic-galveston {
  position: relative;
  background-image: url(/assets/images/galveston-gumbo-menu-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#pic-galveston::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000066;
  z-index: 1;
}

#pic-galveston &gt; * {
  position: relative;
  z-index: 2;
}

#pic-lunch-dineer {
  position: relative;
  background-image: url(/assets/images/lunch-dinner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#pic-lunch-dineer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000b8;
  z-index: 1;
}

#pic-lunch-dineer &gt; * {
  position: relative;
  z-index: 2;
}

#menu-title-box {
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: end;
  z-index: 2;
  align-items: center;
}

.menu-button-top .cta-button {
  margin-right: 15px;
}

.menu-h2 {
  margin-top: 0;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 35px;
}

.menu-h2 h2 {
  font-size: 38px;
}

.menu-h2 i {
  color: #fff;
}

i {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  color: #000000;
}

.container-space {
  display: flex;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 80px;
}

.content-right-menu {
  padding-top: 40px;
  padding-bottom: 50px;
}

.menu-page h3 {
  font-weight: 600;
  margin-block-end: 0;
  margin-block-start: 0;
}

.content-box.menu-page {
  gap: 0;
  max-width: 80%;
  justify-content: center;
  margin-right: 2%;
  margin-left: 0;
}

.content-box.menu-page p {
  margin-top: 0;
}

.content-box.menu-page h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.menu-pic-style {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width: 1025px) {
  .menu-pic-style figure{
    margin-inline: 0;
  }
}

.content-box.menu-page.little-box h2 {
  font-size: 38px;
}

@media screen and (max-width: 1024px) {
  .content-box.menu-page.little-box h2{
    font-size: 30px;
  }
}

.menu-pic-style img {
  width: 480px;
  height: 480px;
  object-fit: cover;
  border-radius: 5px;
}

.pic-section-menu img {
  border-radius: 5px;
  width: 450px;
  height: 450px;
  object-fit: cover;
}

.text-color-wihte.orang-text.menu h2 {
  font-size: 30px;
}

.salad-space.container-space {
  justify-content: flex-start;
}

.content-box.menu-page.little-box {
  max-width: 80%;
}

.little-text {
  margin-top: 20px;
}

.menu-pic-style.po-boy img {
  height: 650px;
  box-shadow: -15px -15px 0 #A82626;
}

.menu-pic-style.salad img {
  box-shadow: -15px -15px 0 #F79D25;
  margin-bottom: 20px;
  margin-top: 30px;
  width: 90%;
  height: 420px;
}

.menu-pic-style.laissez img {
  box-shadow: -15px -15px 0 #5B3522;
  height: 600px;
}

.menu-pic-style.oyster img {
  box-shadow: -15px -15px 0 #ffffff;
  margin-bottom: 20px;
  margin-top: 30px;
}

.container-center-lunch {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 80px;
  flex-direction: column;
  align-items: center;
}

.menu-pic-style-lunch figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-pic-style-lunch img {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .menu-pic-style-lunch img {
    max-width: 90%;
  }
}

.teil-style-menu h2 {
  color: #F79D25;
}

.teil-style-menu h3 {
  font-style: italic;
  color: #fff;
}

.teil-style-menu p {
  color: #fff;
}

.content-box.menu-page.teil-style-menu {
  text-align: center;
  align-items: center;
}

.center-box-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
  flex-direction: column;
}

.colection-text.section-text-box p {
  width: 80%;
}

.colection-text.section-text-box h3 {
  font-weight: 700;
}

.title-name-menu h2 {
  display: flex;
  justify-content: center;
  font-size: 38px;
  margin: 0;
  padding-top: 35px;
  padding-bottom: 10px;
}

.title-name-menu p {
  font-style: italic;
  text-align: center;
}

.content-box.section-text-box.italic h3 {
  font-style: italic;
}

.menu-bar h2 {
  font-size: 24px;
}

.content-box.colection-text h3 {
  line-height: 0.6em;
  font-weight: 400;
}

.colorful figure {
  margin-inline: 0;
  margin-block: 0;
}

.colorful img {
  width: 100%;
}


@media screen and (max-width: 600px) {
  .colorful img{
    width: 160%;
  }
}

#top-banner-galveston-menu {
  position: relative;
}

.colorful-string {
  position: relative;
}

.colorful-string-box {
  position: relative;
  overflow: hidden;
}

.colorful {
  margin: 0 auto;
  position: absolute;
  top: -50px;
  overflow: hidden;
}

#about-order-desktop .colorful {
  position: relative;
  top: 80px;
}

.color-margin {
  margin-top: -100px;
}

.colorful-pic {
  position: absolute;
  right: 0;
  bottom: -5px;
}

.colorful-pic figure {
  margin-block: 0;
  margin-inline: 0;
  text-align: right;
}

.colorful-pic img {
  width: 50%;
}

.sides-menu{
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .container-center-lunch {
    padding-bottom: 0;
  }

  .content-box.menu-page h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .menu-pic-style-lunch img {
    width: 90%;
  }

  .content-box.menu-page {
    margin-right: 4%;
    margin-left: 4%;
    max-width: 100% !important;
  }

  .menu-page {
    text-align: left;
    align-items: start;
  }

  .container-space {
    padding-bottom: 30px;
  }

  .two-columns-tablet {
    flex-direction: row;
    justify-content: center;
  }

  .menu-pic-style img {
    width: 350px;
    height: 330px;
    object-fit: cover;
  }

  .menu-h2 h2 {
    font-size: 30px;
  }

  .content-box.menu-page.little-box {
    max-width: 90%;
  }

  .content-box.menu-page.little-box p {
    max-width: 90%;
  }

  #menu-title-box {
    margin-right: 0;
  }

  .container-space.sides-menu {
    justify-content: flex-start;
  }

  .container-space.sides-menu.mobile-sides {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .container-space.sides-mobile {
    padding-bottom: 0;
  }

  .menu-pic-style.po-boy img {
    height: 450px;
    box-shadow: -10px -10px 0 #A82626;
  }

  .menu-pic-style.salad img {
    box-shadow: -10px -10px 0 #F79D25;
    margin-top: 10px;
    width: 100%;
    height: 240px;
  }

  .menu-pic-style.laissez img {
    box-shadow: -10px -10px 0 #5B3522;
    height: 400px;
  }

  .menu-pic-style.oyster img {
    box-shadow: -10px -10px 0 #ffffff;
    margin-top: 10px;
  }

  .content-box.colection-text {
    text-align: left;
    align-items: flex-start;
  }

  .pic-section img {
    width: 90%;
  }

  .pic-section-menu img {
    border-radius: 5px;
    width: 350px;
    height: 350px;
    object-fit: cover;
  }

  .title-name-menu h2 {
    display: flex;
    justify-content: flex-start;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 5px;
  }

  .colection-text.section-text-box p {
    width: 90%;
  }

  .title-name-menu p {
    text-align: left;
    width: 80%;
    margin-left: 29px;
  }

  .title-name-menu.mobile-tile h2 {
    justify-content: center;
    padding-left: 0;
  }

  .colection-text.section-text-box h3 {
    font-weight: 600;
    font-size: 18px;
  }

  .colection-text.section-text-box.menus h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px
  }

  .colection-text.section-text-box.menu-bar h3 {
    font-size: 20px;
  }

  .colorful {
    top: -25px;
  }

  .colorful-pic img {
    width: 35%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .colorful-pic img {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .desktop-reverse-row.menu-pic-style, .menu-pic-style {
    justify-content: center;
  }

  .menu-pic-style img {
    width: 350px;
    height: 360px;
    object-fit: cover;
  }

  .menu-h2 {
    text-align: left;
    margin-bottom: 0;
    margin-left: 4%;
    padding-top: 10px;
  }

  #or-desktop {
    display: none;
  }

  .colorful {
    top: -20px;
  }

  .colorful-pic img {
    width: 50%;
  }

  #home-colorful-pic {
    right: -50px;
  }

  #menu-title-box h1 {
    position: absolute;
    right: 10px;
    font-size: 34px;
  }

  .menu-button-top .cta-button {
    position: absolute;
    bottom: 0;
  }

}

@media screen and (min-width: 600px) {
  #or-mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .menu-button-top{
    right: 30px;
    top: 20px;
  }
  .menu-button-top h1{
    font-size: 48px;
  }
}


#happy-title-box {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  z-index: 2;
}

#top-banner-happy-hour-menu {
  background-image: url(/assets/images/top-banner-league-city-happy-hour.webp);
}

#pic-happy-hour {
  background-image: url(/assets/images/league-city-happy-hour-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.content-box.new-style h2 {
  font-size: 100px;
  margin: 0;
}

.content-box.new-style h3 {
  font-weight: 700;
  margin: 0;
}

.content-box.new-style i {
  font-style: italic;
  margin: 0;
}

.pic-section-menu-happy img {
  width: 75%;
}

#pic-happy-hour-menu {
  background-image: url(/assets/images/league-city-happy-hour-3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 80vh;
}

.section-text-box-happy p {
  margin: 0;
  width: 90%;
}

.content-box.section-text-box-happy.tex-drink {
  width: 35%;
}

.tow-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: space-around;
  gap: 50px;
}

.red-txet h2 {
  color: #A82626;
  display: flex;
  align-items: center;
  gap: 10px;
}

.content-container-in-full-width.leaugue-city {
  padding-top: 0;
  padding-bottom: 0;
}

.center-box.pic-section-menu-happy {
  padding-bottom: 0;
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  #button-mobile-happy {
    display: none;
  }

  .content-box.section-text-box-happy.tex-drink {
    width: 44%;
    text-align: left;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .content-box.new-style p {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
  }

  .title-box.happy-top-button {
    align-items: center;
  }

  .title-box.happy-top-button h1 {
    font-size: 26px;
  }

  .pic-section-menu-happy img {
    width: 90%;
  }

  .content-box.new-style h2 {
    font-size: 22px;
  }

  .content-box.colection-text.new-style {
    text-align: center;
    align-items: center;
  }

  .content-box.section-text-box.tex-drink {
    width: 44%;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left;
    align-items: flex-start;
  }

  #pic-happy-hour-menu {
    height: 50vh;
    background-position: center;
  }

  .tow-center {
    gap: 2px;
  }

  .red-txet h2 {
    color: #A82626;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }

  .content-container-in-full-width.leaugue-city {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .center-box.pic-section-menu-happy {
    padding-bottom: 0;
    padding-top: 0;
  }

  .content-box.section-text-box.tex-drink h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #pic-happy-hour {
    height: 70vh;
  }
}

@media screen and (max-width: 600px) {
  #pic-happy-hour {
    height: 40vh;
  }
}


#league-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-box-leaugue {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .title-box-leaugue {
    justify-content: flex-start;
  }
}

#top-banner-leaugue {
  background-image: url(/assets/images/top-banner-league-city.webp);
}

.title-name-menu.burger-text p {
  font-style: italic;
}

i {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  color: #fff;
}

.italic i {
  color: #000;
}

.italic strong {
  color: #000;
}

.box-center-continer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
}

.box-center-continer img {
  width: 350px;
}

.full-width-leage {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 40px;
}

.box-center-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 2%;
  width: 60%;
}

.box-center-text h3 {
  font-weight: 700;
  margin-block-end: 0;
}

.full-width {
  display: flex;
  justify-content: flex-end;
}

.content-box.text-box-fries p {
  margin: 0;
}

.content-box.text-posion.center-box {
  max-width: 100%;
  gap: 0;
  padding-bottom: 0;
}

.content-box.text-posion.center-box p {
  max-width: 60%;
}

.text-posion p,
.text-posion h3 {
  margin: 0;
}

.content-box.text-posion h3 {
  font-weight: 700;
}

.content-box.text-posion {
  text-align: center;
  align-items: center;
}

.content-tow {
  display: flex;
  justify-content: center;
  align-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrapper-burger {
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}

.wrapper-burger h2 {
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  margin: 0;
  padding-bottom: 20px;
}

.content-burger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.menu-burger {
  text-align: left;
  flex: 1;
}

.menu-burger ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.image-burger {
  flex: 1;
}

.image-burger img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.menu-h2.league-style i {
  color: #000;
}

.menu-h2.league-style {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .full-width-leage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .content-box.text-box-fries p {
    font-weight: 600;
  }

  .italic strong {
    font-weight: 400;
  }

  .content-box.text-posion.text-left-mobile {
    text-align: left;
    align-items: flex-start;
  }

  .content-box.text-posion.center-box p {
    max-width: 95%;
  }

  .box-center-text {
    align-items: center;
    width: 90%;
    margin-right: 0;
    margin-top: -35px;
  }

  .box-center-continer {
    width: 90%;
  }

  .title-name-menu.burger-text h2 {
    display: flex;
    justify-content: center;
    padding-left: 0;
  }

  .continer-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pic-culemns img {
    width: 90%;
  }

  .content-box.right-text p,
  .content-box.right-text h2 {
    text-align: left;
    margin: 0;
  }

  .content-box.right-text p {
    width: 100%;
  }

  .box-menu {
    width: 100%;
    display: flex;
  }

  .content-box.text-posion {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .title-name-menu.burger-text p {
    font-style: italic;
    text-align: center;
  }

  .logo-leaugue img {
    width: 60%;
    margin-top: 10px;
  }

  .box-center-text h3 {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .menu-h2.league-style h2,
  .menu-h2.league-style p {
    margin-bottom: 0;
    padding-top: 10px;
    margin-left: 0;
  }

  .title-box-leaugue {
    height: 100%;
  }

  .button-leaugue .cta-button {
    position: absolute;
    bottom: 20px;
  }
}

@media screen and (min-width: 600px) {
  .wrapper-burger {
    max-width: 500px
  }
}

#catering-employment-title-box {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  z-index: 2;
  display: block;
}

#top-banner-catering {
  background-image: url(/assets/images/top-banner-catering.webp);
}

#top-banner-employment {
  background-image: url(/assets/images/top-banner-employment-opportunities-1.webp);
}

.img-pages img {
  width: 60%;
  border-radius: 5px;
}

.text-strong strong {
  color: #000;
}

.left {
  text-align: left;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .left {
    max-width: 94%;
    text-align: left;
    align-items: flex-start;
  }
}

#about-title-box {
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: end;
  z-index: 2;
}

#top-banner-about-us {
  background-image: url(/assets/images/top-banner-about-us.webp);
}

.pic-section-menu-happy.about-gap {
  padding-bottom: 40px;
  padding-top: 50px;
}

.content-container-in-start-full-width.center {
  align-items: center;
}

.font-about h2 {
  font-size: 24px;
}

.content-box.new-style-about h2 {
  font-size: 60px;
}

#about-us-end {
  background-image: url(/assets/images/about-us-3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 95vh;
}

.content-box.left-til {
  max-width: 90%;
  text-align: left;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .content-box.new-style-about h2 {
    font-size: 24px;
    text-align: center;
  }

  #about-title-box {
    display: flex;
    align-items: center;
  }

  .content-container-in-start-full-width.center {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .content-container-in-full-width.gap-about {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#top-banner-email-list {
  background-image: url(/assets/images/top-banner-email-list-littledaddys.webp);
}

#contact-title-box {
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: end;
  z-index: 2;
  display: block;
}

#top-banner-contact-us {
  background-image: url(/assets/images/top-banner-contact-us.webp);
}

.content-box.center {
  align-items: center;
  text-align: center;
}

.teil-contact h2 {
  font-size: 24px;
  padding-bottom: 20px;
}

.content-box.teil-contact {
  margin-left: 0;
  margin-right: 0;
}

.content-container-in-contact-full-width {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .content-container-in-contact-full-width {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .teil-contact h2 {
    width: 70%;
  }

  .forms.form-contact input,
  .forms.form-contact textarea {
    margin: 2px 0;
    border: 2px solid #ffffff;
    padding: 12px 0 12px 22px;
  }

  .forms.form-contact .submit-button {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.fa-solid, .fas {
  color: #999999;
  padding-right: 5px;
}

#location-pic-1 {
  background-image: url(/assets/images/location-top-1.webp);
}

#location-pic-2 {
  background-image: url(/assets/images/location-top-2.webp);
}

.pic-location {
  height: 95vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-box-red {
  width: 50%;
  background-color: #A82626CC;
  border-radius: 10px;
  padding: 5px 0 50px 50px;
  margin-top: -35px;
}

.content-box-red h3 {
  font-weight: 700;
  font-size: 24px;
}

.content-container-center {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.button-size-location {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 90%;
  text-align: center;
}

.title-name-locations h2 {
  display: flex;
  justify-content: center;
  padding-top: 27px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  #location-desktop-1, #location-desktop-2 {
    display: none;
  }

  .content-box-red {
    padding: 5px 20px 50px 20px;
    width: 72%;
    background-color: #a82626;
    text-align: center;
  }

  .button-size-location {
    gap: 10px;
    width: 100%;
  }

  .pic-location {
    max-width: 90%;
    height: 60vh;
  }

  .title-name-locations h2 {
    font-size: 30px;
  }

  .content-box-red h2 {
    font-size: 26px;
  }

  .content-box-red h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  .button-size-location {
    align-items: center;
  }

  .content-box-red {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .button-size-location {
    align-items: normal;
  }

  .content-box-red {
    width: 50%;
    height: fit-content;
  }
}

@media screen and (min-width: 1024px) {
  #location-mobile-3, #location-mobile-4 {
    display: none;
  }
}

.form-box {
  align-items: center;
  max-width: 1200px;
}

.forms {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 85%;
}

.forms input, .forms textarea {
  width: 100%;
  padding: 10px 0 10px 10px;
  margin: 10px 0;
  border: 1px solid #ffffff;
  font-family: "Open Sans", sans-serif;
}

.forms .submit-button {
  width: 60%;
  cursor: pointer;
  border: 0;
}

.cta-button-email {
  padding: 5px 25px;
  background-color: #FFFCEB;
  color: #000000;
  font-family: "gagalin", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.fa-brands {
  color: #FFF;
  padding: 10px;
  font-size: 25px;
}

@media screen and (max-width: 1024px) {
  .two-columns .form-box {
    margin: 0 auto;
  }
}

.content-parts-full-width {
  width: 100%;
}

.content-center {
  justify-content: center;
  text-align: center;
}

.content-parts-full-width ul {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  color: #000;
  margin-left: 18px;
}

strong {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7em;
}

@media screen and (max-width: 600px) {
  .two-columns {
    flex-direction: column;
    justify-content: center;
  }
}

video {
  width: 100%;
  display: flex;
}

.pic-section.pic-border img {
  box-shadow: -15px 15px 0 #F79D25;
}

.img-pages.pic-border-1 img {
  height: auto;
  width: 50%;
  box-shadow: -15px -15px 0 #A82626;
}

.img-pages.pic-border-2 img {
  height: auto;
  width: 60%;
  box-shadow: -15px -15px 0 #612C73;
}

.pic-section-menu-happy.pic-border img {
  box-shadow: -15px -15px 0 #fff;
  height: 40vh;
  width: 70%;
  border-radius: 5px;
}

.img-pages.pic-border img {
  box-shadow: -15px -15px 0 #612C73;
  height: auto;
  width: 60%;
}

.pic-section-menu.pic-border img {
  box-shadow: -15px -15px 0 #A82626;
  height: 70vh;
  width: 60%;
}

.pic-section-menu.pic-border-1 img {
  box-shadow: -15px -15px 0 #F79D25;
  height: 45vh;
  width: 70%;
}

.pic-section-menu.pic-border-2 img {
  box-shadow: -15px -15px 0 #5B3522;
  height: 70vh;
  width: 60%;
}

.pic-section-menu.pic-border-3 img {
  box-shadow: -15px -15px 0 #fff;
  height: 60vh;
  width: 60%;
}

@media screen and (min-width: 600px) {

  .container-space.sides-mobile {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .container-space.sides-mobile {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .pic-section.pic-border img {
    box-shadow: -10px 10px 0 #F79D25;
  }

  .pic-section-menu.pic-border img {
    height: 51vh;
    width: 80%;
    box-shadow: -10px -10px 0 #A82626;
  }

  .pic-section-menu.pic-border-1 img {
    height: 30vh;
    width: 90%;
    box-shadow: -10px -10px 0 #F79D25;
  }

  .pic-section-menu.pic-border-2 img {
    height: 45vh;
    width: 85%;
    box-shadow: -10px -10px 0 #5B3522;
  }

  .pic-section-menu.pic-border-3 img {
    height: 45vh;
    width: 85%;
    box-shadow: -10px -10px 0 #fff;
  }

  .pic-section-menu-happy.pic-border img {
    height: 33vh;
    width: 80%;
    box-shadow: -10px -10px 0 #fff;
  }

  .img-pages.pic-border img {
    width: 80%;
    height: 40vh;
    box-shadow: -10px -10px 0 #612C73;
    object-fit: cover;
    object-position: top;
  }

  .img-pages.pic-border-1 img {
    height: auto;
    width: 75%;
    box-shadow: -10px -10px 0 #A82626;
  }

  .img-pages.pic-border-2 img {
    height: auto;
    width: 50%;
    box-shadow: -10px -10px 0 #612C73;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .img-pages.pic-border img{
   width: 55%;
  }
}

@media screen and (max-width: 1024px) {
  .text-color-wihte.orang-text h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1024px) {

}

.teil-style strong, .teil-style p {
  width: 70%;
}

.content-box.bold-text p {
  font-weight: 600;
}

.center-box.gap-style {
  padding-bottom: 45px;
}

.about-box.bold-text p {
  font-weight: 600;
}

.font-style {
  width: 81%;
}

.content-box.font-style h3 {
  font-weight: 700;
}

.teil-style-league p {
  margin: 0;
}

.section-text-box.teil-styl h3 {
  margin: 0;
}

.content-container-center-full-width {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 50px;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .content-container-in-full-width.gap-style {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-container-in-start-full-width.gap-style {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-box.font-style p {
    margin-top: 0;
  }

  .content-box.font-style h3 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0;
  }

  .logo-box img {
    margin-top: 20px;
    width: 55%;
  }

  .teil-style strong, .teil-style p {
    width: 95%;
  }

  .center-box.mobile-steyle {
    flex-direction: row-reverse;
  }

  .button-mobile-employment {
    margin-top: 15px;
    margin-left: -20px;
    position: absolute;
    bottom: 50px;
  }

  .button-mobile-employment a {
    font-size: 18px;
  }

  .img-pages.pic-border-2 img {
    height: auto;
    width: 50%;
  }

  .purple-box-1 {
    height: 32vh;
    width: 50%;
    margin-right: 0;
    margin-left: 158px;
  }

  .content-container-in-start-full-width.for-mobile {
    padding-bottom: 0;
  }

  #heaid-mobile {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .center-box.mobile-steyle {
    flex-direction: row-reverse;
    justify-content: space-around;
  }
}

@media screen and (max-width: 1024px) {
  #employment-desktop {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  #employment-mobile {
    display: none;
  }
}

.top-banner.top-text-email {
  align-items: center;
  justify-content: center;
}

#email-list-teitel-box {
  width: 25%;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  #email-list-teitel-box {
    margin-top: 20px;
  }

  .title-box.email-list-text {
    align-items: center;
  }
}

.designer-pic-menu {
  position: absolute;
  width: 100%;
  top: 400px;
}

.designer-pic-menu img {
  width: 100%;
}

.openModalBtn {
  cursor: pointer;
}

.video-container {
  width: 100%;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.blog {
  display: block;
  max-width: 1200px;
  margin: 50px auto;
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
  padding-left: 1%;
}

.blog-post {
  flex-direction: column;
  display: inline-flex;
  width: 32%;
  background-color: #a82626;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .blog-post {
    width: 90%;
  }

  .blog-grid {
    justify-content: center;
    gap: 30px;
  }
}

.blog-post img {
  max-width: 100% !important;
}

.blog-post h2 {
  color: #fff;
  font-size: 22px;
  text-align: left;
}

.blog-post-content-box{
  display: flex;
  flex-direction: column;
  padding: 12px;
  align-items: flex-start;
  min-height: 370px;
  position: relative;
}

.blog-archive-titles{
  align-self: flex-start;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .blog-archive-titles h2, .excerpt{
    text-align: center;
  }
}

.blog-archive-buttons{
  background-color: #FFFCEB;
  color: #000;
  padding: 6px 18px;
  font-family: "gagalin", sans-serif;
  font-size: 20px;
  border-radius: 5px;
  letter-spacing: 1px;
  margin: 10px auto;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  width: 35%;
  text-align: center;
}

.blog-archive-buttons:hover{
  background-color: #e0ddce;;
}


.blog-post .excerpt {
  color: #fff;
  font-size: 16px;
  content-visibility: auto;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .blog-post{
    width: 48%;
  }
}
.post-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.50);
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.post-date {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1em;
}

.single-blog {
  max-width: 1200px;
  margin:50px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 5%;
}

.single-post-title-box{
  width: 50%;
}

.single-post-title-box h1{
  font-size: 32px;
  color: #000;
}

.single-blog p{
  width: 100%;
}

.single-blog .featured-image{
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  width: 50%;
}

@media screen and (max-width: 1024px){
  .single-blog{
    flex-direction: column;
    margin-top: 0;
  }
  .single-post-title-box, .single-blog .featured-image{
    width: 100%;
    margin: 0 auto;
  }
  .single-post-title-box{
    text-align: center;
  }
  .single-post-title-box h1{
    font-size: 28px;
  }
}

.blog-pics {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: 0;

}

.blog-pics img {
  max-width: 90%;
  border-radius: 5px;
}

.blog-h3 {
  font-size: 16px;
  font-weight: 500;
}

.blog-h2 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.blog-h1 {
  text-shadow: unset;
  font-size: 34px;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .blog-h1 {
    font-size: 28px;
  }
}

.blog h1 {
  color: #000;
  text-align: center;
}

.blog-social-media {
  display: flex;
  background-color: #a82626;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border: #69727d;
}

.blog-social-media p {
  max-width: 90%;
  text-align: center;
  color: #fff;
}

.blog-social-media h2 {
  text-align: center;
  color: #fff;
  font-size: 26px;
}

@media screen and (max-width: 600px) {
  .blog-social-media {
    width: 90%;
    flex-direction: column;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .blog-social-media {
    width: 80%;
    flex-direction: column;
  }
}

.blog-social-media .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .blog-social-media img {
    max-width: 40%;
  }

  .blog-social-media {
    padding-bottom: 0;
  }
}

#location-menu-navs li {
  background-color: #a52615;
}

#location-menu-navs li a {
  color: #fff
}

@media screen and (max-width: 600px) {
  #taquilos-logo-margin {
    margin-top: -30px;
    margin-bottom: -20px;
  }
}


@media screen and (max-width: 600px) {
  #littledaddys-footer-box{
    order: 2;
  }
  #emaillist-footer-box{
    order: 7;
  }
  #pickup-footer-box{
    order: 6;
  }
  #ourfood-footer-box{
    order: 3;
  }
  #follow-footer-box{
    order: 8;
  }
  #reachout-footer-box{
    order: 5;
  }
  #logo-footer-box{
    order: 1;
  }
  #order-footer-box{
    order: 4;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #littledaddys-footer-box{
    order: 1;
  }
  #emaillist-footer-box{
    order: 4;
  }
  #pickup-footer-box{
    order: 5;
  }
  #ourfood-footer-box{
    order: 2;
  }
  #follow-footer-box{
    order: 8;
  }
  #reachout-footer-box{
    order: 6;
  }
  #logo-footer-box{
    order: 7;
  }
  #order-footer-box{
    order: 3;
  }
}

.text-starter h2{
  color: #F79D25;
}

.text-starter h3{
  color: #fff;
  line-height: 1.5em;
  font-weight: 700;
}

.text-starter p{
  color: #fff;
  font-style: italic;
}

@media screen and (max-width: 600px) {
  .text-starter{
    align-items: flex-start;
  }
  .text-starter h2 {
    font-size: 30px;
  }
  .text-starter h3 {
    width: 70%;
  }
  .text-starter p {
    width: 70%;
  }
}

@media screen and  (min-width: 600px) and (max-width: 1024px) {
  .text-starter h2{
    text-align: center;
  }
  .text-starter h3{
    text-align: center;
  }
}


@media screen and (min-width: 1024px) {
  .text-starter{
    width: 40%;
  }
  .text-starter h2{
    text-align: center;
    font-size: 40px;
  }
  .text-starter h3{
    text-align: center;
    font-size: 24px;
    margin-block-end: 0;
  }
  .text-starter p{
    text-align: center;
    font-size: 18px;
    max-width: 80%;
  }
}

.h-adjust-margin{
  margin-block-end: 0;
}

@media screen and (min-width: 1024px) {
  .max-width-p{
    max-width: 90%;
  }
}

#nathans-home{
  display: flex;
  justify-content: center;
}

#locations-in-home h3{
  letter-spacing: 1px;
  font-family: "gagalin", sans-serif;
  margin-block-end: 0;
  color: #5B3522;
  line-height: 1.5em;
  font-size: 28px;
}

#locations-in-home p{
  margin-block-start: 0;
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  #locations-in-home h3{
    font-size: 24px;
    letter-spacing: 1px;
    font-family: "gagalin", sans-serif;
    margin-block-end: 0;
    color: #5B3522;
    line-height: 1.5em;
  }
  #locations-in-home p{
    margin-block-start: 0;
  }
}

#home-latest-btn{
  margin-top: 20px;
}

.happy-hour-hours{
  display: flex;
  align-items: flex-end;
  column-gap: 15px;
}

.happy-hour-hours p{
  margin-block-end: 0;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .happy-hour-hours{
    flex-direction: column;
    align-items: center;
  }
  .happy-hour-hours h2{
    font-size: 26px;
  }
  .happy-hour-hours p{
    margin-block-start: 10px;
  }
  #po-boys-menu{
    font-size: 26px;
  }
  #laissez-menu h2{
    font-size: 23px;
  }
  .title-name-menu h2{
    font-size: 30px;
  }
}

.bigger-p{
  font-size: 24px;
}

.plate-pic{
  max-width: 480px;
  height: auto !important;
}

.menu-two-columns {
  max-width: 1200px;
  margin: 0 auto;
}

#laissez-menu{
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  #laissez-menu p, #laissez-menu h3{
    max-width: 80%;
  }
}

.nathans-cta{
  font-size: 30px;
}

#nathans-famous-hotdogs-pic{
  background-image: url(/assets/images/nathans-famous-hotdogs.webp);
  background-size: cover;
  background-position: center;
  height: 40vw;
}

.left-box{
  justify-content: flex-end;
}

.left-box .content-box{
  margin-right: 7%;
}

@media screen and (min-width: 1024px) {
  .right-box{
    justify-content: flex-start;
  }
  .right-box .content-box{
    margin-left: 7%;
  }
}

.two-columns .w-45{
  width: 45%;
}

.two-columns .w-55{
  width: 55%;
}

.nathans-w100-pic{
  width: 100%;
}

#nathans-wings-text{
  max-width: 600px;
  margin-bottom: 30px;
}

#nathans-waffles-text{
  width: 600px;
  margin-bottom: 30px;
  margin-top: 30px;
}

#nathans-wings-col{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#nathans-wings-col .content-box{
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #nathans-wings-col{
    justify-content: center;
  }
}

.w90-p{
  max-width: 75% !important;
  margin-top: 10px !important;
}

#add-ons-nathans{
  margin-top: 20px;
}

.menu-title-nathans{
  font-size: 38px;
  margin-block-start: 0;
}

@media screen and (max-width: 600px) {
  .menu-title-nathans{
    font-size: 30px;
  }
  div#contact-title-box h1{
    margin: 15px;
    font-size: 34px;
  }
}

#chicken-tenders-nathans{
  align-items: center;
}

.white-text{
  color: #fff !important;
}

.burger-sandwich-text{
  text-align: center;
  width: 75%;
  align-items: center;
}

.burger-sandwich-text p{
  margin-block-start: 10px;
}

.links{
  color: #A82626;
}

.links:hover{
  color: #982222;
}

#mobile-employment-text{
  padding-bottom: 100px;
  position: relative;
  gap: 20px;
}

.social-box-row{
  display: flex;
  gap: 50px;
}

@media screen and (max-width: 600px) {
  .social-box-row{
    flex-direction: column;
    gap: 0;
  }
}

#instagram-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}

#instagram-section .cta-button{
  margin-top: 20px;
  margin-bottom: 20px;
}

#instagram-section h2{
  margin-bottom: 20px;
  text-align: center;
  max-width: 95%;
}

.success-page h1, .page-error h1{
  color: #000;
}

.page-error {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  align-items: center;
  margin: 50px auto;
  text-align: center;
  line-height: 2em;
  font-family: "Open Sans", sans-serif;
  color: #000;
}

#instagram-section .social-media-section .social-box:hover{
  background-color: #613826;
}
</pre></body></html>