.justify {
    text-align: justify;
}

.logo {
    height: 10px;
    width: 10px;
}

.logo-nav {
    height: 110px;
    width: 110px;
}

.text-404 {
    text-align: center;
}

.social-nav {
    margin-left: 0.5rem;
}

.content-large {
    min-height: 86vh;
}

.content-small {
    min-height: 205px;
    background-color: #17695B;
}

.content-small-motto {
    min-height: 180px;
    background-color: #17695B;
}

.text-shadow {
    text-shadow:
        0 4px 24px rgba(0, 0, 0, 0.35),
        /* méně tmavý, více rozmazaný */
        0 8px 32px rgba(0, 0, 0, 0.18);
    /* ještě světlejší vrstva */
}

.text-header {

    z-index: 2;
}

.navbar-collapse {
    z-index: 3;
}

.header {
    background: url('../assets/img/bg-header.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 95vh;
}

.img-header {
    height: 500px;
    -webkit-filter: drop-shadow(5px 5px 5px #222222);
    filter: drop-shadow(5px 5px 5px #222222);
}

.m-nav {
    margin: 2.5rem 0 2.5rem 0;
}

.absolute-1 {

    position: absolute;
    width: 213px;
    left: 0;
    rotate: -20deg;
}

.ajurveda-logo {
    height: 5rem;
}

.ajurveda-text-icon {
    height: 10rem;
}

.galerie {
    margin: auto;
    width: 50%;
}

.dosa-text {
    color: #705642 !important;
    padding-top: 1rem;
}

.ajurveda-div:hover>h2 {
    color: #cbaf3d !important;
    transition: all 0.35s;
}



@media (max-width: 992px) {
    .m-nav {
        margin: 0 !important;
    }


    .navbar-collapse.collapse.show {
        padding-bottom: 1.5rem;

    }


    .social-nav {
        margin: 0 !important;
        padding: 1rem 0 1rem 0 !important;
    }

    .nav-link {
        margin: 1rem 0 0 0 !important;
    }

    .text-header {
        padding: 5rem !important;
    }

    .img-header {
        height: 250px;
    }

    .motto-text {
        font-size: 1.5rem !important;
    }

    .content-small {
        min-height: 280px;
    }

    .absolute-1 {
        display: none;
    }

    .galerie {
        width: 100% !important;
    }
}

.social-nav-item {
    display: inline;
    padding: 0px !important;
    margin-left: .5rem;
    color: black !important;
}

.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: cover;
}

.icon-instagram {
    background-image: url(../assets/icons/instagram.svg);
}

.languages {
    position: fixed;
    bottom: 1rem;
    left: 5%;
    width: auto;
    z-index: 2;
}

.navbar-toggler {
    width: 25px;
    height: 25px;
    position: relative;
    transition: .5s ease-in-out;
    margin: 2.5rem 52.5% 2.5rem 47.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #dbc87b;
    border-radius: 19px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .toggler-icon {
    background: #D4AF37;
}

.linktree-div:hover>a>p {
    color: #705642 !important;
    fill: #705642 !important;
    transition: all 0.35s;
}

.linktree-icon {
    height: 100px;
    padding-top: 2rem;
    fill: white !important;
    transition: all 0.3s;

}

.linktree-text {
    color: white;
    padding-top: 1.1rem;
    font-size: 20px !important;
}

.linktree-div {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.contact-icon {
    height: 95px;
    padding-top: 2rem;
}

.contact-text {
    padding-top: 1.6rem;
    font-size: 20px !important;
    color: #705642;
}

.logo-footer {

    height: 200px;
    width: 200px;
}

.footer {
    padding-top: 2rem;
}

.motto-div {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    color: white;
}

.motto-text {
    font-size: 1.8rem;
    margin: 0 !important;
}

.text-right {
    text-align: end !important;
}

.massage-link {
    cursor: pointer;
    color: #705642;
    transition: all 0.2s;
    text-align: center;

}

.massage-link:hover {
    color: #dbc87b;
    transition: all 0.2s;
    letter-spacing: 2px;


    
}

.counter {
  font-size: 3rem;
  font-weight: 700;
  color: white;
}

.card-img-top:hover {
  filter: brightness(75%);

  transition: transform 0.3s ease, filter 0.3s ease;

}