/* MAIN */
html, body, footer {
    padding: 0 !important;
    margin: 20px 0 20px 0 !important;
    background: linear-gradient(to bottom, #202028 0%, #1b1b1f 100%);
    color: white !important;
    font-family: 'Montserrat', sans-serif;
}

h1 { color: white !important; margin: 25px 0 !important; }
a { text-decoration: none !important; }
video .video-js { width: 100%; }

/* FOOTER */
footer {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1000px) {
    html, body, footer { margin: 0 !important; }
    p, h1 { text-align: center; }
    body > div > div > div.col-sm-4 { margin-top: 25px; }
    footer { position: static; }
    p.mt-2 { margin-top: 140px !important; }
}
