/*Mobilanpassning*/
@media only screen and (max-width: 1010px){
    .store-container{
        min-height:240vh;
    }
    .content-container{
        width:90%;
    }
    .button-container{
        flex-direction: column;
    }
    .download-button-container{
        width:100%;
    }
}
@media only screen and (max-width: 992px) and (min-width:700px){
    .display-1{
        font-size:2rem;
    }
}
@media only screen and (max-width: 700px) {
    .display-1{
        font-size:1.5rem;
        font-weight:bold;
    }
    .h4{
        font-size:1.5rem;
    }
}
@media only screen and (max-width: 992px){
    .card-deck{
        width:90%;
    }
}
@media only screen and (max-width: 676px){
    .card-deck .card{
        margin-right:0px;
        margin-left:0px;
    }
    .store-container{
        min-height:500vh;
    }
}