*,
html,
body {
        margin: 0;
        padding: 0;
        scroll-behavior: smooth;
        font-family: 'Roboto', sans-serif;
}

ul li {
        list-style-type: none;
        margin: 7px auto;
}

a {
        text-decoration: none;
}

@media (max-width: 1366px) {

        /* html {
                font-size: 100%;
        } */

        /* ===CONTAINER-JUMBOTRON=== */

        /* ===END-JUMBOTRON=== */

        /* ===START-CONTAINER-HERO=== */


        /* ===END-CONTAINER-HERO=== */

}