body{
font-family: Arial, Helvetica, sans-serif;
justify-content: space-between;
flex-direction: column;
background-color: lightgray;
min-height: 96vh;
padding-left: 3%;
padding-right: 3%;
max-width: 80em;
margin: auto;

}
img{
    max-width: 100%;
}
.stylenav {
    background-color: white;
    display: flex;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2em;
    padding: 0.3em;
        

}

.stylenav img
{
    max-width: 9em;
    padding-left: 1em;
    padding-top: 0.5em;

}

.stylenav ul {
list-style: none;
display: flex;
gap: 2em;
text-decoration: none;

}

main .container h1{
    font-size: 600%;
    display: flex;
    justify-content: space-between;
    font-weight: 900;
}

main .container h1 span{
    
}

main{

    margin: auto;
}

.stylenav a{
    text-decoration: none;
}


footer{
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2em;
    color: white;
    gap: 1.5em;
    margin: auto;
    margin-top: 1%;
    padding: 0.7em;
}
footer img{
    max-width: 9em;
}

.textpl {
    display: flex;
    align-items: end;

    
}


h1{
    font-size: 3em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: solid;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.blue{
    color: blue;
}

.hero-banner{
margin-left: auto;
margin-right: auto;
background-image: url(/billeder/hero.png);
height: 50em;
background-size:cover ;
display: flex;
flex-direction: column-reverse;
padding-left: 5%;
border-radius: 2em;

}
.hero-banner h2{
    margin: 0;
    padding-bottom: 1.5em;

}
.hero-banner h1{
    margin: 0;
}

.shop-now{
    width: 6em;
    background-color: blue;
    color:white;
    border-radius: 1em;
    padding: 1em;
    text-decoration: none;
    margin-bottom: 5%;
    height: 1em;

    
    
}

.hero-banner h1, h2{
    color: white;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
}


.seizeofimage{

    border-radius: 2em;
    width: 100%;
}
.produktliste{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%; 
    margin-bottom: 2em;    
    margin-left: auto;
    margin-right: auto;
    gap: 1em;

}
.img-bg-border{
    border-radius: 2em;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20rem;
    flex-wrap: wrap;
    margin: 1em 0;
  
}

.produktboks{
    display: flex;
    flex-direction: column;
    width: 29%;
    min-width: 25rem;
    /* display: flex;
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */


}

.produktboks p{
    margin: 0;
}
