body{
    padding: 0px;
    margin: 0px;
    background-color: #81A094;
}

#overskrift{
    position: absolute;
    left: 26%;
    top: 2%;
    margin: 0px;
    padding: 3%;
    height: 5%;
    width: 40%;
    background-color: #32161F;
    color: #A8F9FF;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0px 0px 100px black;
    text-shadow: 0px 0px 20px blue;
    border: 3px solid #775B59;
    z-index: 1;
    font-size: 3vw;
}

button{
    position:absolute;
    padding: 10px;
    width: 175px;
    height: 75px;
    background-color:#32161F;
    color: #A8F9FF;
    border-radius: 20px;
    text-shadow: 0px 0px 20px blue;
    border: 3px solid #775B59;
    z-index: 1;
}

@keyframes bshadow{
    0% {filter: drop-shadow(0px 0px 0px black);border: 3px solid #775B59;text-shadow: 0px 0px 20px blue;}
    100% {border: 3px solid grey;text-shadow: 0px 0px 20px lightgray;filter: drop-shadow(0px 0px 20px black)}
}

button:hover{
    color: grey;
    animation: bshadow 0.2s forwards;
}
button:active{
    color:#9AE5E6;
    background-color: #81A094;
}

#hjem{ 
    position: relative;
    
}
#info{
    position: relative;
    
}
#arrangementer{
    position: relative;
   
}
#paamelding{
    position: relative;
}
#homeText{
    position:absolute;
    left: 10%;
    width: 80%;
    padding: 10px;
    top: 400px;
    background-color: #32161F;
    color: #9AE5E6;
    border-radius: 20px;
    text-align: center;
    border: 3px solid #775B59;
    box-shadow: 0px 0px 15px black;
    text-shadow: 0px 0px 10px blue;
    z-index: 1;
}
#meldPaa{
    width: 200px;
    height: 200px;
    background-color: #028A0F;
    border-radius: 50%;
    left: 40%;
    text-shadow: 0px 0px 30px blue;
    border: 5px solid #775B59;
    z-index: 1;
}
#meldPaa:hover{
    text-shadow: 0px 0px 20px orange;
    border: 5px solid #775B59;
}
#bottom{
    position:fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 7%;
    background-color: #32161F;
    z-index: 3;
}
#inf{
    position:relative;
    top: -33px;
    left: 90vw;
    color:white;
    z-index: 1;
}
#finfo{
    text-align: center;
    padding: 10px;
    padding-bottom: 50px;
    background-color: #32161F;
    color:#A8F9FF;
    text-shadow: 0px 0px 10px blue;
    width: 40%;
    border-radius: 20px;
    border: 3px solid #775B59;
    position:absolute;
    left: 28%;
    top: 400px;
    z-index: 1;
}
h3{
    color:#7cd0d6;
}
#kontakt{
    position:relative;
    top: 7px;
    left: 43vw;
    color:white;
}
@keyframes bshadow2{
    0% {box-shadow: 0px 0px 0px black;}
    50%{box-shadow: 0px 0px 0px black;}
    100% {box-shadow: 0px 0px 100px blue}
}
#vipps{
    width: 100px;
    border-radius: 20%;
    border: 3px solid black;
    animation: bshadow2 1s forwards;
}

.mainImg{
    width:20%;
    position:absolute;
    border-radius: 50px;
    border: 5px solid #775B59;
    box-shadow: 0px 0px 10px black;
    z-index: 0;
}
#img1{
    left: 2%;
    bottom: 50px;
}
#img2{
    left: 2%;
    top: 30px;
}
#img3{
    right: 2%;
    bottom: 80px;
    width: 30%;
}
#img4{
    right:2%;
    top: 200px;
}
#image1{
    top: 350px;
    left: 60px  ;
}
#image2{
    top: 350px;
    right: 60px;
}
#image3{
    top: 1050px;
    left: 60px;
}
#image4{
    top: 800px;
    left: 60px;
}
#image5{
    top: 1100px;
    right: 60px;
    width: 10%;
}
#image6{
    top: 20px;
    right: 40px;
}
#image7{
    top: 875px;
    width: 10%;
    right: 60px;
}
#image8{
    top: 1100px;
    width: 10%;
    right: 250px;
}
#image9{
    top: 1210px;
    width: 10%;
    right: 60px;
}
#image10{
    top: 650px;
    width: 20%;
    right: 60px;
}
#image11{
    top: 1220px;
    width: 10%;
    right: 250px;
}

#ps{
    text-align: center;
    padding: 10px;
    background-color: #32161F;
    color:gold;
    text-shadow: 0px 0px 10px goldenrod;
    box-shadow: 0px 0px 10px gold;
    width: 20%;
    height: 20%;
    border-radius: 20px;
    border: 3px solid #775B59;
    position:absolute;
    top: 2%;
    right: 3%;
    z-index: 1;
}

#psLogo{
    background-color: gold;
    box-shadow: 0px 0px 10px gold;
    width: 30%;
    border-radius: 5%;
    z-index: inherit;
}
#psLogo:hover{
    background-color: goldenrod;
}
#buttons{
    position:absolute;
    width: 50vw;
    height: 350px;
    display: flex;
    top: 23%;
    left: 24%;
    justify-content: space-around;
    flex-wrap: wrap;
    z-index: 2;
}