body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

.text-red {
    color: #E31B23;
}

.bg-red {
    background-color: #E31B23;
}

.bg-light-green {
    background-color: #E8F5E9;
}

.navbar-brand img {
    max-height: 70px;
}

.container-header .mod-menu {
    color: #333 !important;
}

/* Tlačidlá */
.btn-red {
    background-color: #E31B23;
    color: white !important;
    font-weight: bold !important;
    border-radius: 50px;
    transition: 0.3s;
}

.btn-red:hover {
    background-color: #b5151b;
    color: white;
}

/* Navigácia */
.brand-text {
    display: none;
}

.brand-text small {
    font-size: 0.7rem;
    letter-spacing: 1px;
    line-height: 1;
}

.nav-link {
    font-weight: 500;
    color: #333 !important;
}

.nav-link.btn-red {
    color: white !important;
    font-weight: bold !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    display: block;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

/* Hero sekcia */
.hero-section {
    height: 80vh;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('../images/hero-bg.jpg') no-repeat center center;
    background-size: cover;
}

/* Karty služieb */
.service-icon {
    font-size: 3rem;
}

.cta-box {
    box-shadow: 0 10px 30px rgba(227, 27, 35, 0.2);
}

/* Footer */
footer .small a {
    color: #fff !important;
}

footer a:hover {
    color: #E31B23 !important;
}

.com-content-article__body {
    text-align: justify;
}

@media screen and (min-width: 769px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        display: none;
    }

    .dropdown:hover>.dropdown-menu {
        display: block;

    }

    .dropend:hover>.dropdown-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }


}