﻿/* =========================================================
   HIGH-ENERGY 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
   ========================================================= */

.high-energy-container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 0 50px;
}


/* =========================================================
   HEADER
   ========================================================= */

.high-energy-header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 35px;
    text-align: center;
}

.high-energy-header img {
    display: block;
    width: 100%;
    max-width: 1000px;
    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;
}

.high-energy-intro {
    font-size: 1.15em;
}


/* =========================================================
   LINKS
   ========================================================= */

a {
    color: #E3A772;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* =========================================================
   DEMO
   ========================================================= */

.high-energy-demo {
    width: 100%;
    max-width: 460px;
    margin: 30px auto 45px;
}

.high-energy-demo h2 {
    margin-top: 0;
    margin-bottom: 12px;
}

.high-energy-demo audio {
    display: block;
    width: 100%;
    max-width: 460px;
}

.high-energy-download {
    margin-top: 10px;
}

.high-energy-download a {
    font-weight: normal;
}


/* =========================================================
   LIST
   ========================================================= */

.high-energy-list {
    margin-top: 10px;
    padding-left: 25px;
}

.high-energy-list li {
    margin-bottom: 7px;
}


/* =========================================================
   FAQ
   ========================================================= */

.high-energy-faq {
    margin-top: 10px;
}


/* =========================================================
   FINAL CALL TO ACTION
   ========================================================= */

.high-energy-cta {
    margin-top: 55px;
    padding: 30px;
    text-align: center;
    border: 1px solid #cccccc;
}

.high-energy-cta h2 {
    margin-top: 0;
}

.high-energy-button {
    display: inline-block;
    padding: 12px 24px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

.high-energy-button:hover {
    background: #333333;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 600px) {

    .high-energy-container {
        width: 94%;
        padding-top: 15px;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    .high-energy-intro {
        font-size: 1.05em;
    }

    .high-energy-cta {
        padding: 20px;
    }

}