/* CSS Document */

/*** Navbar ***/
.navbar {
	padding-top: 0 !important;
}
.navbar h1 {
    color: #B9905D;
}
.navbar-expand-lg {
	transition: transform 1000ms ease, opacity 1000ms ease;
}

.navbar-nav {
	width: 100%;
    margin-left: 120px;
}
.navbar .navbar-contact a:hover {
    color: #B9905D !important;
}
.navbar-nav .nav-link:hover {
    color: #B9905D !important;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
.navbar-scroll {
    background-color: #293B46; 
    background-image: none; /* Odstranění gradientu */
}
.navbar-scroll .nav-link:hover {
    color: #B9905D !important;
}
.navbar-scroll .nav-link:focus {
    color: #B9905D !important;
}
.navbar-scroll .navbar-contact i {
	color: #B9905D !important;
}
.navbar-scroll .navbar-contact a:hover {
    color: #B9905D !important;
}
.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 40px;
    margin-top: 15px;
    padding: 30px 0;
	font-family: 'Noto Serif', serif;
    font-size: 19px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    outline: none;
	transition: all 500ms ease;
}



.nav-link:hover {
    color: #293B46;
}

.navbar .navbar-contact a {
	font-family: 'Noto Serif', serif;
	font-size: 17px;
	font-weight: 400;
    color: #222222;
}
.navbar .navbar-contact a:hover {
    color: #293B46;
}
.navbar .navbar-contact i {
	font-size: 30px;
	color: #fff;
	margin: 0 10px 0 30px;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar .nav-link:focus {     
	color:#293B46;
}
.navbar-light .navbar-nav .nav-link:focus {
    color: #B9905D !important;
}
.dropdown-menu {
	min-width: 15rem;
	left: 20px;
}
.nav-item.nav-link:active {
    color: #B9905D !important;
}
/* Tento styl zajišťuje, že navbar bude výše než jiné elementy */
.navbar.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    transition: top 0.3s ease-in-out;
}

/* Můžeme změnit barvu pozadí, když se navbar stane sticky */
.navbar.sticky.navbar-scroll {
    background-color: #F5F0E9;
}

/* Styl pro linky při scrollování */
.navbar.sticky .nav-link:hover {
    color: #B9905D !important;
}



@media (max-width: 991.98px) {
    .header .container-box {
    	padding: 0px !important;
    	width: 100% !important;
    }
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
	    margin-left: 0px;
    }
    .navbar .navbar-nav .nav-link {
    	padding: 10px 0;
    }
    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
    .navbar-expand-lg {
    	background-color: #F5F0E9; 
    }
    .navbar-toggler {
    	background-color: #E6BC73;
        box-shadow: none;
        border: 0px; 
    }
    .navbar-toggler:focus {
    	box-shadow: none;
    }
    .navbar-collapse {
	background-color: #F5F0E9 !important;
}
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 80%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    .navbar.sticky.navbar-scroll {
    max-height: 10%;
    }
}
@media (min-width: 1370px) and (max-width: 1599px)  {
.logo img {
	max-width: 65%;
}
.navbar-nav {
	margin-left: 0px;
}
.navbar .navbar-nav .nav-link {
	margin-left: 35px;
    font-size: 18px;
}
.navbar .navbar-contact a {
	font-size: 12px;
}
}
@media (min-width: 992px) and (max-width: 1369px)  {
.header .container-box {
	padding: 0 !important;
}
.logo img {
	max-width: 65%;
}
.navbar-nav {
	margin-left: 0px;
}
.navbar .navbar-nav .nav-link {
	margin-left: 30px;
    font-size: 15px;
}
.navbar .navbar-contact a {
	font-size: 12px;
}
.banner-text span {
	font-size: 50px !important;
}
}

