body {
  background-color: #242424;
}

@font-face {
  font-family: barret;
  src: url(../fonts/Barett\ Street.ttf);
}

@font-face {
  font-family: syncopate-reg;
  src: url(../fonts/Syncopate-Regular.ttf);
}

@font-face {
  font-family: syncopate-bold;
  src: url(../fonts/Syncopate-Bold.ttf);
}

@font-face {
  font-family: gantari-reg;
  src: url(../fonts/Gantari-Regular.ttf);
}

@font-face {
  font-family: gantari-bold;
  src: url(../fonts/Gantari-Bold.ttf);
}

@font-face {
  font-family: montserrat-reg;
  src: url(../fonts/Montserrat-Regular.ttf)
}

.header-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
}

.header-container {
  background-image: url("../img/header_back.png");
  width: 100%;
  height: 107vh;
}

.header-logo {
  background-image: url("../img/vita_logo.png");
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
}

.navbar {
  background-color: #000000 !important;
  font-family: montserrat-reg;


}

.nav-link {
  color: #03a4e1 !important;

}

nav.blend ul li a {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

nav.blend ul li a:hover {
  color: #fff !important;
}

nav.blend ul li a:before,
nav.blend ul li a:after {
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #03a4e1;
  transition: all .5s;
  margin: auto;
  content: '.';
  color: transparent;
  z-index: -1;
  opacity: 0.75;
}

nav.blend ul li a:before {
  left: 0;
}

nav.blend ul li a:after {
  right: 0;
}

nav.blend ul li a:hover:after,
nav.blend ul li a:hover:before {
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.text-name {
  color: #03a4e1 !important;
  text-shadow: 5px 5px 5px #000;
  font-family: barret;
  margin-top: 10rem;
  --bs-gutter-x: 0;
}

.text-name h1 {
  font-size: 8vw !important;
  padding: 0 !important;
}

main {
  margin-top: 9rem;
}

.logos {
  white-space: nowrap;
}

.logos-slide {
  animation: 60s slide infinite linear;
}


.logos-slide img {
  height: 400px;
  margin: 0 -3px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.title {
  color: #03a4e1 !important;
  text-shadow: 5px 5px 5px #000;
  font-family: syncopate-reg;
}

.menu-container {
  background-color: #e4cdb4;
  padding: 1.5rem;
}

.menu-container-inner {
  background-color: #e4cdb4;
  border-style: double;
  border-color: #014137;
  border-width: 4px;
  color: #014137 !important;


}

.menu-section {
  letter-spacing: 0.12rem;
}

.menu-section-row {
  border-bottom: double;
  border-color: #014137;
  border-width: 4px;
}

.menu-header h4 {
  min-width: 240px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-family: syncopate-bold;
  letter-spacing: 1.6rem;
}


.menu-title-before {
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  transform: scaleX(-1);
}

.menu-title-after {
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
}

.menu-container {
  font-family: gantari-reg;

}

.food-name {
  font-family: gantari-bold;
  text-transform: uppercase;
}


.section-dark {
  background-color: #181818;
}

.text-contact {
  font-family: gantari-bold;
  letter-spacing: .15rem !important;
  color: #03a4e1 !important;

}

.text-contact a {
  text-decoration: none;
  color: #03a4e1 !important;
}

.long-header-text {
  letter-spacing: 0.8rem !important;
}

.mt-minus {
  margin-top: -1rem;
}


@media screen and (max-width: 700px) {
  .menu-header h4 {
    letter-spacing: 0.2rem;
    font-size: 4vw !important;
  }

  .res-icon {
    text-align: center;
  }

  .text-name h1 {
    font-size: 15vw !important;
  }
}