*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}

.navigation-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    border-bottom: 1px solid #000;
  }
  .nav-bar {
    padding-right: 4.688rem;
    padding-left: 4.688rem;
    background-color: #fff;
  }
  .w-nav {
    position: relative;
    background: #dddddd;
      background: rgb(221, 221, 221);
    z-index: 1000;
  }
  .nav-container {
    display: flex;
    max-width: 93.313rem;
    justify-content: center;
  }
  .w-container {
    margin-left: auto;
    margin-right: auto;
  }
  .nav-menu {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .w-nav-menu {
    position: relative;
    float: right;
  }
  .nav-left{
  display: flex;
  width: 50%;
  margin-right: 15rem;
}
.nav-link.w--current {
    color: #bc9b6f;
  }
  .nav-brand {
    position: absolute;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
  .w-nav-brand {
    text-decoration: none;
    font-size: 2rem;
    left:28.125;
    font-weight: bolder;
    color: #333333;
  }
  .nav-logo {
    width: 11.875rem;
  }
  
  .nav-link {
    display: flex;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    justify-content: center;
    align-items: center;
    font-family: century-gothic, sans-serif;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 1.8rem;
      padding-top:1.8rem;
      padding-bottom: 1.8rem;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  
  a {
    background: transparent;
  }
  .nav-right {
    display: flex;
    width: 50%;
    margin-left: 15rem;
  }
  .nav-link.order {
    color: #fff;
  }
  .hero-section {
    height:80vh;
    max-height: 50rem;
    background-image: linear-gradient(180deg, transparent 79%, rgba(0, 0, 0, 0.8)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('back-img.png');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
  }
  .container-xl.hero-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container-xl {
    width: 100%;
    max-width: 93.125rem;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-block-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
  }
  .hero-text-top {
    font-family: Langdon, sans-serif;
    color: #fff;
    font-size: 5rem;
    line-height: 10rem;
    font-weight: bolder;
    text-transform: uppercase;
  }
  .hero-text-bottom {
    margin-bottom: 0.7rem;
    justify-content: flex-start;
    align-items: center;
    font-family: Langdon, sans-serif;
    color: #bc9b6f;
    font-size: 4rem;
    line-height: 4rem;
    font-weight:bolder;
    text-transform: uppercase;
  }
  .home-icons-section {
    padding-top: 3rem;
    padding-bottom: 0.7rem;
  }
  .home-contact-section {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    background: #bc9b6f;
  }
  .border {
    width: 100%;
    border-top: 3px dotted #fff;
  }
  .home-contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  ._50-left {
    display: flex;
    width: 50%;
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
    padding: 7rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-right: 3px dotted #fff;
  }
  .heading-white {
    color: #fff;
  }
  h2 {
    margin-top: 1.7rem;
    margin-bottom: 0.7rem;
    font-family: Langdon, sans-serif;
    font-size: 4rem;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
  }
  .span-dark {
    color: #000;
  }
  p {
    margin-bottom: 0.7rem;
    font-family: century-gothic, sans-serif;
    color: #000;
    font-size: 2rem;
    line-height: 4rem;
  }
  ._50-right {
    width: 50%;
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
    padding: 7rem;
  }
  .directions-text-large {
    margin-bottom: 0px;
    font-family: Langdon, sans-serif;
    color: #000;
    font-size: 1.875rem;
    line-height: 4rem;
    text-transform: uppercase;
  }
  .directions-link {
    display: inline-block;
    margin-bottom: 0.2rem;
    color: #fff;
    text-decoration: none;
  }
  .link-phone {
    color: #000;
    text-decoration: none;
  }
  .home-hours {
    margin-top: 4rem;
    padding: 7rem;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
  }
  .todays-hours {
    margin-bottom: 5px;
    font-family: Langdon, sans-serif;
    font-size: 2rem;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
  }
  .hours-large {
    margin-bottom: 11px;
    justify-content: flex-start;
    align-items: center;
    font-family: Langdon, sans-serif;
    color: #bc9b6f;
    font-size: 3rem;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
  }
  .hours-btn-wrapper {
    display: flex;
    padding-top: 1.25rem;
    justify-content: center;
    align-items: center;
  }
  .view-hours {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: transparent;
    font-family: century-gothic, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
  }
  .home-icons-section {
    padding-top: 2.5rem;
    padding-bottom: 0.625rem;
  }
  .container-xl.home-icons {
    display: flex;
    margin-bottom: 2.2rem;
  }
  .home-icon-block {
    display: flex;
    width: 16.6667%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .icon-text {
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .border.dark {
    border-top-color: #bc9b6f;
  }
  .home-contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  ._50-left.healthy-eats {
    margin-top: 0px;
    margin-bottom: 0px;
    align-items: center;
    align-self: stretch;
    border-right-style: none;
    background: #000;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('healthy-eats.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    text-align: center;
  }
  .large-heading.primary {
    color: #bc9b6f;
  }
  .large-heading {
    margin-bottom: 0px;
    justify-content: flex-start;
    align-items: center;
    font-family: Langdon, sans-serif;
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
    text-transform: uppercase;
  }
  .heading-medium {
    margin-top: 0px;
    color: #fff;
    font-size: 48px;
  }
  .button {
    display: flex;
    height: 3.125rem;
    min-width: 13rem;
    margin-top: 1.3rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    justify-content: center;
    align-items: center;
    align-self: center;
    background: #bc9b6f;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
  
._50-right.cater {
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #d3d3d3;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('cater-host.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}
.heading-medium.dark {
  color: #000;
}
.heading-medium {
  margin-top: 0px;
  font-size: 4rem;
}
.newsletter-section {
  padding: 25px;
}
.newsletter-container {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px 0px;
  border-style: dotted;
  border-width: 3px;
  border-color: #bc9b6f;
  text-align: center;
}
.newsletter-form {
  display: flex;
  max-width: 500px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}
.newsletter-input {
  height: 50px;
  margin-right: 5px;
  border: 1px solid #000;
}
.w-input, .w-select {
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background: #ffffff;
  
}
.newsletter-submit {
  height: 50px;
  background: #bc9b6f;
  font-family: century-gothic, sans-serif;
  text-transform: uppercase;
} 
.footer-section {
  padding-top: 0.7rem;
  padding-bottom: 2.5rem;
  background: #000;
}
.container-xl.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-social {
  display: flex;
  margin-top: 3.5rem;
  justify-content: center;
}
.footer-apps-paragraph {
  max-width: 48rem;
  margin-top: 1.7rem;
  padding-right: 1.7rem;
  padding-left: 1.7rem;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
strong {
  font-weight: bold;
}
.footer-buttons {
  display: flex;
  max-width: 24rem;
  margin-top: 2.5rem;
  align-content: center;
  justify-content: center;
}
.footer-social-icon {
  display: flex;
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  margin-left: 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}
.w-button {
  padding: 25px 30px;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.footer-paragraph {
  margin-top: 2rem;
  margin-bottom: 1.7rem;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.footer-backlink {
  color: #bc9b6f;
}
@media(max-width:780px){
  html{
    font-size: 40%;
  }
  .todays-hours {
   
    font-size: 1rem;
   
  }
  .hours-large {
  
    font-size: 1.5rem;
   
  }
  .nav-link{
    font-size: 0.6rem;
  }
  .nav-left, .nav-right{
    margin-right: 0;
  }
  
.w-nav-brand {
  position: absolute;
  
  font-size: 1rem;
  left: 20rem ;
 
}

}
 
@media(min-width:780px) and (max-width:1024px){
  html{
    font-size: 40%;
  }

}