@import url('//fonts.googleapis.com/css?family=Delius+Swash+Caps');
@import url('//fonts.googleapis.com/css?family=Pacifico&display=swap');
@import url('//fonts.googleapis.com/css?family=Lato&display=swap');

body {
    background-color: #fbf0dc;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    text-align: center;
}
#window-header-image {
    width: 100%;
}


@media (min-width:320px)  {
    /* smartphones, iPhone, portrait 480x320 phones */
    #window {
        width: 100%;
    }
}
@media (min-width:641px)  {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}
@media (min-width:961px)  {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    body {
        background: url("/images/default_background.jpg") no-repeat;
    }
    #window {
        background-color: #fbf0dc;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        border: solid 2px lightgray;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 50vh;
        transform: translateY(-50%);
    }
}
@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
}
@media (min-width:1281px) {
    /* hi-res laptops and desktops */
}

@media screen and (min-resolution: 120dpi) {
    body {zoom: 0.8;}
}