@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #eeeeff;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0px;
    background-color: #0054A8;
    background-size: 100%;
    cursor: default;
    background-attachment: scroll !important;
    overflow: auto !important;
}



.content_title {
    margin: 30 auto 5px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0 0 0;
}


.content2 {
    position: relative;
    margin: 5px auto 0px;
    height: auto;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.content3 {
    width: 100%;
    height: 120px;
    margin: 20px auto 15px;
    height: auto;
    text-align: center;
    background: url(../img/social_bg.png);
}



.p1 {
    color: #51B8F7;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: "Times New Roman", Georgia, Serif;
}


#ios_button {
    display: none;
}

#ios_words {
    display: none;
}


.fb_icon {
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 480px) {
    html {
        overflow-x: hidden !important;
    }
    body {
        overflow: hidden !important;
    }

    .content1,
    .content2 {
        width: 90%;
    }
    .header1 {
        margin: 5px auto 0px;
        width: 70%;
    }
    .header2 {
        margin: 5px auto 0px;
        width: 50%;
    }
}

@media all and (max-width: 700px) {

    .content1,
    .content2 {
        width: 95%;
    }
    .header1 {
        width: 70%;
    }
    .header2 {
        width: 30%;
    }
}
