/*
    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;
}
body.dvoutmusic-legal {
    background-color: #1A1A1A;
    text-align: center;
    padding: 30px 0;
}

a:hover {
    text-decoration: none;
}

.dm-rounded-img {
    border-radius: 10px;
}

/*
    FONTS
        A. BEBAS NEUE
        B. PILL GOTHIC 600MG
        C. PILL GOTHIC 300MG
        D. GOTHAM
        E. CANELA
*/
.dvoutmusic-font-a-r {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
}
.dvoutmusic-font-a-b {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
}

.dvoutmusic-font-b-t {
    font-family: 'Pill Gothic 600mg Thin', sans-serif;
}
.dvoutmusic-font-b-l {
    font-family: 'Pill Gothic 600mg Light', sans-serif;
}
.dvoutmusic-font-b-sb {
    font-family: 'Pill Gothic 600mg Semibd', sans-serif;
}
.dvoutmusic-font-b-b {
    font-family: 'Pill Gothic 600mg Bold', sans-serif;
}

.dvoutmusic-font-c-b {
    font-family: 'Pill Gothic 300mg Bold', sans-serif;
}

.dvoutmusic-font-d-b {
    font-family: 'gotham_probold', sans-serif;
    font-weight: bold;
}

.dvoutmusic-font-e-r {
    font-family: 'canela_deck_regular_trialRg', sans-serif;
}
.dvoutmusic-font-e-b {
    font-family: 'canela_deck_trialbold', sans-serif;
}


/* BUTTONS */
.uk-button-dvout-orange {
    background-color: #D9420B;
    color: #1A1A1A;
    font-family: 'Pill Gothic 600mg Bold', sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding: 20px 30px;
}
#Mobile .uk-button-dvout-orange {
    font-size: 18px;
    height: 36px;
    line-height: 38px;
    padding: 0 10px;
}
#Mobile .uk-button-dvout-orange > span {
    position: relative;
    top: -1px;
}
