body {
    font-family: 'Ubuntu', sans-serif !important;
    color: #112447;
}

h2 {
    font-size: 2.5rem;
    padding-top: 0.5em;
    margin-bottom: 0.5em;
}

.navbar-nav {
    color: #112447;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 500;
    font-size: 1.2rem;
}

.navbar-nav .nav-link {
    color: #112447 !important;
}

.navbar-brand img {
    width: 200px;
    height: auto;
}

.navbar-nav .nav-item {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.contact-link {
    background-color: #387F82;
    border-radius: 0.5rem;
    padding-left: 1em;
    padding-right: 1em;
}

.contact-link .nav-link {
    color: #fff !important;
}

.social-icons {
    font-size: 1.5rem;
    color: #112447;
}

.social-icons a {
    color: #112447;
    text-decoration: none;
}

#carousel-home {
    border-bottom: 20px solid #387F82;
}

#carousel-home h2 {
    color: #fff;
    font-size: 3.5rem;
    position: absolute;
    bottom: 15%;
    left: 25%;
    z-index: 99;
    text-transform: uppercase;
    text-shadow: 5px 5px 7px rgba(0, 0, 0, 1);
    line-height: 1.1;
}

#carousel-home h2 .slider-highlight {
    color: #387F82;
    font-size: 5rem;
}

#carousel-home .slider-button {
    position: absolute;
    color: #fff;
    background-color: #387F82;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    z-index: 99;
    bottom: 65%;
    left: 25%;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.3s ease;
    &:hover {
        background-color: #fff;
        color: #387F82;
    }
}

/* Responsive styles for carousel */
@media (max-width: 1200px) {
    #carousel-home h2 {
        font-size: 3rem;
        left: 20%;
        bottom: 10%;
    }
    
    #carousel-home h2 .slider-highlight {
        font-size: 4rem;
    }
    
    #carousel-home .slider-button {
        left: 20%;
        bottom: 62%;
        font-size: 1.1rem;
        padding: 8px 16px;
    }
}

@media (max-width: 992px) {
    #carousel-home h2 {
        font-size: 2.5rem;
        left: 15%;
        bottom: 5%;
    }
    
    #carousel-home h2 .slider-highlight {
        font-size: 3.2rem;
    }
    
    #carousel-home .slider-button {
        left: 15%;
        bottom: 58%;
        font-size: 1rem;
        padding: 8px 14px;
    }
}

@media (max-width: 768px) {
    #carousel-home h2 {
        font-size: 2rem;
        left: 10%;
        bottom: 0%;
        text-align: center;
        width: 80%;
    }
    
    #carousel-home h2 .slider-highlight {
        font-size: 2.5rem;
    }
    
    #carousel-home .slider-button {
        left: 50%;
        transform: translateX(-50%);
        bottom: 55%;
        font-size: 0.9rem;
        padding: 6px 12px;
        white-space: nowrap;
    }
}

@media (max-width: 576px) {
    #carousel-home h2 {
        font-size: 1.5rem;
        left: 5%;
        bottom: 18%;
        width: 90%;
        line-height: 1.2;
    }
    
    #carousel-home h2 .slider-highlight {
        font-size: 2rem;
    }
    
    #carousel-home .slider-button {
        display: none;
    }
}

@media (max-width: 400px) {
    #carousel-home h2 {
        font-size: 1.2rem;
        left: 2%;
        width: 96%;
        bottom: 20%;
    }
    
    #carousel-home h2 .slider-highlight {
        font-size: 1.6rem;
    }
    
    #carousel-home .slider-button {
        display: none;
    }
}

.page-heading {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #387F82;
    margin-bottom: 2em;
    color: #fff;
    h1 {
        font-size: 2.5rem;
        text-transform: uppercase;
        font-weight: 600;
    }
}

.page-wrapper {
    p {
        font-size: 1.2rem;
        font-weight: 300;
        text-align: justify;
    }
}

.preklik h3 {
    position: absolute;
    top: 8%;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
}

.preklik a {
    position: absolute;
    top: 50%;
    left: 10%;
    color: #fff;
    background-color: #387F82;
    font-size: 1.5rem;
    padding: 5px 20px;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 99;
    transition: all 0.3s ease;
    &:hover {
        background-color: #fff;
        color: #387F82;
    }
}

.image-link {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 1em;
}

.nahlad-galerie img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 1em;
}

.home-wrapper {
    background-color: #F6F7F7;
    padding-left: 5em;
    padding-right: 5em;
}

.service-tab {
    background-color: #fff;
    margin-bottom: 2em;
    height: 250px;
}

.service-tab a {
    position: absolute;
    bottom: 50px;
    color: #112447 !important;
    text-decoration: none;
}

.service-tab a::after {
    content: '>';
    color: #387F82;
    font-weight: 900;
    font-size: 1.1rem;
    margin-left: 5px;
}

.contact-input {
    margin-bottom: 1em;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 300;
}

.contact-button {
    background-color: #387F82;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    position: absolute;
    bottom: 55px;
    right: 30px;
    border: none;
    font-size: 1rem;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    &:hover {
        background-color: #fff;
        color: #387F82;
    }
}

#kontakt p {
    font-size: 1.3rem;
}

footer {
    padding-top: 2em;
    background-color: #59595B;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 300;
    font-size: 1rem;
    color: #fff;
}

.copyright-footer {
    padding-top: 2em;
    margin-top: 2em;
    padding-bottom: 2em;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 300;
    font-size: 1rem;
    color: #fff;
    border-top: 1px solid #fff;
}

.blog-preview {
    margin-bottom: 2em;
    padding: 1em;
    h2 {
        font-size: 1.5rem;
        text-transform: uppercase;
        margin-bottom: 0.5em;
        color: #387F82;
    }
    p {
        font-size: 1.1rem;
        text-align: justify;
    }
}

.blog-preview-inner {
    border-radius: 1em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
    height: 100%;
}

.blog-preview a img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 1em 1em 0 0;
}

.blog-preview-content {
    padding: 1em;
}