@font-face {
    font-family: google;
    src: url(fonts/Google_Sans_Flex/static/GoogleSansFlex_9pt-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: google;
    src: url(fonts/Google_Sans_Flex/static/GoogleSansFlex_9pt-ExtraBold.ttf);
    font-weight: bold;
}

body {
    font-family: google;
    font-size: 0.9rem;
    color: #0a294b;
    background: #F9F9F9;
    box-sizing: border-box;
    margin: 0;
    padding: 100px 01px 0px 0px;
}

.centrovany {
    text-align: center;
}

.obrazek {
    float: right;
    padding-left: 10px;
}

article header {
    height: 80px;
}

article {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 50px 10px 50px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: #003868;
    padding: 10px 0;
}

article h1 {
    margin: 0;
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    width: max-content;
    border-bottom: 4px solid #ef6534;
}

article h2 {
    font-size: 1.5em;
    width: max-content;
    border-bottom: 3px solid #ef6534;
}

article section p {
    margin-bottom: 1.5em;
    line-height: 1.8em;
}

article section a {
    color: #ef6534;
    text-decoration: none;
    font-weight: bold;
}

.clear {
    clear: both;
}

.tlacitko-zpet {
    background-color: #ef6534;
    color: white;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: normal;

}

.tlacitko-zpet:hover {
    background-color: #ff916b;
}

.mezera {
    margin-bottom: 40px;
}

.dulezite {
    color: #ef6534;
    font-weight: bold;
}

body>header {
    height: 100px;
    width: 100%;
    background: #003868;
    color: white;
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    z-index: 1;
    top: 0;
}

#logo {
    height: 40px;
    margin: auto 0 auto 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(obraz/logo\ \(1\).png) no-repeat;
    background-size: 40px 40px;
}

#logo>* {
    margin: 0 0 0 50px;
}

#logo h1 {
    color: white;
}

#logo h1 span {
    font-weight: normal;
    text-transform: uppercase;
}

#logo small {
    text-transform: uppercase;
    font-size: 0.7em;
}

nav ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 100%;
}

nav ul li {
    padding: 0 25px;
    margin: 0 5px;
}

nav ul a {
    color: white;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
}

nav ul a:hover,
.aktivni a {
    border-bottom: 2px solid #ef6534;
}

.aktivni-odkaz:hover {
    border-bottom: 2px solid #EF6534;
}

html {
    background: #414042;
}

footer {
    box-sizing: border-box;
    text-align: center;
    height: 100px;
    color: white;
    background: #414042;
    padding: 50px 0 0 0;
    clip-path: polygon(0 30px, 100% 0, 100% 105%, 0 105%);
}