html {
  scroll-behavior: smooth;
}

body,
body * {
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
}

body {
  font-family: Roboto, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS',
    sans-serif;
}

/* base */

h1 {
  font-family: Caveat, cursive;
  font-size: 36px;
  line-height: 1.2em;
}
h2 {
  font-family: Caveat, cursive;
  font-size: 24px;
  line-height: 1.2em;
  color: #ce2829;
}
h3 {
  font-family: Roboto, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS',
    sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}
img {
  display: inline-block;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
::selection {
  background-color: #3cc19488;
}
.btn {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  background-color: #ce2829;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  transition: all 0.3s;
}
.btn:hover {
  opacity: 1;
  box-shadow: 0 4px 8px #0004;
}

/* layout */

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 80px 20px 40px 20px;
}
.container > .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 0;
}
.container > .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 5px 15px;
}
.container > .row > .col-1 {
  width: 50%;
}
.container > .row > .col-2 {
  width: 100%;
}
@media (min-width: 800px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 36px;
  }
  .container > .row {
    width: 600px;
  }
  .container > .row > [class*='col-'] {
    padding: 10px 20px;
  }
  .container > .row > .col-md-1 {
    width: 50%;
  }
  .container > .row > .col-md-2 {
    width: 100%;
  }
}
@media (min-width: 1100px) {
  h1 {
    font-size: 72px;
    line-height: 1.1em;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 42px;
  }
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container > .row {
    width: 1000px;
  }
  .container > .row > [class*='col-'] {
    padding: 15px 30px;
  }
  .container > .row > .col-lg-1 {
    width: 50%;
  }
  .container > .row > .col-lg-2 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .container > .row {
    width: 1200px;
  }
  .container > .row > [class*='col-'] {
    padding: 20px 40px;
  }
  .container > .row > .col-xl-1 {
    width: 50%;
  }
  .container > .row > .col-xl-2 {
    width: 100%;
  }
}

/* header */

header {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 8px #0003;
  z-index: 2;
}
header.container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.logo {
  height: 50px;
}
.nav {
  display: none;
  gap: 20px;
}
.hamburger {
  display: flex;
}
nav > a {
  font-size: 20px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
nav > a:hover {
  text-decoration: underline;
  color: #3cc194;
}
@media (min-width: 800px) {
  .nav {
    display: flex;
  }
  .hamburger {
    display: none;
  }
}

/* content */

main {
  min-height: 40vh;
  font-size: 20px;
  line-height: 1.6em;
}

/* content: hero */
.hero {
  background-color: #dfe8ef;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.hero::before {
  background: url(../img/pattarn.png);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  /* z-index: -1; */
}
.hero > .row {
  z-index: 1;
}
.hero .right {
  justify-content: center;
}
.hero-img {
  max-height: 300px;
}
.name {
  font-style: italic;
}
.underline {
  background-color: transparent;
  border-bottom: 3px solid #3cc194;
}
@media (min-width: 800px) {
  .hero {
    background-color: #dfe8ef;
    background-image: url(../img/plate.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 80vh;
    max-height: 700px;
  }
}

/* content: about */

/* content: food */
.food > .row {
  flex-direction: column-reverse;
}
.container.food .right {
  display: none;
}
@media (min-width: 800px) {
  .food > .row {
    flex-direction: row;
  }
}
@media (min-width: 1100px) {
  .container.food .right {
    display: flex;
  }
}

/* content: services */
.container.services > .row {
  align-items: flex-start;
}

/* footer */

footer {
  font-family: Caveat, cursive;
}
.footer-logo {
  width: 100%;
  height: 140px;
  object-fit: contain;
  object-position: center;
}
address {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 2em;
}
address a {
  color: #06f;
}
