.csikozott-background {
  background: repeating-linear-gradient(
    to bottom,
    yellow,
    rgb(197, 147, 9) 20px,
    rgb(209, 98, 98) 20px,
    white 40px
  );
}

p,
li,
label,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
.form-label,
textarea,
input,
fieldset {
  text-align: left;
}

/*TÁBLA*/
.custom-table {
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.custom-table th {
  background-color: #ffc107;
  color: #000;
  font-weight: bold;
  width: 30%;
  padding: 12px;
}

.custom-table td {
  background-color: #fffbe6;
  color: #333;
  padding: 12px;
}

.custom-table tr:not(:last-child) td,
.custom-table tr:not(:last-child) th {
  border-bottom: 1px solid #dee2e6;
}

/*NAVBÁR*/
.custom-navbar {
  background: linear-gradient(90deg, #fff9c4, #ffe082);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #fdd835;
  padding: 1rem;
}

.custom-navbar .navbar-brand {
  font-size: 1.5rem;
  color: #795548;
  text-shadow: 1px 1px #fff;
}

.custom-navbar .nav-link {
  color: #5d4037;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 5px;
}

.custom-navbar .nav-link:hover {
  background-color: #fbc02d;
  color: white;
}

/*FOOTER*/
.custom-footer {
  background-image: url("media/robotfooter.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
  color: black;
  padding: 1rem;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/*Karózel*/
.carousel-inner {
  max-height: 400px;
  overflow: hidden;
}

.carousel-item img {
  max-height: 400px;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%);
  width: 3rem;
  height: 3rem;
}

/*Linkek*/
a:link {
  color: #0044cc;
  text-decoration: underline;
}

a:visited {
  color: #666699;
  text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

nav a {
  text-decoration: none !important;
}
