html,
body,
header{
    height: 80%;
}
@media (max-width: 576px) {

    html,
    body,
    header{
        height: 80%;
    }
}


@media (max-width: 740px) {

    html,
    body,
    header{
        height: 80%;
    }
}

@media (min-width: 800px) and (max-width: 850px) {

    html,
    body,
    header{
        height: 80%;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #929FBA !important;
    }
}

.dropdown:hover .dropdown-menu {display: block;}
.muj-color {
    background: #2b2b2b;
}

.muj-yellow-text {
    color: #e5682d;
}
.mezera {
    height: 40px;
}


.small-font {
    font-size: small;
}

.nav-item .dropdown-menu {
    margin-top: -1px;
    margin-right: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgb(191, 186, 186);
    padding: 15px;
}

h1 {
    background-image: radial-gradient( circle 957px at 8.7% 50.5%, rgb(229, 104, 45) 0%, rgb(132, 63, 30) 90% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 30px 0 15px 0;
    font-weight: bold;
    font-family: 'Oswald', serif;
}

h2 {
    background-image: radial-gradient( circle 957px at 8.7% 50.5%, rgb(229, 104, 45) 0%, rgb(132, 63, 30) 90% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 30px 0 15px 0;
    font-weight: bold;
    font-family: 'Oswald', serif;
    font-size: 1.3em;
}

.active:hover{
    background-color: #291919;
}

.datum {width: 110px; font-size: small;}

.mujlight-brown-text {
   color: #DDB8A6;
}

.foto-galerie {
    background-image: linear-gradient(rgba(135, 172, 109, 0.58), rgba(194, 234, 179, 0.13));
    border: #117a8b solid 1px;
    padding: 5px;
    font-size: 0.95em;
    border-radius: 5px;
    text-align:center;
}

div.foto-galerie:hover {
    background-image: linear-gradient(rgba(249, 234, 58, 0.62), rgba(234, 231, 179, 0.2));
    cursor: pointer;
}

.digisberna {
    width: 200px;
    float:left;
    margin: 5px;
    background-image: linear-gradient(rgba(135, 172, 109, 0.58), rgba(194, 234, 179, 0.13));
    border: #117a8b solid 1px;
    padding: 5px;
    font-size: 0.95em;
    border-radius: 5px;
    text-align:center;
}

div.digisberna:hover {
    background-image: linear-gradient(rgba(249, 234, 58, 0.62), rgba(234, 231, 179, 0.2));
    cursor: pointer;
}

hr.hr-1 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.14),
            rgb(229, 104, 45),
            rgba(0, 0, 0, 0.11)
    );
}

hr.hr-2 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(
            to right,
            rgba(248, 245, 245, 0.11),
            rgba(0, 0, 0, 0.14),
            rgba(248, 245, 245, 0.11)
    );
}


.btnmoje:after {
    content: "číst více";
    float: right;
    margin-left: 15px;
}
/* Icon when the collapsible content is hidden */
.btnmoje.collapsed:after {
    content: "číst méně";
    opacity: .4;
    color: #bfbaba;
}

ul.seznam { list-style-type: none; }

.seda-color-dark {
    background-color: #2b2b2b;
}

.sedypruh {
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.27),
            rgba(0, 0, 0, 0.16),
            rgba(0, 0, 0, 0.09)
    );

}