/* @import"style_uppg2.css"; */
/* @import"style_uppg2_main.css"; */


/* mobile */
@media(min-width:320px) {
    div.wrapper {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    footer {
        width: 100%;
    }

}


/* mobile landscape */
@media(min-width:578px) {
    div.wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    footer {
        width: 100%;
    }
}


/* tablet */
@media(min-width:768px) {
    div.wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    footer {
        width: 100%;
    }
}


/* screen */
@media(min-width:1200px) {
    div.wrapper {
        width: 80%;
        display: flex;
        flex-direction: row;
    }

    footer {
        width: 80%;
    }
}


/* big screen */
@media(min-width:1600px) {
    div.wrapper {
        width: 80%;
        display: flex;
        flex-direction: row;
    }

    footer {
        width: 80%;
    }
}