.headbar
{
    height: 100px;
    background-image: url(Le\ Bivouac.jpeg);
  color: white;
    width: 100%;
margin-top: 50px;
text-align: center;
padding-top: 30px;

}
.line1
{
    height: 1px;
    
    width: 60%;
    background-color: gray;
    margin-top: 50px;
opacity: 50%;
margin-bottom: 50px;
}



  
  img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 20px;
  }
  
  .grid-container {
    margin: auto;
    max-width: 900px;
    aspect-ratio: 1/1;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-template-rows: repeat(16, 1fr);
  }
  
  .collage1 {
    background: linear-gradient(135deg, rgb(255, 255, 255)  rgb(120,0,0)0%,00%);
  }
  .collage1 .item {
    border: 5px solid white;
  }
  
  .collage2 {
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  }
  .collage2 .item {
    border: 5px solid black;
  }
  
  .item {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.5) 10px 10px 10px 0px;
  }
  
  .item1 {
    z-index: 10;
    grid-area: 1/6/5/10;
  }
  .item2 {
    z-index: 6;
    grid-area: 5/1/11/7;
  }
  .item3 {
    z-index: 5;
    grid-area: 4/6/11/13;
  }
  .item4 {
    grid-area: 2/-1/8/-7;
  }
  .item5 {
    z-index: 10;
    grid-area: 7/-3/10/-6;
  }
  .item6 {
    z-index: 6;
    grid-area: -1/3/-9/11;
  }
  .item7 {
    z-index: 6;
    grid-area: -3/-2/-9/-8;
  }
  
  .grid-container > * {
    transition: all 0.5s;
  }
  .grid-container > *:hover {
    z-index: 99;
    transform: scale(1.3);
  }
  .footer
  {
   height: 36px;
   width: 100%;
   background-color: rgb(0, 0, 0);
   text-align: center;
   font-weight: 50;
   color: white;

  }

  .grey-qo-regular {
    font-family: "Grey Qo", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
  }
  .new-amsterdam-regular {
    font-family: "New Amsterdam", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .cover
  {
    width: 33%;
    height: 600px;
    display: flex;
    padding-top: 48px;
    justify-content: space-between;
  }
  div.scroll-container {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
  }
  
  div.scroll-container img {
    padding: 10px;
    width:33%;
   height: 400px;
  }
  
.qwitcher-grypen-bold {
  font-family: "Qwitcher Grypen", cursive;
  font-weight: 700;
  font-style: normal;
}
.courgette-regular {
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
}

  