body { background: #cbcccc; }

.menu li {  text-align: center; list-style-type: none; }
.menu li a:hover { background: #3b7ca1; }
.menu li a { display: block; cursor: pointer; margin: 0px; margin-right: 4px; float: left; background: #c79640; padding: 13px 0px; color: white; font-size: 17px; text-decoration: none; width: 132px; }

.navbar-toggler { margin-top: -108px; font-size: 200%; }

h2 { margin: 0px; padding: 0px; margin-top: 20px; padding: 14px 24px; font-size: 130%; text-transform: uppercase; color: white; font-weight: normal; }

.gallery-item-img { width: 278px; margin-right: 12px; margin-bottom: 12px; }

.navbar {
    padding-bottom: 0px;
}

@media (min-width: 1000px) {
    .navbar-nav {
        margin-left: 20px;
    }
    #nazev {
        margin-left: 20px;
    }
}

@media (min-width: 1100px) {
    .navbar-nav {
        margin-left: 40px;
    }
    #nazev {
        margin-left: 40px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav {
        margin-left: 114px;
    }
    #nazev {
        margin-left: 114px;
    }
}

@media (max-width: 988px) {
    .menu li a {
        width: 100% !important;
        border-bottom: 1px solid #aec2d4;
    }
}

.page_padding { padding-bottom: 32px; font-size: 117%; line-height: 180%; }

.half-circle-button {
    background-color: #1ca03e;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    margin-top: 9px;
    cursor: pointer;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 250px;
    float: right;
    font-weight: bold;
    margin-left: 28px;
}

.full-circle-button {
    background-color: #7d8f9b;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    margin-top: 9px;
    cursor: pointer;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 250px;
    float: right;
    font-weight: bold;
}