/* FONTY */
@font-face {
    font-family: "Hilda";
    src: url("https://dev.pamet-statenic.cz/zdroje/fonty/hilda.eot");
    src: url("https://dev.pamet-statenic.cz/zdroje/fonty/hilda.eot?#iefix") format("embedded-opentype"),
         url("https://dev.pamet-statenic.cz/zdroje/fonty/hilda.ttf") format("truetype");
}
@font-face {
    font-family: "Akadora";
    src: url("https://dev.pamet-statenic.cz/zdroje/fonty/akadora.eot");
    src: url("https://dev.pamet-statenic.cz/zdroje/fonty/akadora.eot?#iefix") format("embedded-opentype"),
         url("https://dev.pamet-statenic.cz/zdroje/fonty/akadora.ttf") format("truetype");
}
@font-face {
    font-family: "Scrgunny";
    src: url("https://dev.pamet-statenic.cz/zdroje/fonty/scrgunny.eot");
    src: url("https://dev.pamet-statenic.cz/zdroje/fonty/scrgunny.eot?#iefix") format("embedded-opentype"),
         url("https://dev.pamet-statenic.cz/zdroje/fonty/scrgunny.ttf") format("truetype");
}
@font-face {
    font-family: "Bohemiantypewriter";
    src: url("https://dev.pamet-statenic.cz/zdroje/fonty/bohemiantypewriter.eot");
    src: url("https://dev.pamet-statenic.cz/zdroje/fonty/bohemiantypewriter.eot?#iefix") format("embedded-opentype"),
         url("https://dev.pamet-statenic.cz/zdroje/fonty/bohemiantypewriter.ttf") format("truetype");
}
@font-face {
    font-family: "cmunvt";
    src: url("https://dev.pamet-statenic.cz/zdroje/fonty/cmunvt.eot");
    src: url("https://dev.pamet-statenic.cz/zdroje/fonty/cmunvt.eot?#iefix") format("embedded-opentype"),
         url("https://dev.pamet-statenic.cz/zdroje/fonty/cmunvt.ttf") format("truetype");
}

/* OPRAVA ČTVEREČKOVANÉHO OHRANIČENÍ ODKAZŮ VE FF */
a, a:visited, a:focus, a:active, a:hover {
    outline: 0 none !important;
}

/* HTML */
html, body {
    background-color: #f7efda; /* #f5e4b5, f0e3c0 */
    font-family: "Source Sans", sans-serif;
    font-size: 1em;
    line-height: 1.5;
    color: #222222;
    /*max-width: 1300px;*/
}
@media screen and (max-device-width: 480px){
    body { /* oprava automatického scalování textu v iOS Safari (blbla velikost textu v rámečku "reference") */
        -webkit-text-size-adjust: none;
    }
}
p.m, p.v {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}
p.m {
    height: 0.3em;
}
p.v {
    height: 1.5em;
}
p.m, p.v {
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}
.clear { clear: both; }

/* ODKAZY */
a, a:visited {
    color: #004964;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
  
/* STYLY */
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
u {
    text-decoration: underline;
}
hr {
    display: block;
    width: 95%;
    height: 1px;
    border: 0;
    margin: 0.5em auto;
    background-color: #b8b8b8;
}

/* ZAROVNÁNÍ */
.c {
    text-align: center;
}
.l {
    text-align: left;
}
.r {
    text-align: right;
}
.j {
    text-align: justify;
}
  
/* NADPISY */
h1 {
    font-size: 2em;
    margin-bottom: 0.33em;
    font-family: "cmunvt";
    color: #111111;
}
h2 {
    font-size: 1.7em;
    margin-bottom: 0.28em;
    font-family: "cmunvt";
    color: #111111;
}
h3 {
    font-size: 1.4em;
    margin-bottom: 0.23em;
    font-family: "cmunvt";
    color: #111111;
}
h4 {
    font-size: 1.1em;
    margin-bottom: 0.18em;
    font-family: "Aller Bold";
    color: #004964;
}
h5 {
    font-size: 0.8em;
    margin-bottom: 0.13em;
}
h1.c, h2.c, h3.c, h4.c, h5.c {
    display: block;
    width: 100%;
}

/* NO SELECT */
#hlavicka, #menu {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

/* TĚLO */
#telo {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

/* HLAVIČKA */
#hlavicka {
    width: 100%;
    height: 6rem;
    border-bottom: 1px solid rgba(255,0,0,0.5);
}
#hlavicka #logo {
    background-image: url("https://dev.pamet-statenic.cz/zdroje/img/vlajka.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 6rem;
    height: 4rem;
    position: absolute;
    top: 1rem;
    left: 2rem;

    opacity: 0.8;
}
#hlavicka #logotext {
    position: absolute;
    left: 10rem;
    top: 1rem;
    width: 30rem;
    height: 4rem;
    line-height: 4rem;
    font-family: "Bohemiantypewriter";
    font-size: 2.5rem;
    color: #302e27; 
}
#hlavickasep {
    width: 29rem;
    height: 1px;
    position: absolute;
    top: 6rem;
    left: 2rem;
    background-color: #f00;
    z-index: 101;
}

/* MENU */
#menu {
    width: 14rem;
    padding: 0.5rem 0 0 2rem;
}
#menu h2 {
    color: rgba(255,0,0,0.8);
    margin-bottom: 0;
}
#menu a {
    display: block;
    width: calc(100% - 2rem);
    height: 2rem;
    /*border-top: 1px solid rgba(0,85,255,0.5);*/
    line-height: 2rem;
    font-family: "Bohemiantypewriter";
    color: #111111;
    padding: 0 1rem 0 0;
}
#menu a:first-child {
    border-top: none;
}
#menu a.dlouh {
    line-height: 1.2rem;
    padding: 0.4rem 1rem 0.4rem 0;
}

/* OBSAH */
#obsah {
    width: calc(100vw - 12rem - 1px);
    max-width: calc(1300px - 12rem - 1px);
    min-height: calc(100vh - 6rem - 0.5rem - 1px);
    position: absolute;
    top: 6rem;
    left: 17rem;
    padding: 0.5rem 0 0 1rem;
    border-left: 1px solid rgba(255,0,0,0.5);
}
#obsah h1 {
    font-weight: bold;
}
