body {
  background-color: #605040;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-size: 16px;
  color: #555;

  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */
p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

/* Links */
a {
  color: #f85c37;
  word-wrap: break-word;

  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
  background: url(../img/header-bg.jpg);
  margin-top: -10px;
  padding-top: 20px;
  text-align: center;
  background-attachment: relative;
  min-height: 889px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  margin-top: 150px;
  color: white;
  font-size: 70px;
  font-weight: 700;
}

#headerwrap h3 {
  color: white;
  font-size: 30px;
  font-weight: 100;
  font-family: "EB Garamond", serif;
  font-style: oblique;
}

#headerwrap .logo {
  text-align: left;
  margin-left: 20px;
  margin-top: 15px;
}

/* Footer Wrap */

#f {
  background: #605040;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

#f h3 {
  color: white;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

#f i {
  font-size: 8px;
  color: #fff;
  padding: 3px;
}

#f p {
  font-size: 20px;
  color: #f2f2f2;
}

#f img {
  text-align: center;
}

/* MENU CONF*/

.menu {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 10;
  text-align: left;
  left: 0px;
}

.menu.menu-open {
  left: -200px;
}

.menu-wrap {
  position: absolute;
  top: 0;
  left: 0px;
  background: #040404;
  width: 200px;
  height: 100%;
}

.menu h1.logo a {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
}

.homeMenu {
  margin-top: 200px;
}

.menu h1.logo a:hover {
  color: #f85c37;
}

.menu img.logo {
  margin: 20px 0;
  max-width: 160px;
}

.menu a {
  margin-left: 20px;
  color: #808080;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu a:hover {
  color: #ffffff;
}

.menu a:active {
  color: #ffffff;
}

.menu a > i {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 25px;
  font-size: 14px;
  line-height: 40px;
  margin: 25px 2px;
}

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 14px;
  color: #808080;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 20px;
  rigght: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.menu-close:hover {
  color: #ffffff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
  overflow-x: hidden;
  position: relative;
  right: 0;
}

.body-push-toright {
  right: -260px;
}

.body-push-toleft {
  right: 260px;
}

.menu,
.body-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menuToggle {
  position: absolute;
  top: 20px;
  right: -60px;
  z-index: 11;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background: rgba(255, 247, 153, 1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#menuToggle:hover {
  color: #ffffff;
  background: rgba(255, 247, 153, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#f span.colText {
  color: #f8d786;
  font-family: serif;
  font-size: 150% !important;
}

.ScolText {
  color: #f8d786;
}

#ad-delivery {
  position: fixed;
  top: 16px;
  min-width: 900px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}

.delivery {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  background-image: url("../img/delivery3.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: rgba(255, 247, 153, 0.8);
  background-blend-mode: soft-light;
  box-shadow: whitesmoke 0px 0px 0px 2px;
}

.text-delivery {
  padding: 16px 32px;
  text-align: center;
}

.deliveryText {
  font-family: serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #f85c37;
  -webkit-text-stroke: 1px #b94a48;
}

.deliveryTextSmall {
  font-family: serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #d9534f;
  -webkit-text-stroke: 1px #b94a48;
}

.delivery a {
  display: inline-block;
  background: #fff;
  color: coral;
  text-transform: uppercase;
  padding: 8px 24px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 900;
  transition: .3s;
}
.delivery a:hover {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 480px) {
  #ad-delivery {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    min-width: auto;
  }

  .delivery {
    flex-direction: column;
  }

  .no-padding {
    padding: 0;
  }
}

.title {
  margin-top: -4.7%;
  background-color: #0c0c0c;
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery {
  background-color: #141414;
  padding: 20px 10px;
}

.small-img {
  margin-bottom: 10px;
  margin-left: 5px;
}

.new-year {
  background-image: url("../img/ny.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.text-about {
  background-color: #767057;
  padding: 15px 15px;
  text-align: center;
}

.text-party {
  background-color: #767057;
  padding: 15px 15px;
}

.b-text {
  font-family: serif;
  font-size: 250% !important;
}

.bs-text {
  font-family: serif;
  font-size: 150% !important;
}

.s-image {
  width: 100% !important;
}
.menu-php {
  border: 1px;
  background-color: #fcf8e3;
  color: #0c0c0c;
  padding: 10px 20px;
  text-align: left;
}

.menu-php-width {
  margin-left: 310px !important;
  margin-right: 30px;
}

.MenuColText {
  color: #ac2925;
  font-size: 150% !important;
  text-align: center;
}
.menu-text {
  position: fixed;
  top: 50px;
  left: 20px;
  z-index: 100;
}
.a-menu {
  padding: 10px 20px;
  background-color: #767057;
}
.a-menu:hover {
  padding: 10px 20px;
  background-color: #767057;
  color: #f5f5f5;
}
.menu-bs-text {
  font-family: serif;
  font-size: 130% !important;
}

.menu-table {
  width: 100%;
  font-size: 85% !important;
}

.icon-remove{
  right: 15px;
  top: 30px;
}
