
.hero1{
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease;
}

.blur{
    filter: blur(30px);
}
.unblur {
  filter: blur(0px);
}
.spreglejte{
  font-size: 72px;
  font-weight: 700;
}
.spreglejte_div {
  position: absolute;
  z-index: 999;
  top: 50%;
  /*bottom: 50%;*/
  text-align: center;
  font-size: 24px;
}
.logo_div {
  position: absolute;
  z-index: 999;
  top: 5%;
  /*left: 5%;*/
  /*bottom: 50%;*/
  text-align: center;
  font-size: 24px;
}
.btn-spreglej{
  border-radius: 0px;
  font-size: 36px;
  color:white;
  background-color: rgba(0,0,0,0);
  border: solid white 3px;
  text-shadow: 2px 2px 4px black;
  box-shadow: 2px 2px 4px black;
}
.btn-spreglej1{
  border-radius: 0px;
  font-size: 48px;
  color:white;
  background-color: rgba(0,0,0,0);
  decoration: none;
  text-shadow: 2px 2px 4px black;

}
