.container {
  background-color: rgb(51, 51, 51, 0.6);
  padding-bottom: 1rem;
  color: rgb(255, 255, 255);
  backdrop-filter: blur(8px);
  padding-top: 2rem;
}

body {
  background-image: url('../images/the_barn.png');
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
  display: initial;
}

footer {
  background-color: rgb(33, 37, 41);
  color: white;
}

a {
  text-decoration: none;
  color: white;
}

.table>tbody>tr:nth-child(odd)>td, 
.table>tbody>tr:nth-child(odd)>th {
   background-color: rgb(37, 41, 45, 0.6);
   --bs-table-striped-bg: rgb(0, 0, 0, 0);
}

.table>tbody>tr:nth-child(even)>td, 
.table>tbody>tr:nth-child(even)>th {
   background-color: rgb(44, 48, 52, 0.6);
}

.card-body .d-flex:last-child {
  margin-bottom: 0 !important;
}

.cookie-banner {
  z-index: 1050; /* Ensure it stays above content */
}
