@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=Fjalla+One&family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=Roboto:wght@300;400;700&display=swap");
:root {
  --pltt1: #fff !important;
  /* White */
  --pltt2: #8d634b !important;
  /* spicy mix */
  --pltt3: #283d70 !important;
  /* astronaut blue */
  --pltt4: #e0ddd5 !important;
  /* gray */
}

/**********
GLOBAL STYLES, DO NOT DELETE FOR NEW WEBSITES
**********/
/*@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;700;900&display=swap'); */
/*@import url('/web/20220328171447cs_/https://dimitriscatering.com/css/font-awesome.css');
@import url('/web/20220328171447cs_/https://dimitriscatering.com/css/animate.css');*/
@media only screen and (max-width: 767px), (max-width: 1300px) and (min-width: 768px) {
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    width: 100%;
    display: block;
  }
  tr {
    width: 100% !important;
    height: 1% !important;
  }
  td {
    /* Behave  like a "row" */
    width: 100% !important;
    height: 1% !important;
    /*min-height: 33vh !important;*/
    word-wrap: break-word;
  }
  #contact {
    /*margin-top: 175px;*/
  }
  .hero-wrapper {
    background-image: var(--hero);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
  }
  img {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/*Hidden Classes*/
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/*Global Elements*/
html,
body {
  height: 100%;
  scroll-behavior: smooth;
  font-family: "Heebo" !important;
  max-width: 100%;
}

body {
  font-size: 12pt !important;
}

strong {
  font-weight: 700 !important;
}

code {
  color: unset !important;
}

/*Global IDs*/
#contact {
  /*padding-top: 2.5vh;*/
}

/*Global Classes*/
.sectionStart {
  z-index: 5;
  position: absolute !important;
  bottom: 0;
  background-image: url("https://dimitriscatering.com/images/resources/section_Start.png");
  width: 100%;
  height: 5vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.sectionEnd {
  z-index: 5;
  position: absolute !important;
  top: 0;
  background-image: url("https://dimitriscatering.com/images/resources/section_End.png");
  width: 100%;
  height: 10vh;
  background-position: top;
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
}

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

.AlignerLM {
    display: flex;
    align-items: center;
    justify-content: left;
}

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

.Aligner-item {
    flex: 1;
}

.Aligner-item--top {
    align-self: flex-start;
}

.Aligner-item--bottom {
    align-self: flex-end;
}

.Aligner-item--fixed {
    flex: none;
    max-width: 50%;
}

.hero-wrapper {
  background-image: var(--hero);
  height: 750px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.imgFrame {
  background-image: var(--img);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*Global Bootstrap Overrides*/
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
}

button,
input[type="submit"] {
  background-color: var(--pltt1) !important;
  border: solid 5px var(--pltt2) !important;
  border-radius: 0 !important;
  font-family: Cinzel;
  font-weight: 600 !important;
  color: var(--pltt2) !important;
}

button:hover,
input[type="submit"]:hover {
  border: solid 5px var(--pltt3) !important;
  color: var(--pltt3) !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

textarea,
input[type]:not([type="submit"]) {
  min-height: 36px;
  line-height: 36px;
}

textarea::-webkit-input-placeholder,
input[type]:not([type="submit"])::-webkit-input-placeholder {
  font-size: 20px;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: Cinzel;
  color: var(--pltt2) !important;
}

textarea:-ms-input-placeholder,
input[type]:not([type="submit"]):-ms-input-placeholder {
  font-size: 20px;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: Cinzel;
  color: var(--pltt2) !important;
}

textarea::-ms-input-placeholder,
input[type]:not([type="submit"])::-ms-input-placeholder {
  font-size: 20px;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: Cinzel;
  color: var(--pltt2) !important;
}

textarea::placeholder,
input[type]:not([type="submit"])::placeholder {
  font-size: 20px;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: Cinzel;
  color: var(--pltt2) !important;
}

a.logo__link {
  display: block;
}

a.logo__link:hover {
  text-decoration: none;
}

.logo {
  padding-top: 1.5625rem;
  color: var(--pltt2);
  font-family: Cinzel;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

.logo > * {
  font-weight: 500;
  margin: 0;
}

.logo > h1 {
  font-size: 4rem;
  line-height: 0.5;
}

.logo > h2 {
  font-size: 2.25rem;
}

iframe {
  display: block;
  width: 100%;
}

.wrapper {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 40em) {
  .wrapper {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (min-width: 64em) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 63.9375em) {
  .hide-mobile {
    display: none !important;
  }
}

.nav-link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Cinzel";
  font-weight: 600;
  color: var(--pltt2);
  padding: 0.5rem;
}

.nav-link:hover {
  text-decoration: none;
  color: var(--pltt3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: var(--pltt1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
  z-index: 10;
}

.header__links {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header__links > li {
  display: inline;
}

.header__links > li > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Cinzel";
  font-weight: 600;
  color: var(--pltt2);
  padding: 0.5rem;
}

.header__links > li > a:hover {
  text-decoration: none;
  color: var(--pltt3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hero {
  width: 100%;
  padding: 25px !important;
  background-color: var(--pltt4);
}

.hero > *,
.hero .hero__row {
  padding: 25px;
}

.hero__about {
  text-align: center;
  color: var(--pltt1);
  background-color: var(--pltt3) !important;
  font-family: Roboto;
  font-weight: 400;
}

.hero__about > h2 {
  font-family: Cinzel;
  font-weight: 600;
  color: var(--pltt2);
  text-align: center;
}

.hero__image1 {
  height: 50%;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero__table,
.hero__table > tr,
.hero__table > tr > td {
  border-collapse: separate !important;
  border-spacing: 10px;
}

.hero__table {
  table-layout: fixed;
  background-color: var(--pltt4);
  width: 100%;
}

.hero__table td {
  background-color: var(--pltt1);
}

.hero__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero__text {
  padding: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: var(--pltt2);
  font-size: 60pt;
}

.hero__text > span {
  font-family: "Cinzel";
  font-weight: 500;
  color: var(--pltt2);
}

.footer {
  font-family: Roboto;
  color: var(--pltt2) !important;
}

.footer__form {
  width: 100%;
  padding-left: 20%;
  padding-right: 20%;
}

.footer__form--wrapper {
  border-bottom: solid 0.625rem var(--pltt4);
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer__form--wrapper > h2 {
  font-family: Cinzel;
  font-weight: 600;
  color: var(--pltt2);
  text-align: center;
}

.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: solid 0.625rem var(--pltt4);
  height: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 40em) {
  .footer__navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
}

@media (min-width: 40em) {
  .footer__links {
    width: 33%;
  }
}

.footer__links > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer__links > ul > li {
  display: inline;
}

.footer__links > ul > li > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Cinzel";
  font-weight: 600;
  color: var(--pltt2);
  padding: 0.5rem;
}

.footer__links > ul > li > a:hover {
  text-decoration: none;
  color: var(--pltt3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer__map {
  text-align: center;
  width: 100%;
}

@media (min-width: 40em) {
  .footer__map {
    width: 33%;
  }
}

.footer__attribution {
  border-bottom: solid 0.625rem var(--pltt4);
}

.footer__attribution a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
/*# sourceMappingURL=style.css.map */

.galButtons>button {
    border: none;
    background-color: var(--pltt1);
    border-radius: 15px;
    color: var(--pltt4);
    padding: 7px;
}

/*GRID GALLERY*/
.gallery-block.grid-gallery {
    padding-bottom: 60px;
    padding-top: 60px;
}

.gallery-block.grid-gallery .heading {
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2 {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover {
    opacity: 0.8;
}

.gallery-block.grid-gallery .item img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transition: 0.4s;
}

.gallery-block.grid-gallery .item {
    margin-bottom: 20px;
}

@media (min-width: 576px) {

    .gallery-block.grid-gallery .scale-on-hover:hover {
        transform: scale(1.05);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    }
}

/*Bootstrap Overrides*/
.card {
    border: none !important;
}

.card-footer {
    border-top: none !important;
}

.card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*Thank you, w3*/
    transition: box-shadow 0.3s ease-in-out;
}

.carousel-control-next,
.carousel-control-prev {
    position: fixed !important;
}

.controls {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.modal-content {
    width: unset !important;
}
/*
     FILE ARCHIVED ON 17:14:47 Mar 28, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:03:36 Jan 04, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 491.568
  exclusion.robots: 0.183
  exclusion.robots.policy: 0.176
  cdx.remote: 0.064
  esindex: 0.009
  LoadShardBlock: 432.744 (3)
  PetaboxLoader3.datanode: 91.366 (4)
  CDXLines.iter: 18.383 (3)
  load_resource: 98.31
  PetaboxLoader3.resolve: 34.857
*/


/* ===== Social Icons in Nav ===== */

ul.header__links .fab {
    font-size: 20px !important;
    color: var(--pltt2);
    transition: opacity 0.2s;
}

ul.header__links li a:hover .fab {
    opacity: 0.7;
}

/* ===== Get a Quote — Nav Item ===== */

.nav-item--cta {
    display: inline-flex;
    align-items: center;
}

.nav-link--cta {
    color: var(--pltt2) !important;
    font-family: "Cinzel", serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    padding: 0px 8px !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.nav-link--cta:hover {
    text-decoration: none !important;
    opacity: 0.8;
}

/* ===== Get a Quote — Floating Fixed Button ===== */

.floating-cta {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9999;
    display: inline-block;
    padding: 14px 28px;
    background-color: var(--pltt2);
    color: #fff !important;
    font-family: "Cinzel", serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 2px solid var(--pltt2);
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.floating-cta:hover {
    background-color: #fff;
    color: var(--pltt2) !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
    text-decoration: none !important;
}

@media (max-width: 600px) {
    .floating-cta {
        bottom: 20px;
        right: 16px;
        padding: 11px 18px;
        font-size: 0.75rem;
        letter-spacing: 1px;
    }
}