body, html {
        
}

html * { 
        max-height: 1000000px;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
/*
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
*/
}

body {
        background-attachment: fixed;
        background-clip: border-box;
        background-color: transparent;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        font-family: 'PT Sans Narrow';
        font-size: 18.5px;
        margin: 0 auto;
        padding: 0;
        color: #464646;
        background-color: #fff5ea;
        position: relative;
}


#wrapper {
        margin: 0 auto;
        width: 1100px;
        position: relative;
}

@-moz-document url-prefix() {
  .gkIsWrapper-gk_storefront figcaption h2 {
       font-weight: 500;
  }
}

/*--------------------------------------------MOBILE--------------------------------------------*/

@media only screen and (max-width: 900px) {
        body {
            background-attachment: fixed;
            background-clip: border-box;
            background-color: transparent;
            background-origin: padding-box;
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: cover;
            font-family: 'PT Sans Narrow';
            font-size: 30px !important;
            margin: 0 auto;
            padding: 0;
            color: #464646;
            background-color: #fff9f3;
            position: relative;
        }
}




@media only screen and (max-height: 400px) {
        #left, #right {
                    float: left;
                    margin: 0px 0;
                    padding-left: 0px;
                    padding-top: 10px;
                    width: 100%;
                    position: relative !important;
                    top: 0px;
        }
}


