/* Style for mobile devices */
@media only screen and (max-device-width: 1080px) {
/* this would disable parallax scrolling on header images
    #header {
        background-attachment: scroll;
    }
*/
    div.dark, div.light {
        padding: 10px;
    }
    div.flex-container {
        flex-direction: column;
    }
}