/*
    GLOBAL STYLES
*/

@media (min-width: 960px) {
    .uk-container {
        padding-left: 55px;
        padding-right: 55px;
    }
}

body {
    font-family: 'Pill Gothic 600mg Light', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

a:hover {
    text-decoration: none;
}

/*
    FONTS
        A. BEBAS NEUE
        B. GOTHAM
        C. CANELA
*/
.chm-font-a-r {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
}
.chm-font-a-b {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
}

.chm-font-b-r {
    font-family: 'gotham_proregular', sans-serif;
}
.chm-font-b-l {
    font-family: 'gotham_prolight', sans-serif;
    font-weight: 300;
}
.chm-font-b-m {
    font-family: 'gotham_promedium', sans-serif;
    font-weight: 500;
}
.chm-font-b-b {
    font-family: 'gotham_probold', sans-serif;
    font-weight: bold;
}
.chm-font-b-bl {
    font-family: 'gotham_problack', sans-serif;
    font-weight: bold;
}

.chm-font-c-r {
    font-family: 'canela_deck_regular_trialRg', sans-serif;
}
.chm-font-c-b {
    font-family: 'canela_deck_trialbold', sans-serif;
}
.chm-font-c-m {
    font-family: 'canela_deck_trialmedium', sans-serif;
}
.chm-font-c-t {
    font-family: 'canela_deck_trialthin', sans-serif;
}
.chm-font-c-l {
    font-family: 'canela_deck_triallight', sans-serif;
}
.chm-font-c-bl {
    font-family: 'canela_deck_trialblack', sans-serif;
}



/*
    SPLASH STYLES
*/
.chm-splash .chm-logo > img {
    max-width: 320px;
    height: auto;
}

.chm-splash h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
}