/*Nogen Variabler*/
:root{
    --denHvide: #FEFCEC;
    --denGraa: #8F8F8F;
    --denBeige:#D0B88D;
    --denGronne: #4E7E4E;
    --denBrune: #99581E;
}


body {
    background-color: var(--denHvide);
    margin: 0;
    color: var(--denBrune);
}

.main{
    display: flex;
}
.Genbrugsbutikker,
.DIY,
.Liste{
padding: 5px;
}

header {
    display: flex;
  justify-content: space-between; 
  align-items: center;  
  padding: 10px;

  h1::before{
    content: url(images/Logo.png); 
    display: flex;
    justify-content:center
    
   }
  
  h1{
    display: flex;
    justify-content: center;
    font-size:450%;
  }

/* Hide the checkbox */
  #menu-toggle {
    display: none;
  }

  /* Style the burger icon */
  .burger {
    width: 30px;
    height: 3px;
    background-color:var(--denBrune);
    margin: 6px 0;
    transition: all 0.3s ease-in-out;
  }

  /* Positioning the burger icon container */
  .menu-btn {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
  }

  /* Style the navigation menu */
  nav {
    display: none;
    background-color:var(--denBeige);
    color: var(--denHvide);
    position: absolute;
    top: 50px;
    right: 0;
    width: 200px;
    list-style-type: none;
  }

  nav a {
    display: flex;
    justify-content: left;
    padding: 10px;
    text-decoration: none;
    color: var(--denBeige);
  }

  nav a:hover {
    background-color: var(--denHvide);
  }

  /* Toggle the menu visibility when the checkbox is checked */
  #menu-toggle:checked + label + nav {
    display: block;
  }
/* Create the animation effect for burger */
#menu-toggle:checked + label .burger:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

#menu-toggle:checked + label .burger:nth-child(2) {
  opacity: 0;
}

#menu-toggle:checked + label .burger:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
}

   .flex-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-left: 2cm;
    margin-right: 2cm;
  }
  
  .flex-container > div {
    width: flex;
    margin: flex;
    text-align: center;
    font-size: 20px;
  }

  h2
  
   .flex-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  
  a:link {
    color: var(--denBrune);
    background-color: transparent;
    text-decoration: none;
  }
  a:visited {
    color: var(--denBrune);
    background-color: transparent;
    text-decoration: none;
  }
  .flex-container > div {
    width: flex;
    margin: flex;
    text-align: center;
    font-size: 20px;
  }
  h2{
    font-size:medium;
    color: var(--denBrune);
  }
  h3{
    font-size: x-large;
    display: flex;
    justify-content: center;
  }

   h4{
    display: flex;
    justify-content: center;
   }

  .column {
    float: left;
    width: 50%;
    padding: 30px;
  }
    
  .row {
    display:flex;
    justify-content: flex-end;
    
  } 