﻿
/*================================
PREVIEW SECTION STYLES
============================ */
#preview {
    background-color: rgba(234, 234, 234, 0.90);
}

    #preview img {
        border: 1px solid #e7e7e7;
    }

    #preview a, #preview a:hover, #preview a:focus {
        text-decoration: none;
        color: #737373;
    }

    #preview .preview-wrapper {
        background-color: #fff;
        margin-top: 20px;
        padding: 10px;
        text-align: center;
    }

        #preview .preview-wrapper hr {
            border-top: 1px solid #737373;
            width: 100px;
        }

    #preview p {
        color: #000;
    }

/*================================
PROMO SECTION STYLES
==================================*/

#promo {
    background: url(../images/yes.png) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
}

    #promo .overlay {
        background-color: rgba(0, 0, 0, 0.7);
        padding-bottom: 80px;
        padding-top: 80px;
    }

    #promo .text-yes {
        font-size: 30px;
        font-weight: 900;
        color: #fff;
    }

        #promo .text-yes h1 {
            font-size: 50px;
            line-height: 55px;
        }
/*================================
FEATURES SECTION STYLES
============================ */
#features {
    background-color: rgba(234, 234, 234, 0.90);
}

    #features ol li {
        line-height: 40px;
    }

    #features p {
        padding-top: 20px;
    }
/*================================
BOTTOM SECTION STYLES
============================ */
#bottom {
    background-color: #3C3C3C;
    color: #fff;
}