body {
    /*background-image: url('/assets/biltekno-bg.jpg');*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /*z-index: 0;*/
    background-color: #F5F5F5;
}

/* Dark overlay */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Adjust the darkness here */
    z-index: -1;
}
/* FOoter stuff */
footer{
    background-color: var(--pico-background-color);
    border-top:solid 2px var(--pico-primary);
    margin-bottom:0;
    padding-block: 0 !important;
}

footer .org{
   background-color:var(--pico-primary);
   width:100%;
   text-align:center;
   padding 1em;
   color:var(--pico-primary-inverse);
}

.grid.social {
    text-align: center;
    margin: 1em;
}

a.social {
    text-decoration: none;
}

img.parking-icon {
    width: 2em;
}

img.social-icon {
    width: 2em;
    margin: 0 1em;
}

.img-right img{
    order:2;
}

.hero.kampanje{
    background-image:url(https://biltekno.no/assets/MPT5-kampanje.jpg);
    background-size: cover;
    background-position: right;
    background-color: rgba(0, 0, 0, .6);
    background-blend-mode: multiply;
    text-align: left;
}

article>footer{
    border:unset;
    text-align:right;
}


.emoji-button {
  font-size: 2em;
  cursor: pointer;
  background: none;
  border: none;
}

.emoji-button:hover {
  transform: scale(1.2);
}

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

   .img-right img {
   order: initial !important;
   }
   
   

}
