* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Times New Roman', Times, serif;
  /* background-color: #333130 !important; */
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.jumbotron {
  background: url('konyoklo.png') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}

.main {
  background: url('konyoklo.png') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  height: 110vh;
  margin-top: -70px;
  padding-top: 70px;
}

.bgger {
  background: url('konyoklo.png') no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.extra {
  border: 1px solid white !important;
  font-size: 26px !important;
}
.section {
  padding: 60px 0;
}
#contact label {
  color: white;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

footer {
  background-color: transparent !important;
  color: #fff;
  padding: 20px 0;
}

.navbar {
  background-color: transparent !important;
  height: 70px;
}

.nav-link {
  color: white !important;
}

.orange {
  color: #e6ae5a;
}

.lead {
  color: #918a80;
  font-size: 23px;
}
.lead-xl {
  color: #918a80;
  font-size: 28px;
}

/*  */
.zoom {
  cursor: pointer;
}

.nagyitott {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.close {
  color: white;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 60px;
  font-weight: bold;
  cursor: pointer;
}

.nagyitott img {
  margin: auto;
  display: block;
  width: 80%;
  max-height: 70%;
}

/*  */

.bistro-button {
  background-color: #8b4513; /* Barna szín */
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  font-family: 'Arial', sans-serif;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.open {
  background-color: rgb(163, 226, 163);
  padding: 7px 15px;
  color: black !important;
  font-weight: bold;
}
.imga {
  max-width: 750px !important;
}
.bistro-button i {
  margin: 0 10px;
}
.bold {
  font-weight: 800 !important;
  font-size: 24px;
}
.card-text {
  margin-bottom: 1px;
}
.news {
  font-size: 35px !important;
  font-weight: bold;
}
.price {
  font-size: 25px !important;
}
.bistro-button:hover {
  background-color: #a0522d; /* Világosabb barna szín */
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .main {
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  .main {
    height: auto;
  }

  .logo {
    width: 200px;
  }
}
.secondary {
  color: white;
  font-size: 25px !important;
}
a {
  text-decoration: none;
  color: white;
}
.openstate {
  color: #333130;
  background-color: lightgreen;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
