.uk-text-lead {
    font-size: 2rem !important;
    line-height: 1 !important;
}

/*BTN Text without background-image (linear gradient)*/
.uk-button-text { 
background-image: none !important;
}

/*Footer Links*/
.custom-footer-links {
    background-image: none !important;
}

.custom-footer-links a {
    text-decoration: none !important;
}

/* Breaking words in headlines */
h1, h2, h3, h4, h5, h6 {
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   word-break: normal;
   overflow-wrap: break-word;
   -webkit-hyphenate-limit-before: 3;
   -webkit-hyphenate-limit-after: 4;
   -ms-hyphenate-limit-chars: 10 3 4;
   hyphenate-limit-chars: 10 3 4;
}