.wrapper{
    background-image: url(../images/about/write.jpg);
    height: 50vh;
    background-size: cover;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}


h1{
    font-size: 82px;
    text-align: center;
    font-family: skytree;
    letter-spacing: 0.15em;
    color: #fff;
}

.fungerar-wrapper{
    position: relative;
    width: 100%;
    height: 2500px;
    margin-bottom: 250px;
}

.box{
    margin: 150px auto;
    height: 800px; 
    max-width: 800px;
    width: 70%; 
}

.bokaTid,
.outfit,
.fika,
.locations,
.foton{
    position: relative;
    height: auto;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.bokaTid-image,
.outfit-image,
.fika-image,
.locations-image,
.foton-image{
    position: relative;
    width: 45%;
    height: 300px;
}

.larger-image{
    display: block;
}

.smaller-image{
    display: none;
}

.bokaTid-form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
}

.fungerar-svg{
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 60%;
    object-fit: cover;
    z-index: 2;
}

.bokaTid-text,
.outfit-text,
.fika-text,
.locations-text,
.foton-text{
    width: 45%;
}

.bokaTid h3,
.outfit h3,
.fika h3,
.locations h3,
.foton h3{
   font-size: 28px;
   font-weight: 200;
   margin: 0;
}

.bokaTid p,
.outfit p,
.fika p,
.locations p,
.foton p{
    line-height: 1.6em;
    font-size: 14px;
}

.bokaTid-path,
.outfit-path,
.fika-path,
.foton-path{
    display: block;
    margin: 30px auto 0;
    width: 55%;
    height: auto;
}

.features-cta-button{
    display: block;
    margin: 50px auto;
}

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

    .bokaTid,
    .outfit,
    .fika,
    .locations,
    .foton{
        flex-direction: column;
    }

    .bokaTid-path,
    .outfit-path,
    .fika-path,
    .foton-path{
        display: none;
    }

    .bokaTid-image{
        width: 300px;
        height: 300px;
    }

    .locations-image{
        position: relative;
        width: 300px;
        height: 300px;
    }


    .outfit-image{
        width: 300px;
        height: 280px;
    }

    .locations-image{
        width: 300px;
        height: 300px;
    }

    .fika-image{
        width: 300px;
        height: 210px;
    }

    .foton-image{
        width: 300px;
        height: 280px;
    }

    .larger-image{
        display: none;
    }

    .smaller-image{
        display: block;
    }

    .fungerar-svg{
        left: 50%;
    }

    .bokaTid-text,
    .outfit-text, 
    .fika-text,
    .locations-text,
    .foton-text{
        width: 80%;
        text-align: center; 
        margin-bottom: 75px;
    }
}

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

    .bokaTid-image{
        width: 250px;
        height: 250px;
    }

    .locations-image{
        width: 250px;
        height: 250px;
    }

    .outfit-image{

    }

    .foton-image{
        width: 55%;
        height: 220px;
    }

}

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

    .bokaTid-image{
        height: 250px;
    }

    .outfit-image{
        width: 275px;
        height: 250px;
    }

    .fika-image{
        width: 250px;
        height: 180px;
    }

    .locations-image{
        height: 250px;
    }

    .foton-image{
        width: 275px;
        height: 250px;
    }   

    .bokaTid-text,
    .outfit-text, 
    .fika-text,
    .locations-text,
    .foton-text{
        width: 100%;
    }
}

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

    .bokaTid-image{
        width: 220px;
        height: 250px;
    }

    .locations-image{
        width: 220px;
        height: 250px;
    }
}