@import url('https://fonts.googleapis.com/css?family=Handlee');

@font-face {
    font-family: 'zona_probold';
    src: url('zonapro-bold-webfont.woff2') format('woff2'),
        url('zonapro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'zona_proregular';
    src: url('zonapro-regular-webfont.woff2') format('woff2'),
        url('zonapro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

section {
    color: #000;
}

* {
    margin: 0;
}

#frame {
    font-family: 'Handlee', cursive;
}

img.colorLogo {
    width: 250px;
    margin-left: 60px;
    margin-top: 1em;
}

body,
article,
div,
section {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: 'Handlee', cursive;

    padding: 40px 0px 40px 130px;
    color: #000;
}

/*body.USletter {
    padding: 40px 40px 40px 80px;
    position: relative;

    height: 816px;
    width: 1056px;
}

body.USletter header {
    margin-right: 35px;
}
*/


body.USletterHalf {
    padding: 40px 80px;
    width: 528px;
    height: 816px;

}


body.singleColumn {
    font-size: 18px;
    padding: 80px 40px 20px 100px;
}

body.singleColumn article {
    width: 40%;
}



article {
    width: 31%;
    float: left;
    margin-right: 20px;
    padding-right: 0px;
}

article.col1 {
    width: 90% !important;
    max-width: 600px;
}

article.col2 {
    width: 44% !important;
}

article + article + article {
    margin-right: 0;
}




.sc-content h1,
.sc-content h2,
.sc-content h3,
.sc-content h4,
.sc-content h5,
.sc-content h6 {
    font-family: 'zona_probold';
}

.sc-content h1,
.sc-content h2 {
    font-size: 1.2em;
    margin-bottom: .15em;
    margin-top: .4em;
}

.sc-content h2 {
    margin-top: .4em
}

.sc-content h2,
.sc-contenth3 {
    text-align: center;
}

header {
    background: url(img/menuheaderline.png) repeat-x 0 top;
    margin-right: 70px;
}

header.singleCol {
    background: url(img/menuheaderline.png) repeat-x 0 top;
    margin-right: 10px;
}

header h1 {
    font-family: 'zona_proregular';
    text-align: center;
    margin: 0;
    font-size: 1.75em;
    text-transform: lowercase;
}

header h1 span {
    background: #fff;
    padding: 0 .5em;
}

header h5 {
    font-family: 'zona_proregular';
    text-align: center;
}

.sc-content h3 {
    font-family: 'Handlee', cursive;
    font-size: 1em;
}

.sc-content h4 {
    font-family: 'Handlee', cursive;
    font-size: .9em;
    margin-top: .75em;
}

.sc-content h5 {
    text-align: center;
    font-family: 'Handlee', cursive;
    font-weight: 400;
    font-size: 1.1em;
}

h6 {
    font-family: 'zona_proregular';
    text-align: center;
}

h6 img {
    width: 100px;
}

.zona {
    font-family: 'zona_probold';
}

.sc-content em,
.sc-content strong {
    background: #fff;
    font-style: normal;
    font-weight: 400;
}

.sc-content em {
    float: right;
    padding-left: .5em;
}


.sc-content strong {
    display: inline;
    padding-right: .5em;
}

.price {
    float: right;
    font-family: 'Handlee', cursive;
}

.sc-content p {
    font-size: 1em;
    width: 106%;
   /* background-image: url(img/leader.png);
    background-repeat: repeat-x;
    background-position: left calc(100% - 6px);*/
    margin: 0 15px 4px 0;
    transform: scaleX(.9);
    transform-origin: left;
}

h1 span.note {
    color: #000;
    font-family: 'Handlee', cursive;
    font-size: 14px;
}

.sc-content h1 em {
    font-size: .8em;
}

.sc-content p.noleader {
    background: none;
}

.sc-content p.note {
    background-image: none;
    color: #000;
    text-align: center;
    font-size: .88em;
}

.sc-content p.glass3 {
    margin-right: 200px;
}

.sc-content p.glass2 {
    margin-right: 100px;
}

.sc-content p.gf {
    font-weight: normal;
}

.sc-content h1.subhead {
    font-size: .85em;
    text-transform: uppercase;
	font-weight:normal;
}


.sc-contentp em {
    padding-left: 0
}

p.noleader em {
    padding-left: 28px;
    background: none;
}

p.glass2 em {
    transform: translateX(-40px);
}

p.glass3 em {
    transform: translateX(-84px);
}

.price2cols em + em {
    padding-left: 0em;
}

/*p.gf > strong:after {
    content: "";
    background: url(img/gluten-free.svg) no-repeat right top;
    width: 20px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
    transform: translateY(-3px);
}
*/


body {
    font-size: 15px;
}

body.USletter {
    padding: 40px 80px;
    width: 816px;
    height: 1056px;
   

}

body.USletter header {
    margin-right: 0px;
}

.sc-content h1.subhead {
    font-size: 1em;

}

article.col2 {

    width: 46% !important;
    margin-right: 0;

}


article.col2 + article {
    margin-left: 0;
    float: right;
}

.sc-content p {
    box-sizing: border-box;
    width: 100%;
    padding-right: 30px;
    transform: none;
    position: relative;
    line-height: 1em;
    margin-bottom: .55em;

}

em {
    position: absolute;
    right: 0;
    bottom: 0;
    text-indent: 0;
}

.sc-content strong {
    padding-right: 0;
}

p.gf:before {
    content: "";
    background: url(img/gluten-free.svg) no-repeat right top;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;

}

p.gf {
    text-indent: -20px;
}






table {
    font-size: .6em;
    float: right;
    width: 120px;
    text-align: center;
}

table.col2 {
    width: 80px;
}

table,
th,
td {
    padding: 0;
}

th {
    font-size: 1.25em;
    font-weight: bold;
}

.elastic {
    max-width: 100%;
}

.sc-content p.arc-shadow {
    text-align: center;
    position: relative;
    border: 1px solid #999;
    padding: .5em;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    font-family: 'zona_probold';
    font-size: .9em;
}

.sc-content p.arc-shadow:before,
.sc-content p.arc-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 7px;
    width: 50%;
    height: 20%;
    max-width: 400px;
    max-height: 100px;
    box-shadow: 0 16px 5px rgba(0, 0, 0, 0.5);
    transform: rotate(-3deg);
}

.sc-content p.arc-shadow:after {
    right: 7px;
    left: auto;
    transform: rotate(3deg);
}

.menusubheader {
    text-align: center;
    padding-right: 35px;
    width: 100%;
    display: flex;
    align-content: center;
}

.menusubheader h1 {
    width: 100%;
}

.menusubheader p {
    margin: auto;
    padding: 10px;
    width: auto;
    font-size: .9em;
    transform-origin: center;
    background-image: none;
    margin-bottom: 0;
    transform: none;
}

.menusubheader sc-content {
    margin: auto;
}

.topP {
    margin-top: 10px !important;
}

@media screen and (max-width:767px) {
    body {
        font-size: 20px;
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    body.USletter {
        width: 100%;
        padding: 10px;
        position: relative;
    }

    #menuFrame {
        width: 100%;
    }

    article, article.col2 {
        width: 90% !important;
        float: none !important;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        max-width:none;
    }

    article.col2 + article{
        margin-left:auto;
    }

    strong {
        display: inline;
    }

    p em {
        padding-left: 1em;
        position: absolute;
        bottom: 0px;
        right: 0%;
    }

    p {
        line-height: 1em;
        margin-bottom: .4em;
        padding-right: 15%;
    }

    article table {
        transform: translateX(4.5em) scale(.75);
    }

    p.noleader em + em {
        margin-right: 2.5em;
    }

    p.noleader em + em + em {
        margin-right: 4em
    }

    ;

}

@media print {
    body.USletterWideLeftMargin {
        padding: 40px 0px 40px 120px;

    }

    article.col1 {
        width: 31% !important;
        max-width: none;
    }


}
