/* logo nahore */

#header .logo img,
#header .logo svg {
    height: 50px;
    width: auto;
}

/* pozadi mapa */

body {
    position: relative;
    background: transparent;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;

    background-image: url("/user/themes/ok-doksy/images/kraluv_stolec.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    opacity: 0.5;
}

#body-wrapper,
#body-wrapper.section {
    background: transparent !important;
}

#body-wrapper > .container {
    position: relative;
    background: transparent;
    z-index: 1;
}

/* odstraneni spodku stranky s grav kecy */

#footer {
    display: none !important;
}

/* vice prostoru v nadpisech */

h1,
h2,
h3,
h4,
h5,
h6,
.display,
.h-display {
    letter-spacing: 0.015em;
}

/* zruseni boxiku pred nadpisy */

h1::before {
    content: none;
}

h2::before {
    content: none;
}

/* automaticka sirka videa */

.local-video {
    width: 100%;
}

.local-video video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}