*{
  margin: 0;
  padding: 0;
}

header{
  height: 400px;
}

.lb-data .lb-number{
  font-family: "Helvetica", Times, serif;
}

.bg{
  width: 100%;
  height: 400px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  filter: brightness(65%);
  z-index: 0;
}

.brudekjoler h1{
  position: absolute;
  color: white;
  z-index: 1;
  left: 0;
  right: 0;
  top: 120px;
  margin: auto;
  width: 100%;
}

.cf::before,
.cf::after {
  content: " ";
  display: table;
}

.cf::after {
  clear:both;
}

.container{
  position: relative;
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -150px;
  z-index: 500;
}

.gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  z-index: 500;
}

.gallery-item {
  float: left;
  width: 29%;
  margin: 2% 2% 0 2%;
  z-index: 500;
}

.gallery-item img{
  width: 100%;
  margin: 5%;
  z-index: 500;
  box-shadow: 1px 1px 3px -1px rgba(97,97,97,1);
  transition: ease 1s;
}

.gallery-item img:hover{
  transform: scale(1.02);
  transition: ease 0.5s;
}

.

.back{
  width: 500px;
}
