﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Albertsthal';
    src: url('/css/Albertsthal Typewriter.otf');
}

@font-face {
    font-family: 'themix';
    src: url('https://cdn.skauting.cz/fonts/TheMix_LT_400.eot');
    src: url('https://cdn.skauting.cz/fonts/TheMix_LT_400.eot? #iefix') format('embedded-opentype');
    src: url('https://cdn.skauting.cz/fonts/TheMix_LT_400.woff') format('woff'), url('https://cdn.skauting.cz/fonts/TheMix_LT_400.woff2') format('woff2'), url('https://cdn.skauting.cz/fonts/TheMix_LT_400.otf') format('opentype'), url('https://cdn.skauting.cz/fonts/TheMix_LT_400.svg#themix') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'themix';
    src: url('https://cdn.skauting.cz/fonts/TheMix_LT_400i.eot');
    src: url('https://cdn.skauting.cz/fonts/TheMix_LT_400i.eot? #iefix') format('embedded-opentype');
    src: url('https://cdn.skauting.cz/fonts/TheMix_LT_400i.woff') format('woff'), url('https://cdn.skauting.cz/fonts/TheMix_LT_400i.woff2') format('woff2'), url('https://cdn.skauting.cz/fonts/TheMix_LT_400i.otf') format('opentype'), url('https://cdn.skauting.cz/fonts/TheMix_LT_400i.svg#themix') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'themix';
    src: url('https://cdn.skauting.cz/fonts/TheMix_LT_700.eot');
    src: url('https://cdn.skauting.cz/fonts/TheMix_LT_700.eot? #iefix') format('embedded-opentype');
    src: url('https://cdn.skauting.cz/fonts/TheMix_LT_700.woff') format('woff'), url('https://cdn.skauting.cz/fonts/TheMix_LT_700.woff2') format('woff2'), url('https://cdn.skauting.cz/fonts/TheMix_LT_700.otf') format('opentype'), url('https://cdn.skauting.cz/fonts/TheMix_LT_700.svg#themix') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'themix';
    src: url('https://cdn.skauting.cz/fonts/TheMix_LT_700i.eot');
    src: url('https://cdn.skauting.cz/fonts/TheMix_LT_700i.eot? #iefix') format('embedded-opentype');
    src: url('https://cdn.skauting.cz/fonts/TheMix_LT_700i.woff') format('woff'), url('https://cdn.skauting.cz/fonts/TheMix_LT_700i.woff2') format('woff2'), url('https://cdn.skauting.cz/fonts/TheMix_LT_700i.otf') format('opentype'), url('https://cdn.skauting.cz/fonts/TheMix_LT_700i.svg#themix') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'skautbold';
    src: url('https://cdn.skauting.cz/fonts/skaut-bold-webfont.eot');
    src: url('https://cdn.skauting.cz/fonts/skaut-bold-webfont.eot? #iefix') format('embedded-opentype');
    src: url('https://cdn.skauting.cz/fonts/skaut-bold-webfont.woff') format('woff'), url('https://cdn.skauting.cz/fonts/skaut-bold-webfont.woff2') format('woff2'), url('https://cdn.skauting.cz/fonts/skaut-bold-webfont.otf') format('opentype'), url('https://cdn.skauting.cz/fonts/skaut-bold-webfont.svg#skautbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: themix, sans-serif !important;
    background-color: #F6EBD8 !important;
    font-size: 17px !important;
}

h1 {
    font-family: skautbold, sans-serif !important;
    font-weight: normal !important;
    font-size: 35px !important;
    color: #732813 !important;
}

h2 {
    font-family: skautbold, sans-serif !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #732813 !important;
}


h3 {
    font-family: skautbold, sans-serif !important;
    font-weight: 700 !important;
    font-size: 25px !important;
}

h4 {
    font-family: skautbold, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

h5 {
    font-weight: normal !important;
    font-size: 15px !important;
    color: gray !important;
    line-height: 150% !important;
}

h6 {
    font-weight: 700 !important;
    font-style: italic !important;
    font-size: 14px !important;
}

p {
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 17px !important;
}

b {
    font-weight: 700 !important;
}

i {
    font-style: italic !important;
}

.italic {
    font-style: italic !important;
}

.bold {
    font-weight: 700 !important;
}

.intro > h1 {
    font-size: 12vh !important;
}

.intro > h2 {
    font-family: themix, sans-serif !important;
    color: #D4B66D !important;
    /*font-size: 12vh !important;*/
}

a:visited {
    color: #A21F16;
}

a:link {
    color: #A21F16;
}

.metodika {
    opacity: 0.5;
    padding: 15px;
    font-style: italic !important;
    color: #5D4716 !important;
    border-radius: 5px;
}

.poznamka {
    color: #008836;
}

.psaci-stroj {
    font-family: Albertsthal, 'Courier New' !important;
    font-size: 20px !important;
    text-align: left !important;
}