/* PAMABD common sky background */

html {
    min-height: 100%;
    background: #dff1ff;
}

body {
    min-height: 100vh;
    background-color: #dff1ff !important;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22)),
        url("pamabd-sky-background.png") !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: center, center !important;
    background-size: cover, cover !important;
    background-attachment: fixed, fixed !important;
}

@media (max-width: 700px) {
    body {
        background-position: center, center top !important;
        background-attachment: scroll, scroll !important;
    }
}

@media print {
    body {
        background: #ffffff !important;
    }
}
