

/* Hlavní poutač */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), 
                url('../foto/test_foto_1.jpeg') center center / cover no-repeat;
    height: 75vh;
    min-height: 500px;
}

.paragraph-custom {
    line-height: 1.6;
}

section[id] {
    scroll-margin-top: 40px;
}


.link-custom {
    text-decoration: none;
}
.link-custom:hover {
    text-decoration: underline !important;
    text-decoration-color: var(--army-green-hover);
}