@font-face {
  font-family: 'ddaftt-lowercaddafttlowercase';
  src: url('fonts/ddafttlowercase-webfont.woff2') format('woff2'),
       url('fonts/ddafttlowercase-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'avantgarde_bk_btdemi';
  src: url('fonts/avgardd-webfont.woff2') format('woff2'),
       url('fonts/avgardd-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'avantgarde_md_btmedium';
  src: url('fonts/avgardm-webfont.woff2') format('woff2'),
       url('fonts/avgardm-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'avantgarde_bk_btbook';
  src: url('fonts/avgardn-webfont.woff2') format('woff2'),
       url('fonts/avgardn-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*****/

html {  line-height: 1.15;}body {  margin: 0;}* {  box-sizing: border-box;  border-width: 0;  border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6 {  margin: 0;  padding: 0;}button,input,optgroup,select,textarea {  font-family: inherit;  font-size: 100%;  line-height: 1.15;  margin: 0;}button,select {  text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] {  -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {  border-style: none;  padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus {  outline: 1px dotted ButtonText;}a {  color: inherit;  text-decoration: inherit;}input {  padding: 2px 4px;}img {  display: block;}

/*****/

html {
  font-family: Inter;
  font-size: 16px;
}

body {
  font-weight: 400;
  font-style:normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.15;
  color: #000000;
  background-color: #FFFFFF;
}

/*****/



/*HEADER CSS*/

.whitelinks-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: 'avantgarde_bk_btdemi';
}

.navshoplink {
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'avantgarde_bk_btdemi';
}

.navlink {
  color: #FFFFFF;
  margin-left: 32px;
  text-decoration: none;
  font-family: 'avantgarde_bk_btdemi';
}

.rootClassName {
  margin-top: 30px;
  margin-right: 25px;
}



/*MOBILE HEADER CSS*/

@media(max-width: 767px) {
  .whitelinks-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  
  .navshoplink {
    margin-bottom: var(16px);
  }

  .navlink {
    margin-left: 0;
    margin-bottom: var(16px);
  }
}



/*MORE HEADER STUFF*/

.whiteheader {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.whiteheader-navlink {
  display: contents;
}
.logo {
  width: 153px;
  object-fit: cover;
  margin-left: 20px;
  text-decoration: none;
}



/*MAIN PAGE CSS*/

.homepage {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #FFFFFF;
}
.home-header {
  width: 100%;
  height: 642px;
  display: flex;
  align-items: flex-start;
  background-size: cover;
  background-image: url("../images/homepicture-1500w.png");
}



/*ORDER AHEAD*/

.orderaheadsection {
  width: 100%;
  display: flex;
  padding: 48px;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  justify-content: center;
}

.locations {
  flex: 1;
  height: 288px;
  display: flex;
  max-width: 450px;
  transition: 0.3s;
  align-items: center;
  padding-top: 32px;
  margin-right: 32px;
  padding-left: 32px;
  margin-bottom: 30px;
  padding-right: 32px;
  flex-direction: column;
  padding-bottom: 32px;
}

.locations:hover {
  transform: scale(1.05);
}

.locationinfo {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.locname {
  font-style: normal;
  font-weight: 600;
  font-family: 'avantgarde_bk_btdemi';
}
.address {
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: 'avantgarde_bk_btbook';
}
.telephone {
  margin-bottom: 8px;
  font-family: 'avantgarde_bk_btbook';
}

.orderahead {
  color: #ffffff;
  transition: 0.3s;
  font-family: 'ddaftt-lowercaddafttlowercase';
  margin-right: 3px;
  text-decoration: none;
  background-color: #8d5848;
}
.orderahead:hover {
  background-color: #4f5b69;
}
.moreinfo {
  color: #ffffff;
  width: 124px;
  margin-top: 5px;
  transition: 0.3s;
  font-family: 'ddaftt-lowercaddafttlowercase';
  margin-right: 3px;
  padding-left: 27px;
  background-color: #8d5848;
}
.moreinfo:hover {
  background-color: #4f5b69;
}

.text {
  margin: 32px;
  font-size: 3rem;
  font-style: normal;
  font-family: 'ddaftt-lowercaddafttlowercase';
  font-weight: 300;
  text-transform: lowercase;
}
.sanfran {
  font-style: normal;
  font-weight: 300;
}

.citylocations {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
}

.citylocations {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
}

.locbuttons {
  flex: 0 0 auto;
  width: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
}



/*MOBILE ORDER AHEAD*/

@media(max-width: 991px) {
  .orderaheadsection {
    align-items: center;
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .orderaheadsection {
    padding-left: 32px;
    padding-right: 32px;
  }
  
/*  .container1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }
  .container7 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }*/

}
@media(max-width: 479px) {
  .orderaheadsection {
    padding-top: 32px;
    padding-left: var(16px);
    padding-right: var(16px);
    padding-bottom: 32px;
  }
}



/*FOOTER CSS*/

.footer-footer {
  width: 100%;
  display: flex;
  margin-top: 30px;
  align-items: center;
  padding-top: 32px;
  padding-left: 48px;
  padding-right: 48px;
  flex-direction: column;
  padding-bottom: 32px;
  justify-content: space-between;
  background-color: #000000;
}
.footer {
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'avantgarde_md_btmedium';
}
.footer-nav {
  flex: 0 0 auto;
  display: flex;
  margin-top: 0px;
  align-items: center;
  flex-direction: row;
}
.footer-navlink {
  color: #FFFFFF;
  margin-left: 16px;
  text-decoration: none;
}



/*MOBILE FOOTER CSS*/

@media(max-width: 767px) {
  .footer-footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    padding: var(16px);
  }
}