*{
    box-sizing: border-box;
}

body{
    background-color: #222222;
    margin: 0;
    padding-bottom: 70px;
}

.bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;

    background: linear-gradient(to top, #181818 0%, #3d3d3d 100%);

    justify-content: space-evenly;
    padding: 22px;
    font-size: 30px;
    z-index: 9999;
}

.aktiviter{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

img{
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    justify-content: space-around;
}

h3{
    color: #ff7700;
    margin: 1px;
}

.text{
    font-family: sans-serif;
    color: white;
}

.image-wrapper{
    order: 1;
    padding: 25px;
    padding-bottom: 1px;



}

.text-wrapper{
    order: 2;
    padding: 25px;
    background-color: #3d3d3d;
    border-radius: 25px;
    margin: 30px;
    margin-top: 1px;
    padding-top: 1px;





}

.nykbio{
    order: 1;
}

.kalas{
    order: 2;
}

.slapAbodega{
    order: 3;
}

.slottet{
    order: 4;
}

.kulturfabrikken{
    order: 5;
}

