*
{
    background-color:rgb(41, 41, 41);
  	font-family: Arial, Helvetica, sans-serif;
}

.page-container {
  margin-top: 100px;
  z-index: 1;
}

header h1 {
  text-align: center;
  color: rgb(177, 24, 24);
  font-size: 80px;
  font-family: sans-serif;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: white;
}

  @media only screen and (max-width: 500px) {

    .avatar {
      width: 40%; /* Adjust the size of the avatar */
      height: 0;
      padding-bottom: 40%; /* Maintain a 1:1 aspect ratio */
      border-radius: 50%; /* Make it round */
      background-image: url('/lecker_images/logo.png');
      background-size: cover;
      position: absolute;
      top: 200px; /* Position it in the center */
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #000000;
    }
  
    .banner {
      background-image: url('/lecker_images/dessert/pancake\ mikopelet.jpg');
      background-size: cover;
      background-position: center top;
      background-size: contain;
      max-width: 100%;
      height: 200px;
      background-size: 500px 200px;
      align-items: center;
      justify-content: center;
      background-repeat: no-repeat;
    }

    header h1 {
      display: none;
    }
  }


  .page-container.active {
    animation: fade-in 0.5s ease;
  }
  .page-container.inactive {
    animation: fade-out 0.5s ease;
    z-index: -1;
  }
  
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fade-out {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  .menu-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 2rem;
    padding: 1rem;
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .menu-item {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 1rem;
    text-align: center;
    cursor: pointer;
  }
  
  .menu-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 200px;
    border-radius: 5px;
    animation: fade-in 0.5s ease;
  }
  
  .menu-item h2 {
    font-size: 1.5rem;
    margin: 1rem 0 0rem;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .menu-item p {
    font-size: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
  }
  
  .menu-item span {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0;
    background-color: #fff;
  }
  
  .menu-item a {
    background-color: #c20000;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: background-color 0.2s ease;
    cursor: pointer;
    border-radius: 5px;
    margin: 0rem 0 0.5rem;
  }

  footer
  {
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
  }

  html
  {
    height: 100%;
  }

  body{
    min-height: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 80px;
  }

  .footer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    padding: 5px;
  }

  .footer-column {
    text-align: center;
    background-color: #ffffff;
  }
  
  .fa {
    padding: 10px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  .fa-instagram {
    background: #cb34e6;
    color: white;
  }
  .fa-tiktok {
    background: #F1164F;
    color: white;
  }
  .fa-phone {
    background: #ffd500;
    color: white;
  }
  .fa-home {
    background: #108f1d;
    color: white;
    padding-right: 12px;
  }
  .main-menu {
    display: block;
    animation: fade-in 0.5s ease;
  }
  .desert {
    display: none;
    animation: fade-in 0.5s ease;
  }
  .food
  {
    display: none;
    animation: fade-in 0.5s ease;
  }
  .hotdrinks
  {
    display: none;
    animation: fade-in 0.5s ease;
  }
  .softdrinks
  {
    display: none;
    animation: fade-in 0.5s ease;
  }
  .beer
  {
    display: none;
    animation: fade-in 0.5s ease;
  }
  .specials
  {
    display: none;
    animation: fade-in 0.5s ease;
  }
  .banner
  {
    display: block;
    animation: fade-in 0.5s ease;
  }
  .pancake
  {
    display: none;
    animation: fade-in 0.5s ease;
  }
  .crip
  {
    display: none;
    animation: fade-in 0.5s ease;
  }
  .waffel
  {
    display: none;
    animation: fade-in 0.5s ease;
  }
  .ice
  {
    display: none;
    animation: fade-in 0.5s ease;
  }