/*
*   DESKTOP STYLES
*       - NAV
*       - HERO
*       - ABOUT
*       - ALBUMS
*       - FOOTER
*/


/*
    DESKTOP NAV
*/
.chm-desktop-nav ul.uk-navbar-nav {
    visibility: visible;
}
.chm-desktop-nav ul.uk-navbar-nav li.uk-active a span {
    border-bottom: 2px solid #00b3c5;
}

#Desktop_Nav .uk-offcanvas-bar li.uk-active a span {
    border-bottom: 2px solid #00b3c5;
}

.chm-desktop-nav .chm-logo {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #222;
}
.chm-desktop-nav .uk-navbar-right .uk-icon {
    color: #222;
}

.uk-navbar-sticky.chm-desktop-nav {
    background-color: rgba(255,255,255,.75);
}
.uk-navbar-sticky.chm-desktop-nav .chm-logo {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
}


/* HERO BLOCK */
.chm-desktop-hero {
    padding: 0;
    margin-top: -100px;
    position: relative;
}
.chm-desktop-hero-overlay {
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
}

.chm-desktop-hero .uk-slideshow-items>* {
    width: 100%;
}

.chm-desktop-hero .chm-album-cover img {
    border-radius: 8px;
    filter: drop-shadow(
        1px 2px 8px rgba(0,0,0,.3)
    );
}

.chm-desktop-hero-text h2 {
    font-family: 'canela_deck_trialbold';
    font-style: italic;
    color: rgba(255,255,255,.75);
    font-size: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 0 10px 0;
}
.chm-desktop-hero-text p {
    padding: 0;
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 32px;
    color: rgba(255,255,255,.75);
    
    font-family: 'gotham_prolight', sans-serif;
    font-weight: 300;
}
.chm-desktop-hero-text p > a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    background-color: rgba(255,255,255,.35);
    height: 30px;
    line-height: 28px;
    padding: 4px 8px;
    color: #fff;
    border-radius: 6px;
}

.chm-desktop-hero .uk-iconnav-vertical {
    margin-top: -210px;
    margin-right: 10px;
}
.chm-desktop-hero .uk-iconnav-vertical>* {
    padding-top: 30px;
}
.chm-desktop-hero .uk-iconnav-vertical a {
    color: #222;
}


/* ABOUT BLOCK */
.chm-desktop-about {
    padding: 160px 0;
}
.chm-desktop-about h2 {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}
.chm-desktop-about p {
    font-size: 18px;
    line-height: 32px;
    color: rgba(0,0,0,.75);
}


/* ALBUMS BLOCK */
.chm-desktop-albums {
    background-color: #EEE;
    padding: 120px 0;
}
.chm-desktop-albums h2 {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.chm-desktop-album-copy > p {
    padding-top: 40px;
}
.chm-desktop-album-copy > p > a {
    color: #222;
}
.chm-desktop-album img {
    border-radius: 8px;
}


/* VIDEOS BLOCK */
.chm-desktop-videos {
    padding-top: 0;
}


/* FOOTER */
.chm-desktop-footer {
    padding: 120px 0;
    background-color: #222;
    color: rgba(255,255,255,.75);
}
.chm-desktop-footer a {
    color: rgba(255,255,255,.5);
}

.chm-desktop-footer-contact h2 {
    font-family: 'canela_deck_trialbold';
    font-style: italic;
    color: rgba(255,255,255,.75);
    font-size: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
}
.chm-desktop-footer-contact p {
    text-align: center;
}
.chm-desktop-footer-contact p > a {
    display: inline-block;
    padding: 0 8px;
    background-color: #000;
    border-radius: 6px;
    height: 30px;
    line-height: 28px;
}

.chm-desktop-footer-links {
    text-align: center;
    margin-top: 90px;
}
.chm-desktop-footer-links .uk-icon-button {
    background-color: rgba(255,255,255,.25);
    color: #fff;
}

.chm-desktop-footer-copy {
    margin-top: 120px;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 60px;
    font-size: 16px;
    color: rgba(255,255,255,.35);
}
.chm-desktop-footer-copy img {
    max-height: 30px;
    width: 100%;
    opacity: .5;
}
