.navbar {
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #fff;
}

.nav-link {
  color: #35291d;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #f9f9f9;
  color: #35291d;
}

.nav-link.w--current {
  color: #35291d;
}

.nav-link.green {
  font-family: Montserrat, sans-serif;
  color: #5b830c;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.brand {
  position: absolute;
  left: 45%;
  top: 0%;
  right: 45%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brand.w--current {
  margin-right: auto;
  margin-left: auto;
}

.slider {
  height: 500px;
}

.slider.page {
  height: 300px;
}

.slide {
  background-image: url('../images/pizza-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide._1 {
  padding-top: 0px;
  background-image: url('../images/Pizza-banner-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.slide-nav {
  display: none;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.section.gray {
  background-color: #fafafa;
}

.container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container.centered {
  text-align: center;
}

.footer-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  color: #35291d;
  text-align: center;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.ws-vs1 {
  border: 1px solid #eee;
}

.menu-button {
  padding: 10px;
  float: left;
  color: #6e5945;
  font-size: 60px;
  font-weight: 400;
}

.menu-button.w--open {
  background-color: #fff;
  color: #35291d;
}

.nav-menu {
  width: 50%;
  padding-top: 50px;
  background-color: #fff;
}

.logo {
  width: 90px;
}

.paragraph {
  line-height: 25px;
  text-align: left;
}

.order-online-button {
  position: relative;
  top: 10px;
  padding: 20px;
  float: right;
  background-color: #5b830c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.order-online-button:hover {
  background-color: hsla(79.72027972027973, 80.79%, 34.71%, 1.00);
}

.inside-div {
  width: auto;
  margin-bottom: 50px;
  background-color: transparent;
}

.inside-div.page {
  margin-bottom: 0px;
}

.heading {
  display: inline-block;
  width: 40%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 40px;
  background-color: #fff;
  color: #333;
  text-transform: uppercase;
}

.heading.page {
  width: auto;
}

.button {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 10px;
  background-color: #35291d;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.details-div {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: 1px 1px 3px 1px #ededed;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 22px;
  text-transform: uppercase;
}

.tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #35291d;
  font-size: 20px;
}

.tab-link-tab-2 {
  margin-right: 15px;
  margin-left: 15px;
  padding: 5px 0px;
  border-bottom: 3px solid #fafafa;
  background-color: transparent;
  color: #35291d;
  font-size: 15px;
  font-weight: 700;
}

.tab-link-tab-2:hover {
  border-bottom: 3px solid #e5e3e4;
  text-decoration: none;
}

.tab-link-tab-2.w--current {
  border-bottom-color: #35291d;
  background-color: transparent;
  color: #35291d;
}

.tabs-menu {
  margin-bottom: 15px;
}

.columns {
  text-align: left;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.info-textblock {
  color: #35291d;
  font-size: 15px;
  line-height: 20px;
}

.text-block-2 {
  color: #35291d;
  font-size: 15px;
  line-height: 20px;
}

.list-item {
  margin-bottom: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.button-2 {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #5b830c;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #71a011;
}

.square-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-color: #35291d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.columns-2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-text-block {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}

.link {
  color: #35291d;
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #35291d;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.header-div {
  width: 50%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.page-box {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  border: 1px solid #e5e3e4;
  border-radius: 5px;
  box-shadow: 1px 1px 2px -1px #b1b1b1;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
}

.image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (max-width: 991px) {
  .navbar {
    padding-top: 10px;
  }
  .nav-link {
    padding-top: 20px;
    border: 0px none #000;
    color: #35291d;
  }
  .nav-link:hover {
    background-color: #fafafa;
    color: #35291d;
  }
  .nav-link.w--current {
    color: #35291d;
  }
  .nav-link.w--current:hover {
    background-color: #fafafa;
    color: #35291d;
  }
  .nav-link.green:hover {
    color: #5b830c;
  }
  .slider {
    height: 450px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container.centered {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-section {
    padding-bottom: 30px;
  }
  .menu-button {
    padding: 10px;
    color: #35291d;
    font-size: 46px;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #35291d;
  }
  .nav-menu {
    width: 70%;
    background-color: #fff;
  }
  .logo {
    width: 190px;
  }
  .order-online-button {
    top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .inside-div {
    margin-bottom: 40px;
  }
  .heading {
    width: 60%;
    font-size: 34px;
  }
  .button {
    width: 190px;
  }
  .details-div {
    width: 80%;
  }
  .columns-2 {
    width: 65%;
  }
  .column-3 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-4 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-5 {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .column-6 {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-div {
    width: 80%;
  }
  .page-box {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .nav-link {
    border-bottom: 1px solid #eee;
    background-color: #fff;
    color: #35291d;
  }
  .nav-link:hover {
    color: #35291d;
  }
  .nav-link.w--current {
    border-bottom-width: 1px;
    color: #35291d;
  }
  .brand {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    display: block;
    margin-top: 0px;
    padding-left: 0px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand.w--current {
    top: auto;
    padding-left: 0px;
  }
  .slider {
    height: 400px;
  }
  .slider.page {
    height: 250px;
  }
  .menu-button {
    margin-right: 5px;
    padding: 10px;
    font-size: 44px;
  }
  .nav-menu {
    background-color: #fff;
  }
  .logo {
    width: 70px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 25px;
  }
  .order-online-button {
    letter-spacing: 1px;
  }
  .heading {
    width: 70%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 32px;
    line-height: 42px;
  }
  .button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .details-div {
    width: 95%;
  }
  .columns-2 {
    width: 80%;
  }
  .footer-text-block {
    font-size: 14px;
    line-height: 20px;
  }
  .header-div {
    width: 85%;
  }
  .page-box {
    width: 95%;
  }
  .heading-4 {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .navbar {
    padding-top: 5px;
  }
  .nav-link {
    padding: 20px 10px;
    font-size: 22px;
  }
  .brand {
    top: 0px;
    padding-left: 0px;
  }
  .brand.w--current {
    top: auto;
    padding-left: 0px;
  }
  .slider {
    height: 400px;
  }
  .slider.page {
    height: 200px;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.centered {
    padding-right: 5px;
    padding-left: 5px;
  }
  .menu-button {
    margin-right: 5px;
    padding: 8px;
    font-size: 40px;
  }
  .nav-menu {
    width: 100%;
  }
  .logo {
    width: 55px;
  }
  .paragraph {
    font-size: 13px;
    line-height: 24px;
  }
  .order-online-button {
    top: 10px;
    width: 45%;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .inside-div {
    margin-bottom: 30px;
  }
  .heading {
    width: 90%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 32px;
  }
  .button {
    width: 180px;
    font-size: 14px;
    line-height: 22px;
  }
  .details-div {
    width: 100%;
    padding: 20px 10px;
  }
  .heading-2 {
    font-size: 20px;
    line-height: 26px;
  }
  .tabs {
    margin-bottom: 10px;
  }
  .heading-3 {
    font-size: 18px;
    line-height: 26px;
  }
  .tab-link-tab-2 {
    display: inline-block;
    font-size: 15px;
  }
  .info-textblock {
    font-size: 14px;
  }
  .text-block-2 {
    font-size: 14px;
  }
  .button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .header-div {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-box {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
  }
  .heading-4 {
    font-size: 16px;
    line-height: 20px;
  }
}