body {
    color:#3B2314;
    font-size: 2em; 
    font-family: 'Caladea', serif; 
    line-height: 1em;
    padding-bottom: 50px;
}
body .ui-button {color:#fff;background-color:#3B2314 !important;border:1px solid #3B2314}
body .ui-button.ui-button-text-only .ui-button-text {font-family:'Amatic SC', sans-serif;font-size:3em}

/*h1 {text-align:center;font-family:'Amatic SC', cursive;font-size:2.5em}*/
h1, h2 {font-family:'Amatic SC', cursive}

.sub{font-style:italic; font-size: 0.8em; color:#3B2314}
.decor {background: url("/otb/resources/menu/decor.png") repeat-x; height: 10px; width: 100%; margin:1rem 0; overflow: hidden}
.testata {background: url(/otb/resources/menu/head1.png) no-repeat center top;min-height:700px}

.pad-def {padding-top:700px}

@media (max-width:600px) {
    .pad-def {padding-top:300px}
    .testata {background-size:auto 300px}
}

/*
@media print{
    
    @font-face {
        font-family: 'Amatic SC';
        font-style: normal;
        font-weight: 700;
        src: url(/otb/resources/menu/font/Amatic-1.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    }
    
    @font-face {
        font-family: 'Amatic SC';
        font-style: normal;
        font-weight: 700;
        src: url(/otb/resources/menu/font/Amatic-2.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }
    
    body .ui-button {display: none; margin-left: -15px; margin-right: -15px;}
    .testata {background: none;}
    .pad-def {padding-top:10px}
    .decor {background: url("/otb/resources/menu/decor.png") repeat-x; height: 30px; width: 100%; margin:1rem 0; overflow: hidden}
    
}
*/