/* =========================================================
   GENERIC VOICEOVER PAGE
   DonCapone.com
   ========================================================= */

body {
    margin: 0;
    padding: 0;
    background: #1f1f1f;
    color: #adadad;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

/* =========================================================
   MAIN CONTAINER
   ========================================================= */

.voiceover-container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 0 50px;
}

/* =========================================================
   HEADER
   ========================================================= */

.voiceover-header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 12px;
    text-align: center;
}

.voiceover-header img {
    display: block;
    width: 100%;
    max-width: 560px;
    max-height: 122px;
    height: auto;
    margin: 0 auto;
}

/* =========================================================
   HEADINGS
   ========================================================= */

h1 {
    margin: 0 0 25px;
    font-size: 2.4em;
    line-height: 1.2;
}

h2 {
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 1.7em;
    line-height: 1.25;
}

h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.25em;
}

/* =========================================================
   PARAGRAPHS
   ========================================================= */

p {
    margin-top: 0;
    margin-bottom: 20px;
}

.voiceover-intro {
    font-size: 1.15em;
}

/* =========================================================
   LINKS
   ========================================================= */

a {
    color: #E3A772;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* =========================================================
   DEMO / PLAYER
   ========================================================= */

.player {
    width: 100%;
    max-width: 460px;
    margin: 30px auto 45px;
}

.player h2 {
    margin-top: 0;
    margin-bottom: 12px;
}

.player audio {
    display: block;
    width: 100%;
    max-width: 460px;
}

.voiceover-download {
    margin-top: 10px;
}

.voiceover-download a {
    font-weight: normal;
}

/* =========================================================
   HIGHLIGHT / FEATURED SECTION
   ========================================================= */

.highlight {
    margin: 30px 0 40px;
    padding: 20px;
    border: 1px solid #444444;
}

.highlight p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   LIST
   ========================================================= */

.voiceover-list {
    margin-top: 10px;
    padding-left: 25px;
}

.voiceover-list li {
    margin-bottom: 7px;
}

/* =========================================================
   FAQ
   ========================================================= */

.faq {
    margin-top: 10px;
}

/* =========================================================
   CONTACT
   ========================================================= */

.voiceover-contact {
    text-align: center;
    margin: 25px 0 45px;
}

/* =========================================================
   FINAL CALL TO ACTION
   ========================================================= */

.cta {
    margin-top: 55px;
    padding: 30px;
    text-align: center;
    border: 1px solid #cccccc;
}

.cta h2 {
    margin-top: 0;
}

.voiceover-button {
    display: inline-block;
    padding: 12px 24px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

.voiceover-button:hover {
    background: #333333;
}


/* =========================================================
   VOICEOVER NAVIGATION MENU
   ========================================================= */

.voiceover-menu {
    width: 100%;
    margin: 0 auto 18px;
    text-align: center;
    font-family: Century Gothic, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

.voiceover-menu a {
    color: #E3A772;
    text-decoration: none;
}

.voiceover-menu a:hover {
    text-decoration: underline;
}

.voiceover-menu-contact {
    margin-top: 4px;
    font-size: 20px;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 600px) {

    .voiceover-container {
        width: 94%;
        padding-top: 15px;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    .voiceover-intro {
        font-size: 1.05em;
    }

    .cta {
        padding: 20px;
    }

}

/* =========================================================
   CLIENT / CREDENTIALS PROMO
   ========================================================= */

.voiceover-client-promo {
    width: 100%;
    max-width: 560px;
    margin: 20px auto 30px;
    text-align: center;
}

.voiceover-client-promo a {
    display: block;
}

.voiceover-client-promo img {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    margin: 0 auto;
}
