@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

:root {
    --primary: #b49d5b;
    --bs-primary-rgb: 180, 157, 91;
}

a {
    color: var(--primary);
}

a:hover {
    color: white !important;
}

.bg-opacity-85 {
    --bs-bg-opacity: 0.85;
}

.btop {
    border-top: 2px solid var(--primary);
}

.bbot {
    border-bottom: 2px solid var(--primary);
}

.navborder {
}

.vinarstvi {
    color: var(--primary);
    font-weight: bold;
    font-size: 130%;
}

nav li a {
    font-weight: 700;
    color: var(--primary) !important;
    text-decoration: none;
    font-size: 0.9rem;
    transition: .5s;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    padding: 0.5rem 1rem !important;
}

nav li a:hover {
    opacity: 0.7;
}

.navbar-nav,.navbar-nav2 {
    display: table;
    width: 100%;
}
.navbar-nav2 {
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav2 .nav-link {

    color: #bbb;

}

.navbar-nav li {
    display: table-cell !important;
}

.navbar-nav li:last-of-type {
    text-align: end;
    background-color: var(--primary);
    color: black !important;
    transition: .5s;
}

.navbar-nav li:last-of-type:hover {
    opacity: 0.7;
    transition: .5s;
}

.navbar-nav li:last-of-type a {
    color: black !important;
}

.zalozka {
    position: absolute;
    right: -36px;
    width: 36px;
    height: 90px;
    background-color: #000a;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 31px;
}

.zalozka a {
    display: block;
    width: 90px;
    height: 30px;
    transform: rotate(270deg);
    font-family: 'Roboto Slab', serif;
    font-size: 0.5rem;
    text-decoration: none;
    position: absolute;
    top: 15px;
    left: -30px;
}

.zalozka a span {
    font-size: 1.2rem;
}

#zalozka14 {
    top: 20px;
}

#zalozka15 {
    top: 110px;
}

#zalozka16 {
    top: 200px;
}

#zalozka17 {
    top: 290px;
}

#zalozka18 {
    top: 380px;
}

#zalozka19 {
    top: 470px;
}

#zalozka21 {
    top: 560px;
}

#zalozka22 {
    top: 650px;
}

#zalozka23 {
    top: 740px;
}

@media only screen and (max-width: 767px) {
    .navborder {
        border-bottom: none;
    }

    .zalozka {
        display: none;
    }

    nav li a {
        text-align: right;
        line-height: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    .navborder {
        border-bottom: none;
        padding-right: 15px;
    }

    .navbar-nav {
        display: flex;
    }

    .navbar-nav li {
        text-align: end;
    }

    .navbar-nav li:last-of-type {
        padding-right: 15px;
        margin-left: 15px;
    }
}

.navbar-toggler {
    border: 1px solid var(--primary);
}

nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28225, 183, 87, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.imgmax img {
    max-width: 100%;
}

footer a {
    text-decoration: none;
    color: gray;
}

#go {
    position: absolute;
    left: -120px;
    top: 0px;
    background-color: #FFFFFF;
    width: 100px;

    /* height: 65px; */
    padding: 5px;
    text-align: center;
    color: #ec008c;
}

#go img {
    max-width: 100%;
}

.btn-primary {
    color: #000;
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-primary:hover {
    color: #000;
    background-color: var(--bs-gray-dark);
    border-color: var(--bs-gray-dark);
}

h1,
h2,
h4,
h5,
h6 {
    font-weight: 400;
}

		
/* ---------------------------------------------------------------
   Přeneseno z původního css/style.css, který nebyl nikde nalinkovaný –
   proto se v hlavičce nezobrazovalo logo.
   --------------------------------------------------------------- */

body {
    color: white;
}

.logo_top {
    max-height:70px; margin:1.5rem 0;min-width: 220px;
}
@media screen and (max-width: 485px) {
    .logo_top {
        max-height: 70px;
        margin: 1rem 0;
        min-width: 180px;
    }
}
