:root {
  --bordercolor: #e1c582;
  --backgroundcolor: #f4eee0;
  --sectionheadershadow: #b97c23;
  --sectionheaderradius: 10px;
  --sectionheadingcolor: #dba52b;
  --buttonnotclicked: #efe2cc;
  --textnotclicked: #dba52b;
  --white: white;
  --black: black;
  --size: 0px;
}


/* Spinner animation */
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border-left-color: rgb(255, 255, 255);
  animation: spin 1s ease infinite;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Disabled style for the loading state */
.loading {
  background-color: #f0f0f0;
  cursor: not-allowed;
}

.loading .text-block-9 {
  visibility: hidden; /* Hide the text when loading */
}

.loading .spinner {
  display: inline-block; /* Show the spinner */
}


.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.lefttopbox {
  text-align: left;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lefttopbox.bottom {
  width: 50%;
  max-width: none;
}

.text-block {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  border: 1px #fff;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: block;
}

.text-block.loc {
  text-align: center;
  align-self: center;
  margin-top: 15%;
  margin-left: 3%;
}

.text-block.center {
  margin-left: 5%;
  font-size: 20px;
}

.text-block.pdf {
  color: #bebebe;
  white-space: nowrap;
  align-self: flex-start;
}

.righttopbox {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.righttopbox.bottom {
  flex-flow: column;
  width: 50%;
  max-width: none;
}

.link {
  color: #fff;
  cursor: pointer;
  align-self: center;
  text-decoration: none;
  position: static;
}

.link.menu {
  align-self: flex-start;
}

.topbox {
  background-color: #202430;
  border: 1px solid #202430;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-image: url('../images/bokeh-lights-black-background-2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  line-height: 14px;
}

.border {
  z-index: 0;
  border: 1px solid #d38a25;
  max-width: 95%;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2%;
  display: block;
  position: relative;
  overflow: visible;
}

.yellowback {
  z-index: 1;
  border-bottom: 2px solid var(--bordercolor);
  background-color: var(--backgroundcolor);
  max-width: 97%;
  margin-top: 3%;
  padding-bottom: 3%;
  position: relative;
}

.infocontainer {
  max-width: 95%;
  min-height: 90px;
  margin-top: -91px;
  padding-right: 0;
}

.sectionheading {
  color: #fafafa;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 2px 2px 1px var(--sectionheadershadow);
  overflow-wrap: normal;
  flex: 1;
  margin-top: 10px;
  margin-left: 25px;
}

.sectionheaderback {
  z-index: 3;
  border-radius: var(--sectionheaderradius) var(--sectionheaderradius) 0px 0px;
  background-color: var(--sectionheadingcolor);
  flex: 1;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.inputflexright {
  border-bottom: 2px none var(--bordercolor);
  border-left: 2px solid var(--backgroundcolor);
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 2% 3%;
}

.field-label, .text-field {
  align-self: center;
}

.flex-block-3 {
  flex: 0 auto;
  order: 1;
  align-self: center;
}

.inputformbox {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 49%;
  margin-bottom: 8px;
}

.inputformbox.right {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.inputformbox.guests {
  width: 15%;
}

.inputformbox.date {
  width: 32%;
}

.inputlabel {
  text-align: left;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
  margin-right: auto;
  display: flex;
}

.inputlabel.left {
  width: 11%;
  margin-right: auto;
}

.inputbox {
  color: #000;
  object-fit: fill;
  border-radius: 5px;
  flex: 1;
  align-self: flex-start;
  max-width: 100%;
  margin: auto 0;
  padding-bottom: 8px;
  display: block;
}

.inputbox.right {
  max-width: 114px;
}

.flex-block-5 {
  margin-top: 15px;
  margin-left: 0%;
  margin-right: 0%;
}

.inputflexleft {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-right: 2px none var(--bordercolor);
  border-bottom: 2px none var(--bordercolor);
  flex-flow: wrap;
  flex: 1;
  align-self: center;
  align-items: flex-end;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2% 2% 3%;
}

.inputflexleft.big {
  border-right-style: solid;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 60%;
}

.eventdateinput {
  color: #000;
  object-fit: fill;
  align-self: center;
  min-width: 20%;
  max-width: 50%;
  margin: auto 0 auto 10px;
  padding-left: 12px;
  display: block;
}

.guestsnumberinput {
  color: #000;
  object-fit: fill;
  align-self: center;
  min-width: 20%;
  max-width: 40%;
  margin: auto 0 auto 10px;
  padding-left: 12px;
  display: block;
}

.image {
  filter: invert();
  color: #fff;
  cursor: pointer;
  mix-blend-mode: normal;
  flex: 0 auto;
  max-width: 5%;
  margin-right: 20px;
  padding-right: 0;
}

.image.phone {
  filter: none;
}

.container-2 {
  z-index: 2;
  border-bottom: 0px solid var(--backgroundcolor);
  background-color: var(--backgroundcolor);
  object-fit: fill;
  background-image: url('../images/logoMajesticColors.png');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  margin-top: -141px;
  position: relative;
}

.togglebox {
  margin-top: 3%;
  margin-left: 4%;
}

.cateringbuttons {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.cateringbutton {
  z-index: 0;
  background-color: var(--buttonnotclicked);
  color: var(--textnotclicked);
  text-align: center;
  text-transform: uppercase;
  border-radius: 8%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-bottom: 0%;
  margin-left: 0;
  margin-right: 0%;
  padding: 50% 0% 0%;
  font-size: 13px;
  display: flex;
  position: relative;
}

.cateringcontainer {
  border-bottom: 2px solid var(--bordercolor);
  padding-bottom: 3%;
}

.form-block {
  margin-bottom: 0;
}

.text-block-2 {
  align-self: center;
}

.cateringtitles {
  display: flex;
}

.text-block-3 {
  color: var(--sectionheadingcolor);
  text-transform: uppercase;
  text-shadow: 2px 1px 1px var(--white);
  border-radius: 6px;
  align-self: flex-start;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.cateringimage {
  flex: 0 auto;
  max-width: 3vw;
  margin-right: 1.5%;
}

.flex-block-6 {
  margin-left: 3%;
}

.dropdown-toggle {
  color: #979797;
  text-align: left;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
  padding: 0;
  display: flex;
}

.dropdown-toggle.dropdowntoggle2 {
  border-radius: 10px;
  margin-left: 3%;
  margin-right: 60%;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-right: 0;
}

.dropdown-toggle.in {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 2px;
  margin-right: 0;
  padding-right: 0;
}

.icon {
  border: 0px solid var(--sectionheadingcolor);
  color: var(--sectionheadingcolor);
  margin-right: 10px;
}

.dropdown {
  background-color: rgba(255, 255, 255, 0);
  width: 70%;
  margin-right: 0;
}

.choosecateringblock {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  margin-top: 2%;
  position: static;
}

.choosecateringblock.cateringblocktwo {
  margin-top: 1%;
}

.form {
  clear: none;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.submitapp {
  background-color: #c07a01;
  background-image: url('../images/addButtonWhite.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: auto 68%;
  background-attachment: scroll;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 20%;
  padding-left: 0;
  padding-right: 24px;
}

.quantityappform {
  color: #000;
  border: 0 #000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 20%;
  margin-bottom: 0;
}

.quantityappform.in {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}



.form-block-2 {
  flex: 1;
  margin-bottom: 0;
  display: flex;
}

.form-block-2.mobile {
  display: none;
}

.rentalsblock {
  margin-bottom: 5%;
}

.cateringblock {
  margin-top: 15px;
}

.selectedblock {
  width: 100%;
  margin-top: 4%;
}

.text-block-5 {
  margin-bottom: 1%;
  margin-left: 0%;
}

.toggleswitch {
  border: 1px solid var(--textnotclicked);
  background-color: #c07a01;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 30px;
  margin-left: 2%;
  display: flex;
  position: relative;
}

.toggletext {
  z-index: 1;
  text-transform: uppercase;
  cursor: default;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.toggletext.on {
  color: var(--white);
}

.toggletext.off {
  color: #c07a01;
  -webkit-text-stroke-color: #c07a01;
  align-self: center;
}

.togglebutton {
  z-index: 2;
  border: 1px solid var(--textnotclicked);
  text-align: left;
  cursor: pointer;
  background-color: #f4eee0;
  border-radius: 50vw;
  align-self: center;
  width: 50%;
  height: 95%;
  margin-left: 1%;
  margin-right: 1%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-6 {
  align-self: center;
}

.appetizerblock {
  border-bottom: 2px solid var(--bordercolor);
  align-self: center;
  width: 100%;
  margin-top: 10px;
  margin-left: 3%;
  margin-right: 3%;
  padding-bottom: 2%;
}

.div-block {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  min-height: 340px;
  padding: 15px 20px;
}

.saladsblock {
  border-bottom: 2px solid var(--bordercolor);
  width: 100%;
  padding-bottom: 2%;
}

.saladsimage {
  flex: 0 auto;
  max-width: 3vw;
  margin-right: 2%;
}

.addoptbutton {
  filter: invert();
  color: #fff;
  background-color: #3f85fe;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: 8%;
  margin-right: 0%;
  padding-right: 2%;
}

.flex-block-7 {
  flex: 0 auto;
}

.buttonimageon {
  z-index: 1;
  max-width: 50%;
  margin: auto;
  padding-bottom: 25%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buttonimageon.smalleron {
  max-width: 40%;
}

.cateringbuttonblock {
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 0%;
  position: relative;
}

.buttonimageoff {
  z-index: 1;
  max-width: 50%;
  margin: auto;
  padding-bottom: 25%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buttonimageoff.smalleroff {
  max-width: 40%;
}

.dropdownarrow {
  align-self: center;
  width: 5%;
  height: 100%;
  margin-right: 3%;
}

.text-block-7 {
  margin-top: .5%;
  margin-left: 5%;
  font-size: 13px;
}

.mainblock, .sidesblock, .beverageblock {
  border-bottom: 2px solid var(--bordercolor);
  width: 100%;
  padding-bottom: 2%;
}

.text-block-8 {
  margin-left: 3%;
  font-size: 13px;
}

.coffeeblock, .staffblock, .platewareblock {
  border-bottom: 2px solid var(--bordercolor);
  width: 100%;
  padding-bottom: 2%;
}

.div-block-2 {
  background-color: #c07a01;
  border: 1px solid #dba51f;
  border-radius: 10px;
  width: 85%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.text-block-9 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: flex;
}

.bottombox {
  background-color: #202430;
  border: 1px solid #202430;
  flex-flow: row;
  margin-top: 5%;
}

.bottombox.hflex {
  width: 100%;
}

.bottombox.vflex {
  flex-flow: column;
}

.image-2 {
  width: 56%;
  max-width: none;
}

.centerbottomblock {
  border-left: 1px solid #3d404b;
  border-right: 1px solid #3d404b;
  flex-flow: column;
  align-self: flex-start;
  width: 50%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-top: 5%;
  padding-bottom: 3%;
  padding-right: 20px;
  display: flex;
}

.flex-block-8 {
  flex-flow: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 5%;
}

.flex-block-9 {
  border-bottom: 1px solid #3d404b;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20%;
  padding-bottom: 5%;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-left: 8%;
  display: flex;
}

.flex-block-10 {
  border-bottom: 1px solid #3d404b;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 10%;
}

.flex-block-11 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 49%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-12 {
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
}

.image-3, .image-4 {
  cursor: pointer;
  width: 50%;
  margin-right: 7%;
}

.image-5 {
  margin-right: 2%;
}

.rightbottomimg {
  cursor: pointer;
  width: 16%;
  margin-right: 3%;
}

.copyright {
  flex-flow: row;
  order: 0;
  margin-top: 1%;
  margin-bottom: 2%;
  display: flex;
}

.text-block-10 {
  color: #6b7081;
}

.image-6 {
  cursor: pointer;
  width: 50%;
}

.image-7 {
  cursor: pointer;
  width: 18%;
}

.image-8 {
  width: 18%;
}

.flex-block-13 {
  cursor: pointer;
}

.flex-block-14 {
  justify-content: space-between;
  align-items: center;
}

.text-block-11 {
  color: #ababab;
}

.button {
  background-color: #ec3838;
  border-radius: 5px;
}

.flex-block-15 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.text-field-2 {
  width: 100%;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 2px;
}

.div-block-4 {
  width: 100%;
  display: flex;
}

.flex-block-19 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 10px;
}

.div-block-5 {
  background-color: #fff;
  border-radius: 10px;
  width: 60px;
  height: 40px;
}

.flex-block-20 {
  grid-column-gap: 5px;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-block-21 {
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .cateringbuttons{
    max-width: 100%;
  }

  .text-block {
    font-size: 12px;
  }

  .text-block.loc {
    font-size: 15px;
  }

  .text-block.center {
    font-size: 13px;
  }

  .text-block.pdf {
    font-size: 11px;
  }

  .righttopbox {
    display: flex;
  }

  .righttopbox.bottom {
    margin-left: 1%;
  }

  .link {
    align-self: center;
  }

  .link.menu {
    font-size: 12px;
  }

  .topbox {
    max-height: 65px;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .yellowback {
    background-color: var(--backgroundcolor);
    border-radius: 1px;
    max-width: 96%;
  }

  .infocontainer {
    max-width: 95%;
  }

  .sectionheading {
    text-shadow: 3px 2px 1px var(--sectionheadershadow);
    font-size: 31px;
  }

  .sectionheaderback {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .inputflexright {
    clear: none;
    text-align: right;
    border: 1px #000;
    flex: 0 auto;
    width: 50%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 2% 3%;
  }

  .inputformbox {
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .inputformbox.guests {
    min-width: 38%;
  }

  .inputformbox.date {
    min-width: 60%;
  }

  .inputlabel {
    text-align: left;
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    display: flex;
    overflow: visible;
  }

  .inputlabel.left {
    width: 15%;
  }

  .inputbox {
    flex: 1;
    min-width: 0%;
    max-width: 100%;
    margin-right: 0;
  }

  .flex-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .flex {
    flex: 1;
    align-self: center;
  }

  .inputflexleft {
    text-align: right;
    border: 1px #000;
    flex: 1;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2% 2% 3%;
  }

  .inputflexleft.big {
    border-style: none solid none none;
    border-right-width: 2px;
    border-right-color: var(--bordercolor);
    flex-flow: wrap;
    width: 50%;
  }

  .eventdateinput {
    flex: 1;
    min-width: 50%;
    max-width: 100%;
    margin-right: 0;
  }

  .guestsnumberinput {
    aspect-ratio: auto;
    flex: 1;
    min-width: 20%;
    max-width: 40%;
    margin-right: 0;
  }

  .image {
    aspect-ratio: auto;
    color: #fff;
    object-fit: fill;
    border: 0 solid #ddcece;
    max-width: 25px;
    margin-right: 7%;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--backgroundcolor);
    border-radius: 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 255.25vh;
    max-width: 30%;
    height: 30vh;
    min-height: 100%;
    margin-top: -38px;
    display: block;
  }

  .container-2 {
    width: 250px;
    height: 250px;
    margin-top: -109px;
    margin-bottom: 25px;
  }

  .cateringbutton {
    width: 110px;
    height: 110px;
  }

  .dropdown-toggle {
    padding-right: 0;
  }

  .submitapp {
    background-position: 95%;
    padding-left: 0;
    padding-right: 20px;
  }

  .quantityappform {
    padding-left: 5px;
    padding-right: 15px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .bottombox {
    max-height: 65px;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .bottombox.hflex {
    min-width: 100%;
    max-height: 100%;
    margin-top: 2%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bottombox.vflex {
    max-height: 2%;
  }

  .centerbottomblock {
    margin-left: 0%;
    margin-right: 0%;
  }

  .flex-block-11 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .text-block-10 {
    margin-top: 4px;
  }

  .flex-block-20 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .text-block.center {
    font-size: 10px;
  }

  .righttopbox {
    display: flex;
  }

  .link {
    align-self: center;
  }

  .border {
    min-width: 90%;
    max-width: 90%;
    max-height: 90%;
    margin-top: 80px;
    display: flex;
  }

  .sectionheading {
    font-size: 25px;
  }

  .inputformbox {
    min-width: 99%;
  }

  .inputformbox.guests {
    min-width: 39%;
  }

  .inputformbox.date {
    min-width: 57%;
  }

  .inputlabel {
    font-size: 12px;
  }

  .guestsnumberinput {
    max-width: 100%;
  }

  .container {
    width: 50px;
    height: 50px;
    min-height: 0;
  }

  .cateringbutton {
    width: 80px;
    height: 80px;
    font-size: 11px;
  }

  .dropdown-toggle {
    margin-right: 4px;
    padding-right: 0;
  }

  .dropdown-toggle.in {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 0;
    margin-right: 4px;
  }

  .dropdown {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form {
    flex-flow: column;
  }

  .submitapp {
    background-size: auto 49%;
    width: 20%;
    height: 100%;
    margin-left: 0;
    padding-left: 1%;
    font-size: 14px;
  }

  .submitapp.main {
    width: 100%;
  }

  .quantityappform {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 20%;
    padding-left: 10px;
    padding-right: 5px;
  }

  .quantityappform.main {
    width: 100%;
  }

  .form-block-2 {
    display: none;
  }

  .form-block-2.mobile {
    display: flex;
  }

  .selectedblock {
    width: 100%;
  }

  .flex-block-11 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .text-field-2 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    margin-left: 0;
    margin-right: 4px;
  }

  .text-field-2.mobile {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 80%;
  }

  .text-field-2.main {
    border-radius: 0 10px 10px 0;
  }

  .flex-block-16 {
    margin-bottom: 3px;
  }

  .div-block-4 {
    margin-bottom: 5px;
  }

  .flex-block-17 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
  }

  .flex-block-18 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 30%;
  }
}

@media screen and (max-width: 479px) {
  .lefttopbox.bottom {
    width: 40%;
  }

  .text-block {
    font-size: 9px;
  }

  .text-block.loc {
    font-size: 8px;
  }

  .text-block.center {
    font-size: 6.5px;
    line-height: 9px;
  }

  .text-block.pdf {
    font-size: 8px;
    line-height: 10px;
  }

  .righttopbox.bottom {
    width: 40%;
  }

  .link {
    font-size: 10px;
  }

  .link.menu {
    font-size: 9px;
    line-height: 10px;
  }

  .topbox {
    margin-left: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .border {
    max-width: 98%;
    max-height: 90%;
    margin-top: 45px;
  }

  .infocontainer {
    margin-top: -87px;
  }

  .sectionheading {
    margin-left: 4px;
    font-size: 21px;
  }

  .inputflexright {
    width: 100%;
    padding-top: 0%;
    font-size: 12px;
  }

  .inputformbox.date {
    min-width: 58%;
  }

  .inputlabel {
    font-size: 11px;
  }

  .inputlabel.left {
    flex: 0 auto;
    width: 32%;
    font-size: 12px;
  }

  .inputbox {
    text-align: left;
    min-width: 0%;
    margin-left: 0;
    padding: 4px 0 4px 4px;
    font-size: 11px;
  }

  .flex-block-5 {
    flex-flow: column;
  }

  .inputflexleft {
    border-bottom-width: 0;
    border-right-width: 0;
    flex-flow: wrap;
    width: 100%;
    padding-bottom: 0%;
    font-size: 12px;
  }

  .inputflexleft.big {
    border: 1px #000;
    width: 100%;
    margin-bottom: 10px;
  }

  .eventdateinput {
    min-width: 0%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    font-size: 11px;
  }

  .guestsnumberinput {
    min-width: 15%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 6px;
    padding-right: 3px;
    font-size: 11px;
  }

  .image {
    margin-right: 5%;
  }

  .container-2 {
    width: 150px;
    height: 150px;
    margin-top: -70px;
    margin-bottom: 42px;
  }

  .cateringbutton {
    width: 85px;
    height: 85px;
    font-size: 10px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .cateringimage.appimg {
    max-width: 7vw;
  }

  .dropdown-toggle {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 0;
  }

  .dropdown-toggle.dropdowntoggle2 {
    width: 55%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .dropdown-toggle.dropdown3 {
    padding-right: 35px;
  }

  .icon {
    margin-right: 5px;
  }

  .dropdown {
    height: 30px;
  }

  .submitapp {
    background-position: 90%;
    background-size: auto 53%;
    height: 30px;
    max-height: 100%;
    padding-left: 5px;
    padding-right: 16%;
    font-size: 12px;
  }

  .submitapp.submit2 {
    padding-left: 0;
    padding-right: 0;
  }

  .quantityappform {
    height: 30px;
    padding-left: 5px;
    padding-right: 0;
    font-size: 12px;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .form-block-2 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .addoptbutton {
    max-width: 15%;
    padding-left: 0%;
  }

  .text-block-7 {
    font-size: 9px;
  }

  .text-block-8 {
    margin-top: 1%;
    font-size: 9px;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .bottombox.vflex {
    font-size: 9px;
  }

  .image-2 {
    width: 96%;
  }

  .centerbottomblock {
    width: 60%;
  }

  .flex-block-8 {
    cursor: pointer;
    margin-left: 3%;
  }

  .flex-block-9 {
    cursor: pointer;
    margin-top: 11%;
    margin-left: 3%;
    padding-bottom: 5%;
  }

  .flex-block-10 {
    cursor: pointer;
    padding-bottom: 5%;
  }

  .flex-block-12, .image-3, .image-4 {
    cursor: pointer;
  }

  .rightbottomimg {
    align-self: center;
  }

  .image-6 {
    cursor: pointer;
  }

  .text-block-11, .button {
    font-size: 12px;
  }

  .text-field-2 {
    height: 30px;
    font-size: 12px;
  }

  .text-block-12, .text-block-13, .text-block-14 {
    font-size: 12px;
  }

  .flex-block-19 {
    margin-bottom: 15px;
  }

  .flex-block-20 {
    flex-flow: column;
  }
}


