
    body {
        background-color: mediumpurple;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        font-family: 'Bree Serif', serif;
        font-style: normal;
        background-color: mediumpurple;
        background-image: url('../images/parchment-prp-sm.jpg');
    }

    #comingsoon {
        min-width: 620px;
        width: 100%;
        max-height: 1400px;
        height: auto;
        display: block;
        padding-top: 5px;
        margin: 0 auto;
    }

    .container {
        display: block;
        width: 552px;
        min-height: 550px;
        height: auto;
        margin: 0 auto;
        padding-top: 20px;
    }

    #logo {
        width: 275px;
        height: auto;
        top: 0;
        padding: 0;
    }

    #verse {
        display: inline;
        float: right;
        max-width: 450px;
        height: auto;
        border: 5px solid white;
        border-radius: 2px;
        box-shadow: rgba(128,128,128,.2) 2px 2px;
        margin-top: -60px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .text-container {
        padding-left: 20px;
        padding-top: 15px;
    }

    h1 {
        color: white;
        text-align: center;
        font-size: 36px;
        text-shadow: -2px -2px 0 #7F00FF, 2px -2px 0 #7F00FF, -2px 2px 0 #7F00FF, 2px 2px 0 #7F00FF, -5px -5px 20px #551a8b, 5px -5px 20px #551a8b, -5px 5px 20px #551a8b, 5px 5px 20px #551a8b;
    }

    h2 {
        color: #551a8b;
        text-align: center;
        font-size: 20px;
    }


    #center-icons {
        height: 100px;
        width: 300px;
        margin: 0 auto;
    }



    .icons {
        height: 125px;
        max-width: 500px;
        width: 90%;
        margin: 0 auto;
    }

    #icon-container {
        display: block;
        height: 100px;
        width: auto;
        max-width: 500px;
        float: left;
        margin-top: 20px;
        margin-left: 10px;
    }

    ul.sm-icon {
        list-style: none;
        display: inline;
        margin-left: 0 !important;
        padding: 0;
    }

        ul.sm-icon li {
            display: inline;
            margin: 0px 5px;
        }

    .icon {
        background: -moz-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 56%, rgba(72,0,255,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(247,247,247,1)), color-stop(56%, rgba(247,247,247,1)), color-stop(100%, rgba(72,0,255,1))); /* safari4+,chrome */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 56%, rgba(72,0,255,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 56%, rgba(72,0,255,1) 100%); /* opera 11.10+ */
        background: -ms-radial-gradient(center, ellipse cover, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 56%, rgba(72,0,255,1) 100%); /* ie10+ */
        background: radial-gradient(ellipse at center, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 56%, rgba(72,0,255,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F7F7', endColorstr='#4800FF',GradientType=1 ); /* ie6-9 */
        border-radius: 50%;
        border: 4px solid white;
        color: mediumpurple;
    }

    a.icoPinterest:hover {
        background: red;
    }

    a.icoFacebook:hover {
        background: blue;
    }

    a.icoTwitter:hover {
        background: deepskyblue;
    }

    a.icoInstagram:hover {
        background: -moz-radial-gradient(center, ellipse cover, rgba(255,0,255,1) 0%, rgba(255,255,0,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,0,255,1)), color-stop(100%, rgba(255,255,0,1))); /* safari4+,chrome */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(255,0,255,1) 0%, rgba(255,255,0,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-radial-gradient(center, ellipse cover, rgba(255,0,255,1) 0%, rgba(255,255,0,1) 100%); /* opera 11.10+ */
        background: -ms-radial-gradient(center, ellipse cover, rgba(255,0,255,1) 0%, rgba(255,255,0,1) 100%); /* ie10+ */
        background: radial-gradient(ellipse at center, rgba(255,0,255,1) 0%, rgba(255,255,0,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#ffff00',GradientType=1 ); /* ie6-9 */
    }

    .sm-icon a.icoPinterest:hover i,
    .sm-icon a.icoFacebook:hover i,
    .sm-icon a.icoTwitter:hover i,
    .sm-icon a.icoInstagram:hover i {
        color: #fff;
    }

    .social-circle li a {
        display: inline-block;
        position: relative;
        margin: 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        width: 50px;
        height: 45px;
        font-size: 30px;
        padding-top: 5px;
    }

    .social-circle li i {
        margin: 0;
        line-height: 40px;
        text-align: center;
    }





