﻿






html {
    /*
    background: url(../img/bg-2000.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
    height: 100%;
    background: url(../img/bg-2000.jpg) no-repeat center center fixed; 
}

body {
    height: 100%;
    background: none;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}


.logo-bg {
    background: url(../img/white-bg.png) no-repeat top center; 
    padding-top: 42px;
    padding-bottom: 42px;
}

.main-ce {
    background: white;
    padding-bottom: 30px;

}


.main-ce h1 {
    position: relative;
    margin: 0;
    margin-bottom: 5px;
    margin-top: -50px; 
}



.main-ce h1 img {
    /*position: absolute;*/
    /*margin-top: -90px;*/
    /*margin-left: 20px;*/
    display: inline-block;
    margin-top: -40px;

}


.main-ce h2 {
    margin: 0;
    /*border-bottom: 1px solid #bb8a2c;*/
    /*display: inline-block;*/
    margin-bottom: 55px;
    margin-top: -60px;
}


.main-ce h2 span {
    padding-bottom: 10px;
    border-bottom: 1px solid #bb8a2c;
}



.main-wrap {
    height: 100%;
    max-width: 460px;
    /*max-width: 768px;*/
}

h1 {
    color: #bb8a2c;
    font-weight: 800;
    /*font-size: 36px;*/
}

h2 {
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
}

a.app-store-btn {
    display: inline-block;
    margin: 1em;
}























/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .download-text {
        /*background: red;*/
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .download-text {
        /*background: orange;*/
    }


    .main-ce h1 {
        font-size: 24px;
        margin-top: 0;
    }

    .main-ce h1 img {
        margin-top: -20px;
        margin-left: 10px;
        width: 80px;
    }


    .main-ce h2 {
        margin: 0;
        margin-bottom: 25px;
    }

/*.main-ce h1 img {
    margin-top: -20px;
    margin-left: 10px;
    width: 60px;
}*/


}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .download-text {
        /*background: lime;*/
    }
}