body, html {
    overflow-x: hidden;
}

p a, ul li a {
    word-wrap: break-word;
}

@media (max-width: 1024px) {
    body {
        padding-top: 69px !important;
    }

    body header {
        position: fixed !important;
    }

    body.admin-bar header {
        top: 46px !important;
    }
}