html {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    -webkit-text-size-adjust: 100%;
    color: #767779;
    text-rendering: optimizeLegibility;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
        margin-top: 0px;
    font-family: Roboto Condensed;
    font-weight: 300;
    color: #5b5b5b;
    text-transform: none;
}

.tm-header-transparent {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.25)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0));
}

.uk-h1, h1 {
    font-size: 52px;
    line-height: 1.2;
    font-family: Roboto Condensed;
    font-weight: 300;
    text-transform: none;
}

.uk-h2, h2 {
    font-size: 42px;
    line-height: 1.3;
    font-family: Roboto Condensed;
    font-weight: 300;
    text-transform:none;
}
.uk-h3, h3 {
    font-size: 22px;
    line-height: 1.4;
    font-family: Roboto Condensed;
    font-weight: 700;
    text-transform: uppercase;
}
.uk-h4, h4 {
    font-size: 18px;
    line-height: 1.4;
    font-family: Roboto Condensed;
    font-weight: 700;
    text-transform: uppercase;
}

.uk-h5, h5 {
    font-size: 16px;
    line-height: 1.4;
    font-family: Roboto Condensed;
    font-weight: 700;
    text-transform:uppercase;
}

.uk-h6, h6 {
    font-size: 14px;
    line-height: 1.4;
    font-family: Roboto;
    font-weight: 400;
    text-transform: uppercase;
}

.uk-navbar ul>li>a {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
}