body {
    min-height: 100vh;
    font-size: 18px;
    line-height: 1.6;
}

.bg-gra {
    background: rgb(0, 51, 102);
    background: radial-gradient(circle, rgba(0, 51, 102, 1) 0%, rgba(0, 32, 64, 1) 100%);
}

.bg-middle{
    background-color: #a9b6c2;
}

.bg-gray-300{
    background-color: #dee2e6;
}

li{
    line-height: 1.8;
}

/*  images */
.logo img {
    width: 90%;
    max-width: 150px;
}

.logo-brand {
    max-width: 160px;
    max-height: 50px;
}

/* buttons, links*/

button.btn.btn-tcdark:focus,
button.btn.btn-tclight:focus,
a:focus-visible,
a.btn:focus-visible {
    outline: dashed rgb(196, 48, 48) 2px;
    outline-offset: 2px;
}

.btn-tclight {
    background-color: #ffcc00;
}

a.btn.btn-tclight:hover,
.btn.btn-tclight:focus {
    background-color: #ffcc0077;
}

.btn.btn-tcdark {
    background-color: #036;
    color: white;
}

.btn.btn-tcdark:hover,
.btn.btn-tcdark:focus {
    background-color: #003366ab;
    color: white;
}

a[target="_blank"]:after{
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

a[target="_blank"]:after {
    content: " (nové okno)";
}

footer a{
    color: #ffcc00;
}

footer a:focus,
footer a:hover{
    color: #a9b6c2;
}

/*   cards  */
.tc-card {
    margin-bottom: 1em;
}

.card-img-icon {
    width: 90px;
}

/*   map  */
.tc-map svg {
    width: 80vw;
    max-width: 900px;
}

a:hover path,
a:focus path {
    fill: #036;
    transition: fill 0.3s ease;
}
a.no-outline{
    outline: 0;
}

.mt-min-120 {
    margin-top: -120px;
}

