@font-face {
  font-family: "MuseoSansRounded-500";
  src: url('../webfonts/MuseoSansRounded500/font.woff2') format('woff2'), url('../webfonts/MuseoSansRounded500/font.woff') format('woff');
}
@font-face {
  font-family: "MuseoSansRounded-700";
  src: url('../webfonts/MuseoSansRounded700/font.woff2') format('woff2'), url('../webfonts/MuseoSansRounded700/font.woff') format('woff');
}
@font-face {
  font-family: "LumiosBrushRegular";
  src: url('../webfonts/LumiosBrushRegular/font.woff2') format('woff2'), url('../webfonts/MuseoSansRounded700/font.woff') format('woff');
}

.uk-navbar-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.uk-navbar-item:has(.uk-button) {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1, h2 {
    line-height: .9 !important;
}

.tm-heading h1, h1 {
    font-size: 4rem;
    margin-bottom: .2em !important;
}

.tm-heading h2, h2 {
    font-size: 2.75rem;
    margin-bottom: .5em !important;
}

h3 {
    font-family: "MuseoSansRounded-700";
    font-size: 1.125rem !important;
    margin-bottom: 0;
    text-transform: uppercase;
}

* + h2 {
    margin-top: 1em;
}

* + h3 {
    margin-top: 2em;
}

h4 {
    font-size: 2rem;
    margin-bottom: 0;
}

h3 + p {
    margin-top: 0;
}

.uk-text-lead {
    letter-spacing: .04em;
}

.uk-button-primary {
    background-color: #e30613;
    font-family: "MuseoSansRounded-700";
}

.uk-button-text {
    color: #e30613;
}

.uk-section-xlarge h1,
.uk-section-xlarge p {
    text-shadow: 0px 0px 10px rgba(0,0,0,.75);
}

.uk-section ul:not(.uk-accordion) {
    padding-left: 1em;
}

*+p {
    margin-top: 1em;
}

p {
    margin-bottom: 1em;
}

footer img {
    max-width: 160px;
}


footer h4 + p {
    margin-bottom: .5em;
}

@media (min-width: 960px) {
    footer h4 {
        padding-top: 45px;
        margin-bottom: 0;
    }
}

@media (min-width: 960px) {
    .tm-heading h1, h1 {
        font-size: 4.5rem;
    }
    
    .tm-heading h2, h2 {
        font-size: 3rem;
    }
    
    .uk-section-large {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {

    footer h4 {
        padding-top: 55px;
    }
    
    .tm-heading h2, h2 {
        font-size: 3.5rem;
    }
}