@import 'nav.css';

@font-face {
    font-family: 'Conv_gnuolane rg';
    src: url('../fonts/gnuolane rg.eot');
    src: local('☺'), url('../fonts/gnuolane rg.woff') format('woff'), url('../fonts/gnuolane rg.ttf') format('truetype'), url('../fonts/gnuolane rg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-attachment: fixed;
    background-image: url(../images/bg5.jpg); /* This is a ridiculous 1.5MB */
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 1em;
    font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width:767px) {
    body {
        background-color: #5A3B30;
        background-image: url(../images/bg5mobile.png);
        background-attachment: fixed;
        background-position: top left;
        background-size: auto;
    }
}

#franchisee {
    position: absolute;
    top: 0;
    left: 300px;
}

@media screen and (max-width: 1199px) {
    #franchisee {
        left: 283px;
    }
}

@media screen and (max-width: 991px) {
    #franchisee {
        left: 213px;
    }
}

@media screen and (max-width: 767px) {
    #franchisee {
        left: 224px;
    }
}

@media screen and (max-width: 414px) {
    #franchisee {
        left: 120px;
    }
    #franchisee img {
        max-width:75px;
    }
}

@media screen and (max-width: 375px) {
    #franchisee {
        left: 110px;
    }
    #franchisee img {
        max-width:60px;
    }
}
@media screen and (max-width: 360px) {
    #franchisee {
        left: 105px;
    }
}
@media screen and (max-width: 320px) {
    #franchisee {
        left: 95px;
    }
}
#header {
    margin-bottom:10px;
}



#flame {
    background: url(../images/flame.png) repeat-x center bottom;
    background-size: 100% auto;
    padding-bottom: 3em;
}

@media screen and (max-width: 767px) {
    #flame {
        background: none;
        padding-bottom: 0;
    }
}

.whiteText {
    color: #ffffff;
}

.whiteText h1,
.whiteText h2,
.whiteText h3,
.whiteText h4,
.whiteText h5,
.whiteText h6 {
    color: #ffffff;
}

.ccm-image-block {
    display: block;
    height: auto;
    max-width: 100%;
}

footer {
    margin-top: 3em;
    font-size: x-small;
    color: #ffffff;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover,
footer a:active {
    color: #ffffff;
    text-decoration: none;
}

.bg2 {
    background: url(../images/bg2.png) repeat-y;
    background-size: 100% auto;
    padding: 1em;
}

.bg2 ul, .bg2 ol {
    font-size: 14pt;
    font-weight: 300;
    line-height: 15px;
    margin: 0 1.5em 1.5em 0;
    padding-left: 2em;
}

.bg2 ul {
    list-style-image: url(../images/tick.png);
    list-style-type: square;
}

h1, h2, h3, h4 {
    color: #993300;
    font-family: "Conv_gnuolane rg", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gototop {
    font-size: 14pt;
}

.miniSurveyView textarea {
    max-width: 100%;
}

.hometxt {
    color: #fff;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
}

.homesubtxt {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .hometxt {
        font-size: 18px;
        line-height: 30px;
    }

    .homesubtxt {
        font-size: 10px;
    }
}

#cartHeader {
    text-align: right;
    color: #ffffff;
}
#cartHeader p {
    display: inline-block;
}
#cartHeader a {
    color: #ffffff;
}

.store-product-list-name {
    min-height: 2.2em;
}
.store-product-price.store-product-list-price {
    font-weight: bold;
    color: #993300;
}
.store-cart-page::after {
    display: block;
    content: '.';
    margin-bottom: 20px;
    visibility: hidden;
}

.store-product-modal-thumb img {
    width: 100%;
    height: auto;
}