@media screen and (max-width: 768px) {
    .uk-offcanvas-bar .uk-nav > li > a {
        font-size: 1.2rem;
        line-height: 2;
    }
}
.uk-navbar-dropdown {
  min-width: 400px !important;
}

body {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}