/* Custom styles for the navbar */
.navbar-custom {
    background-color: #2b2c2b;
}

.sticky-top-200 {
    top: 200px;
}

/* Placeholder for the image */
.placeholder-image {
    height: 220px;
    background: url('obrazky/Leopard-2-A7-KMW-003-V2-262626.webp') no-repeat;
    background-size: cover;
    background-position: center 43%; 
}

@media (max-width: 767px) {
    .placeholder-image {
        display: none;
    }
}

@media (max-width: 410px) {
    .navbar-toggler {
        margin-left: auto;
        margin-right: auto;
    }
}

.navbar-nav .nav-link {
    font-size: 24px; /*velikost písma */
}

.menu-burger{
    width: 70%;
    margin-top: 6px;
    margin-bottom: 6px;
}

.kurzy{
    font-family: Jaro;
    font-size: 4rem;
}

.logo{
    width: 230px;
    margin-left: 2.5rem;
}

.carousel-item-vyska{
    max-height: 650px;
    font-family: Jaro;
}

.prehlidka_img{
    width: 100%;
    height: auto;
}

.largerfont{
    font-size: 18px;
    color: rgb(243, 243, 243);
    transition: color 0.2s ease ;
}

.largerfont:hover{
    color: #0099ff;

}

.largerfontH{
    font-size: 270%;
    color: rgb(243, 243, 243);
    transition: color 0.2s ease ;
}

.largerfontH:hover{
    color: #0099ff;

}

.jaro_text{
    font-family: Jaro;
}

.jaro_text p{
    font-size: 20px;
}

.jaro_text h1{
    font-size: 50px;
}

.jaro_text button{
    font-size: 22px;
    margin-bottom: 30px;
}

a {
    text-decoration: none !important;
}

.navbar-nav .nav-link {
    color: #f8f9fa;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover {
    color: #4b5320;
}

.viteze-h1{
    font-family: Jaro;
}

.viteze-h1 h1{
    font-size: 4rem;
}

.viteze-img{
    width: 9%;
    margin-bottom: 30px;
}

.card-title{
    font-family: Jaro;
}


.horizontalline{
    width: 85%;
    height: 2px;
    background-color: #0099ff;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Space between icons */
}
.social-icons a img {
    width: 40px; /* Adjust the size as needed */
    height: auto;
    transition: transform 0.3s ease;
}
.social-icons a img:hover {
    transform: scale(1.2);
}

.contact-row {
    padding: 10px 0;
    border-bottom: 1px solid #555;
}
.contact-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-info p {
    margin: 0;
    padding-left: 20px;
}

.time-section {
    text-align: center;
    padding: 50px 0;
    background-color: #343a40; /* Bootstrap .bg-dark color */
    color: #ffffff; /* Bootstrap .text-light color */
}
.current-time {
    font-size: 1.5rem;
    margin-top: 20px;
}

.course {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #2c2f33;
    border-radius: 8px;
}
.course h2 {
    color: #ffc107; /* žlutá barva pro názvy kurzů */
}

.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.map-responsive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}