html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

[hidden] {
  display: none !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
  * Remove trailing margins from nested lists.
  */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
  * Remove default table spacing.
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
  * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
  *    on fieldsets.
  */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 1.5rem;
}

body {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  background-color: black;
  color: white;
}

img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

table {
  width: 100%;
}

.o-button {
  align-items: center;
  border: none;
  background: none;
  display: inline-flex;
  padding: 0px;
}

.o-date {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 500px) {
  .o-date {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.o-image {
  height: 100%;
  width: 100%;
}
.o-image--thumbnail {
  object-fit: contain;
}

.o-border-top {
  border-top: 1px solid white;
}

.o-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.o-grid {
  display: grid;
  gap: 4rem 4rem;
  grid-template-rows: auto;
}
.o-grid--2 {
  grid-template-columns: 1fr 1fr;
}
.o-grid--3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.o-grid--4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.o-grid--5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.o-grid--6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.o-grid--7 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.o-grid--8 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.o-grid--9 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.o-grid--10 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.o-grid--11 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.o-divider {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid white;
}

.o-inline-list {
  display: flex;
  margin: 0;
}
.o-inline-list__item {
  list-style-type: none;
  margin: auto;
}
.o-inline-list__item--padded {
  margin-right: 1.5rem;
}

.o-margin-auto {
  margin: auto;
}

.o-margin-bottom {
  margin-bottom: 1.2rem;
}

.o-margin-4-0 {
  margin: 4rem 0rem;
}

.o-margin-bottom-0 {
  margin-bottom: 0rem;
}

.o-button-arrow {
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 0;
}

.o-space-between {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.o-nav-button {
  display: flex;
  flex-direction: row;
}

.o-flex-column {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.3rem;
  width: 100%;
}

.c-base {
  margin: auto;
  padding: 0rem 5vw;
  width: 100%;
}

.c-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1500px;
  margin: auto;
  padding: 1rem 0rem;
  position: relative;
}
.c-nav__logo {
  margin: 0;
}
.c-nav__logo--ff {
  color: white;
  font-family: "Alegreya", serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 4vw, 1.75rem);
  white-space: nowrap;
}
.c-nav__logo--color {
  fill: white;
}
.c-nav__link {
  z-index: 4;
}
.c-nav__links {
  border-bottom: 1px solid transparent;
  color: white;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  text-decoration: none;
}
.c-nav__links:hover {
  border-bottom-color: white;
  transition: 0.3s ease-in-out;
}

.c-nav__burger {
  cursor: pointer;
  display: none;
  z-index: 4;
}

.bar1,
.bar2,
.bar3 {
  background-color: white;
  height: 5px;
  margin: 6px 0;
  transition: 0.4s;
  width: 35px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.c-nav__links:not(:last-child) {
  margin-right: 0.7rem;
}

@media only screen and (max-width: 764px) {
  .c-nav__logo {
    margin: auto;
    width: 80%;
  }

  .c-nav__burger {
    display: inline-block;
    margin: auto;
  }

  .c-nav__link {
    background: black;
    bottom: auto;
    display: none;
    flex-direction: column;
    position: absolute;
  }
  .c-nav__link.is-active {
    display: flex;
    left: -6%;
    top: 100%;
    width: 115%;
  }

  .c-nav__links {
    justify-content: center;
    padding-bottom: 1rem;
  }
}
.c-input {
  align-self: center;
  background-color: whitesmoke;
  border: none;
  border-radius: 5px;
  height: min-content;
  padding: 0.125rem;
  margin-left: 1rem;
}

.c-about__head {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.55)), url("../imgs/losos.jpg");
  padding: 5rem 0rem;
  text-align: center;
}
.c-about__head-text {
  color: white;
  text-shadow: 4px 4px 4px #000000;
  width: 50%;
  animation: slide-down 3s;
}
.c-about__heading {
  font-size: clamp(1.5rem, 4vw, 3.5rem);
}
.c-about__title {
  font-size: clamp(1rem, 2vw, 1.75rem);
  font-weight: 600;
}
.c-about__title--small {
  font-size: clamp(0.9rem, 1.4vw, 1.3rem);
  font-family: "Alegreya", serif;
}
.c-about__title--center {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 1rem;
}
.c-about__describe {
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 600;
  margin: auto;
}
.c-about__describe--xsmall {
  font-size: clamp(0.9rem, 1.1vw, 1.2rem);
  font-weight: 300;
}
.c-about__describe--head {
  max-width: 70%;
}
.c-about__articles {
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  margin: auto;
  max-width: 1600px;
  padding-top: 3rem;
  width: 90%;
}
.c-about__article {
  background-color: rgba(32, 32, 32, 0.548);
  border-radius: 5px;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 320px;
  margin: 2rem 0rem;
  padding: 1rem;
  width: auto;
  transition: 0.25s ease-in-out;
}
.c-about__article:hover {
  transform: scale(1.05);
  transition: 0.25s ease-in-out;
}
.c-about__img {
  padding-bottom: 1.5rem;
}
.c-about__footer {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.c-about__footer-section {
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 100%;
}
.c-about__footer-text {
  color: grey;
  margin-bottom: 0;
  text-decoration: none;
}
.c-about__footer-text:hover {
  color: white;
}
.c-about__footer-text--white {
  color: #d4d4d4;
}
.c-about__footer-heading {
  text-transform: uppercase;
}
.c-about__footer-part {
  border-top: 1px solid white;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: space-around;
  padding-top: 1rem;
  width: 75%;
}
.c-about__footer-part--top-space {
  margin-top: 2rem;
}
.c-about__footer-part--no-border {
  padding-top: 2rem;
  border: none;
}

@media only screen and (max-width: 2200px) {
  .c-about__describe--xsmall {
    font-weight: 300;
  }
}
@media only screen and (max-width: 810px) {
  .c-about__footer-part {
    flex-direction: column;
    display: flex;
    padding: 0rem 1rem;
    width: 100%;
  }

  .c-about__footer-heading {
    margin-top: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 764px) {
  .c-about__head-text {
    margin: auto;
    width: 80%;
  }

  .c-about__head {
    padding: 0rem;
    padding-top: 0.1rem;
  }

  .c-about__describe--xsmall {
    font-size: 105%;
  }

  .c-about__title--small {
    font-size: 120%;
  }
}
@media only screen and (max-width: 400px) {
  .c-about__describe {
    max-width: 100%;
  }
}
.c-gallery {
  margin: auto;
  max-width: 1600px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 75%;
}
.c-gallery__box {
  display: flex;
  flex-wrap: wrap;
  height: 15rem;
  width: 15rem;
}
.c-gallery__pic {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.c-gallery__text {
  border-bottom: 1px solid white;
  font-size: 170%;
  font-weight: 500;
  font-family: "Alegreya";
  margin: 2rem 0rem;
  width: max-content;
}

@media only screen and (max-width: 1350px) {
  .o-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1050px) {
  .o-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 690px) {
  .o-grid {
    grid-template-columns: 1fr;
  }
}
.c-icon {
  height: 4rem;
  width: 4rem;
}
.c-icon--small {
  height: 2rem;
  width: 2rem;
}

.c-icon:not(:last-child) {
  margin-right: 3rem;
}

.c-contact {
  max-width: 1600px;
  margin: auto;
  width: 75%;
}
.c-contact__heading {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.45)), url("../imgs/bar-kontakt.jpg");
  margin-top: 2rem;
}
.c-contact__heading-text {
  color: white;
  font-family: "Alegreya";
  font-size: clamp(1.6rem, 4vw, 3.5rem);
  font-weight: 700;
  padding: 6rem 0rem;
  padding-bottom: 8rem;
  text-align: center;
  text-shadow: 4px 4px 4px #000000;
}
.c-contact__info {
  justify-content: space-between;
  width: 70%;
}
.c-contact__info-heading {
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  font-family: "Alegreya";
  font-weight: 600;
  margin-bottom: 0.75rem;
  width: max-content;
}
.c-contact__info-text {
  color: white;
  font-size: clamp(1.5rem, 2vw, 1.75rem);
  font-weight: 500;
  margin-bottom: 0.75rem;
  text-decoration: none;
  transition: 0.35s;
}
.c-contact__info-text--link:hover {
  transform: scale(1.025);
  color: #cccccc;
  transition: 0.35s;
}
.c-contact__info-text--opening {
  font-size: 100%;
  padding-bottom: 1.5rem;
}
.c-contact__soc {
  display: flex;
  flex-direction: column-reverse;
  margin: auto;
  padding-top: 3rem;
}
.c-contact__soc-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  margin-top: 3rem;
  padding-bottom: 2rem;
}
.c-contact__main {
  display: flex;
  flex-direction: column;
}
.c-contact__map {
  height: 333px;
  width: 750px;
}

.c-contact__info-heading:not(:last-child) {
  padding-bottom: 0.75rem;
}

@media only screen and (max-width: 1352px) {
  .c-contact__info {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .c-contact__map {
    width: min-content;
  }

  .c-contact {
    padding: 0rem 1rem;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .c-contact__info {
    gap: 0rem;
  }

  .c-contact__info-text {
    margin-bottom: 3.5rem;
  }

  .c-contact__info-heading {
    margin-bottom: 0rem;
  }

  .c-contact__soc {
    padding-top: 0rem;
  }
}
.scrollToTopBtn {
  background-color: #008ee0;
  border: none;
  border-radius: 8px;
  bottom: 20px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 48px;
  height: 48px;
  opacity: 0;
  position: fixed;
  padding: 0rem 1rem;
  right: 25px;
  width: 48px;
  transform: translateY(100px);
  transition: all 0.75s ease;
  z-index: 2;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.c-menu {
  max-width: 100%;
}
.c-menu__beverage {
  background-image: url("../imgs/beverage-bck.jpg");
  background-attachment: fixed;
}
.c-menu__dessert {
  background-image: url("../imgs/desert-bck.jpg");
  background-attachment: fixed;
}
.c-menu__constant {
  background-image: url("../imgs/constant-bck.jpg");
  background-attachment: fixed;
}
.c-menu__daily-bac {
  background-image: url("../imgs/daily-bck.jpg");
  background-attachment: fixed;
}
.c-menu__categories {
  background-image: linear-gradient(to bottom, rgba(3, 3, 3, 0.877), rgba(0, 0, 0, 0.589)), url("../imgs/paprika-bck.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  flex-basis: 320px;
  flex-grow: 0;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 3rem;
  justify-content: space-around;
  margin: auto;
  max-width: 1700px;
  padding: 8rem 4rem;
  width: auto;
}
.c-menu__category {
  background: sgrey;
  border-radius: 5px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem;
  width: 15rem;
}
.c-menu__category--bever {
  background-image: url("../imgs/beverage-card.jpg");
  background-position: right;
  background-size: auto;
}
.c-menu__category--const {
  background-image: url("../imgs/constant-card.jpg");
}
.c-menu__category--dessert {
  background-image: url("../imgs/desert-card.jpg");
}
.c-menu__category--daily {
  background-image: url("../imgs/daily-card.jpg");
}
.c-menu__category--special {
  background-image: url("../imgs/svatomartinskehody.jpg");
}
.c-menu__category-text {
  align-items: center;
  color: white;
  display: flex;
  font-family: "Alegreya";
  font-size: 180%;
  font-weight: 700;
  height: 16rem;
  justify-content: center;
  margin: 0;
  opacity: 0.9;
  padding: 0.75rem;
  text-align: center;
  text-decoration: none;
}
.c-menu__category-text:hover {
  cursor: pointer;
}
.c-menu__category-text:before {
  content: "";
  background: black;
  border-radius: 8px;
  bottom: 0;
  left: 0;
  margin: 2rem;
  right: 0;
  position: absolute;
  top: 0;
  transition: border-radius 0.125s ease, margin 0.125s ease;
  z-index: -1;
}
.c-menu__category-text:hover:before {
  border-radius: 0;
  margin: 0;
}
.c-menu__category-text--s {
  font-size: 150%;
}
.c-menu__list {
  background: black;
  margin: auto;
  padding: 0rem 2rem;
  width: 50%;
}
.c-menu__heading {
  border-bottom: 1px white solid;
  font-family: "Alegreya";
  font-weight: 700;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.c-menu__heading--solo {
  border: none;
  font-size: 220%;
  margin-top: 0;
  padding-top: 0.75rem;
}
.c-menu__heading--solo-small {
  border: none;
  font-size: 180%;
  margin-top: 0;
  padding-top: 0.75rem;
}
.c-menu__heading--menu {
  font-size: 140%;
}
.c-menu__heading--border-fit {
  border-bottom: 1px solid white;
  width: fit-content;
}
.c-menu__heading--first {
  margin-top: 0;
  padding-top: 2.5rem;
}
.c-menu__item {
  display: grid;
  grid-template-columns: auto min-content;
  padding-bottom: 1.5rem;
}
.c-menu__food-heading {
  font-size: clamp(0.9rem, 2vw, 1.4rem);
  font-weight: 500;
  margin-bottom: 0rem;
  position: relative;
  width: fit-content;
}
.c-menu__food-heading--price {
  border-bottom: none;
  margin-bottom: auto;
  margin-left: 1.5rem;
  white-space: nowrap;
}
.c-menu__food-heading--price-small {
  border-bottom: none;
  margin-bottom: auto;
  margin-left: 1.5rem;
  white-space: nowrap;
  font-size: clamp(0.8rem, 1.5vw, 1.2rem);
}
.c-menu__food-heading--price-menu {
  border-bottom: none;
  font-weight: 300;
  margin-bottom: auto;
  padding-left: 1.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  white-space: nowrap;
}
.c-menu__food-heading--space {
  margin-bottom: 2.5rem;
}
.c-menu__food-heading--menu {
  border: none;
  font-weight: 500;
  padding-bottom: 2.5rem;
}
.c-menu__food-heading--date {
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-menu__food-heading--side {
  border: none;
  font-weight: 300;
  font-size: clamp(0.75rem, 1.8vw, 1.2rem);
}
.c-menu__food-des {
  font-size: clamp(0.75rem, 2vw, 1rem);
  font-weight: 500;
}
.c-menu__dishes-nav {
  background-color: black;
  position: sticky;
  top: 0;
  padding: 1.5rem 0rem;
  width: 100%;
  z-index: 2;
}
.c-menu__dishes {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  margin: auto;
  max-width: 1700px;
  width: 60%;
}
.c-menu__dishes--beverage {
  width: 50%;
}
.c-menu__dishes--main {
  width: 85%;
}
.c-menu__dish {
  display: flex;
  align-items: center;
  text-align: center;
  border: 1px solid white;
  color: white;
  font-weight: 500;
  padding: 0.5rem;
  text-decoration: none;
}
.c-menu__dish:hover {
  background: #e0e0e0;
  color: black;
  transition: 0.55s;
}
.c-menu__daily {
  background: black;
  margin: auto;
  padding: 2rem;
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  .c-menu__dishes,
.c-menu__list,
.c-menu__daily {
    width: 90%;
  }
}
@media only screen and (max-width: 1100px) {
  .c-menu__dishes {
    display: flex;
    font-size: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: space-around;
    padding: 0rem 1.5rem;
    width: 100%;
  }

  .c-menu__dish {
    padding: 0.2rem;
  }

  .c-menu__dishes-nav {
    padding: 0.5rem 0rem;
  }

  .c-menu__food-heading {
    font-size: 115%;
  }

  .c-menu__heading--solo {
    font-size: 170%;
  }

  .c-menu__food-des {
    font-size: 90%;
  }

  .c-menu__food-heading--menu,
.c-menu__food-heading--price-menu {
    font-weight: 400;
  }
}
.c-button {
  border: 1px solid white;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 120%;
  padding: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.6s;
  text-shadow: none;
}
.c-button:hover {
  background-color: #dbdbdb;
  color: black;
}

.u-text-small {
  font-size: clamp(0.5rem, 1.3vh, 1rem);
}

.u-text-medium {
  font-size: clamp(0.7rem, 1.2vh, 1rem);
}

.u-text-large {
  font-size: clamp(0.4rem, 1.5vh, 1rem);
}

.u-text-xlarge {
  font-size: clamp(0.8rem, 1.7vh, 1.2rem);
}

.u-text-black {
  color: black;
  margin: 0;
}

.u-margin-right {
  margin-right: 0.5rem;
}
/*# sourceMappingURL=index.css.map */