body {
    background: #560611;
    color:#ebae4c;
    font-size: 2.5em; 
    font-family: 'Ubuntu', sans-serif; 
    line-height: 1em;
    margin: 0;
}
body a {color:#fff}
body .ui-button {color:#560611;background-color:#ebae4c !important;border:1px solid #ebae4c}
body .ui-button.ui-button-text-only .ui-button-text {font-family:'Kalam', sans-serif}

h1 {font-family: 'Kalam', cursive; color:#ebae4c; text-transform: uppercase}
h2 {font-family: 'Kalam', cursive}

.sub {font-style:italic; font-size: 0.8em; color:#ebae4c;}
.decor {border-bottom: dotted 5px #ebae4c; height: 10px; width: 100%; margin:1rem 0; overflow: hidden;}
.testata {background: url(/otb/resources/menu/head7.jpg) no-repeat center top;background-size:contain;min-height:700px}

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

@media (max-width:1600px) {
    .pad-def {padding-top:700px}
}

@media (max-width:1400px) {
    .pad-def {padding-top:600px}
}

@media (max-width:1200px) {
    .pad-def {padding-top:500px}
}

@media (max-width:1000px) {
    .pad-def {padding-top:400px}
}

@media (max-width:800px) {
    .pad-def {padding-top:350px}
}

@media (max-width:600px) {
    .pad-def {padding-top:250px}
}

@media (max-width:400px) {
    .pad-def {padding-top:180px}
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}

/*
@media print{
    @font-face {
        font-family: 'Kalam';
        font-style: normal;
        font-weight: 700;
        src: url(/otb/resources/menu/font/Kalam-1.woff2) format('woff2');
        unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
    }
    @font-face {
        font-family: 'Kalam';
        font-style: normal;
        font-weight: 700;
        src: url(/otb/resources/menu/font/Kalam-2.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: 'Kalam';
        font-style: normal;
        font-weight: 700;
        src: url(/otb/resources/menu/font/Kalam-3.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;}
    .testata {background: #560611; margin-left: -15px; margin-right: -15px;}
    .pad-def {padding-top: 10px}
}
*/