body{
    background:#fff;
    margin: 0px;
    overflow-y: scroll;
}
@media (max-width: 480px) {
    body{
    }
}
.container{
    max-height: 500px;
    height: auto;
}
    @media (max-width: 480px) {
        .container{
            max-height: 400px;
        }
    }
.container > .row-fluid{
}
.container > .row-fluid > .span12 {
}
    .bg-image{
    }
        .bg-image img {
            display: block;
            max-width: 1000px;
            height: 80%;
            max-height: 400px;
            width: auto;
            margin: 50px auto;
            box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
            -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
        }
        @media (max-width: 480px) {
            .bg-image img{
                max-width: 95%;
                width: auto;
                max-height: 350px;
                height: auto;
                margin: 10px auto;
            }
        }
    .logocont{
        width: 100%;
        margin: 0 auto;
    }
        @media (max-width: 320px) {
             .logocont{
                 position: relative;
             }    
        }
        #sharedivider{
            display: none;
        }
        .logofoot{
            
        }
            .logopresent{
                height: auto;
                padding: 10px 0px;
                width: 600px;
                margin: 0 auto 30px;
            }
                #sharedbytext, #appBlurb{
                    text-align: center;
                    font-family: 'Roboto', arial, sans-serif;
/*                     letter-spacing: 1px; */
/*                     margin: 0; */
                    font-weight: 300;
                    line-height: 1em;
                }
                    #sharedbytext{
                        color: grey;
                        font-size: 12px;
                        margin-bottom: -8px;
                    }
                    #appBlurb{
                        color: #434343;
                        font-size: 15px;
                        font-weight: bold;
/*                         margin-bottom: 30px; */
                        margin-bottom: 15px;
                    }
                #logowrap{
                    height: 80px;
                    display: block;
                    margin: 0 auto;
                }
                    #logowrap:hover{
                        cursor: pointer;
                    }
            @media (max-width: 480px) {
                .logopresent{
                    height: auto;
                    width: 100%;
                    padding: 5px 0px;
                    margin-bottom: 30px;
                }
                #logowrap{
                    height: auto;
                    width: 80%;
                    display: block;
                    margin: 0 auto 4px;
                }
            }
            
            #getTheFreeAppButton{
                font-family: "Roboto", arial, sans-serif;
                line-height: 40px;
                padding: 0 25px;
                color: #FFF;
                background: #D23E3E;
                font-size: 24px;
                font-weight: normal;
                border-radius: 5px;
                -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.8);
                -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.8);
                box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.8);
                text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
                border: none;
                display: block;
                margin: auto;
            }
                #getTheFreeAppButton:hover{
                    background:#EB4646;
                    cursor: pointer;
                }
            @media (max-width: 480px) {
                #getTheFreeAppButton{
                    font-size: 20px;
                    line-height: 36px;
                    padding: 0px 20px;
                }
            }