.custom-navbar {
    background-color: #1f1f1f;
}
.custom-navbar .navbar-brand{
    color: #ffffff;
}
.custom-navbar .nav-link {
    color: rgb(197, 197, 197);
}
.custom-navbar .nav-item{
    margin-top: 5%;
    color: rgb(197, 197, 197);
}
.custom-navbar .nav-link:hover {
    color: #ffffff;
}
.custom-navbar {

    display: flex;
    align-items: center;
}
body {
    background-image: url('istock_89032047_large.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.navbar-brand {
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.nav-link {
    padding-top: ;
    padding-bottom: ;
}
#vyroba {
    color: white !important;
}
#tradice {
    color: white !important;
}
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.hero-content {
    z-index: 2;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.hero-content h1 {
    font-size: 8rem;
}
h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}
.card:hover {
    transform: scale(1.05);
}
.card-img-top {
    height: 200px;
    object-fit: cover;
}
img.img-fluid {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
ul {
    list-style-type: square;
    padding-left: 20px;
}

ul li {
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
    h2 {
        font-size: 2rem;
    }

    .card {
        margin-bottom: 20px;
    }

    .row > .col-md-6 {
        margin-bottom: 30px;
    }
}
#kontakty{
    color: white !important;
}

@media (max-width: 550px) {
    .hero-content h1 {
        font-size: 4rem;
    }
}
