
#Mobile {
    font-size: 20px;
    line-height: 32px;
    background-color: #1A1A1A;
}


/* NAVBAR */
.davidsharp-mobile-nav {
    background-color: #1A1A1A;
    padding-top: 30px;
}
.davidsharp-mobile-nav .uk-logo img {
    max-width: 220px;
}


/* HERO BLOCK */
.davidsharp-mobile-hero-text p {
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 27px;
    color: rgba(255,255,255,.9);
}
.davidsharp-mobile-hero-text p > b {
    font-family: 'gotham_promedium';
    font-weight: normal;
}
.davidsharp-mobile-hero-text p > span {
    font-family: 'canela_deck_trialbold';
    font-style: italic;
}


/* VOL1 */
.davidsharp-mobile-vol1 {
    background-color: #302733;
    color: #888894;
    padding: 40px 0 0 0;
}
.davidsharp-mobile-vol1-text h1 {
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
    color: #3cd4d6;

    display: none;
}
.davidsharp-mobile-vol1 h2 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 42px;
    padding: 40px 0 30px 0;
    margin: 0;
}
.davidsharp-mobile-vol1-text p {
    font-size: 16px;
    padding: 0 0 40px 0;
    margin: 0;
}
.davidsharp-mobile-vol1-text a {
    color: #888894;
}
.davidsharp-mobile-vol1-text a:hover, .davidsharp-mobile-vol1-text a:active {
    color: #888894;
    text-decoration: underline;
}

.davidsharp-mobile-vol1-dsp {
    background-color: #E5E6E7;
    padding: 40px 0;
}
.davidsharp-mobile-vol1-dsp h3 {
    color: rgba(0,0,0,.9);
    margin: 0;
    padding: 0 0 20px 0;
}

.davidsharp-mobile-vol1-links a {
    display: inline-block;
    text-align: center;
}
.davidsharp-mobile-vol1-links a > img {
    width: 40px;
    height: 40px;
}

.davidsharp-mobile-vol1-share {
    margin-top: 40px;
}
.davidsharp-mobile-vol1-share span {
    font-size: 12px;
    text-transform: uppercase;
}
.davidsharp-mobile-vol1-share span,
.davidsharp-mobile-vol1-share a, 
.davidsharp-mobile-vol1-share a:hover, 
.davidsharp-mobile-vol1-share a:active {
    color: #000;
}


/* BTS */
.davidsharp-mobile-bts {
    background-color: #2A2A2A;
    padding: 50px 0;
}
.davidsharp-mobile-bts h2 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 40px 0;
    padding: 0;
    text-transform: uppercase;
    color: #E05500;
}


/* ABOUT BLOCK */
.davidsharp-mobile-about {
    background-color: #1A1A1A;
}
.davidsharp-mobile-about h2 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 42px;
    padding: 40px 0 30px 0;
    margin: 0;
}


/* FOOTER BLOCK */
.davidsharp-mobile-footer {
    background-color: #1A1A1A;
}
.davidsharp-mobile-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.davidsharp-mobile-footer ul a {
    color: #E5E6E7;
}
