.uk-slidenav {
    z-index: 500;
}

.promotiles .promoContent {
    background: url(../images/design/bg.webp);
    background-size: contain;
}

.header .navbar {
    padding: 0;
}

.navbar .navbar-brand img {
    height: 90px;
}

.promotiles {
    padding: 0;
}

.colored-boxed .box-header {
    font-family: var(--small-headers-font);
}

.nav-link {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.colored-boxed:hover {
    background-color: #ecf5f9;
}

.colored-boxed {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#hero .hero-caption .btn {
    font-size: 1.2rem;
    text-shadow: 2px 2px #000;
}

#hero .hero-caption .btn:hover {
    text-shadow: none !important;
}

.copyright {
    background-color: #77adaf;
    color: #000 !important;
}

.copyright a,
.copyright p {
    color: #000 !important;
}

.copyright a:hover,
.copyright p:hover {
    color: #000 !important;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    padding: 0.5rem 1rem;
    background: #000;
    color: #fff;
    z-index: 1000;
    text-decoration: none;
}

.skip-link:focus {
    left: 0;
}

/* Menu */
#menu.accordion {
    padding: 1rem
}

#menu .accordion-item {
    margin-bottom: 1rem;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px
}

#menu .accordion-item .accordion-button {
    margin-bottom: 1rem;
    border: none;
    border-radius: 0;
    font-size: 22px;
}

#menu .accordion-button:not(.collapsed) {
    text-shadow: 1px 1px #000;
}

#menu .accordion-item .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#menu .accordion-button::after,
#menu .accordion-button::before {
    -webkit-transform: scale3d(1, 1, 2);
    transform: scale3d(1, 1, 2)
}

#menu .accordion-button::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    -o-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition);
    position: absolute;
    right: 15px;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    fill: var(--color-2);
    stroke: var(--color-2);
    color: var(--color-2)
}

#menu .accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    -o-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition);
    position: absolute;
    right: 15px;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    fill: var(--color-2);
    stroke: var(--color-2);
    color: var(--color-2)
}

#menu .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    right: 15px;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E")
}

#menu .accordion-button:not(.collapsed)::before {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    right: 15px;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E")
}

#menu .accordion-button:not(.collapsed) {
    color: var(--color-2);
    background-color: var(--color-1);
    -webkit-box-shadow: none;
    box-shadow: none
}

#menu .menu-item {
    border-bottom: 1px solid rgb(0, 0, 0, .1);
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative
}

#menu .menu-item:last-child {
    border-bottom: 0;
    margin-top: 1rem;
    margin-bottom: 1rem
}

#menu .menu-cat {
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase
}

#menu .menu-cat .cat-name {
    font-weight: 300;
    font-size: 2.3rem;
    text-transform: uppercase
}

#menu .menu-item .item-name {
    position: relative;
    left: 0;
    font-size: 1.2rem;
    font-family: var(--headers-font);
    text-transform: uppercase;
    font-weight: 400
}

#menu .menu-item .item-desc {
    position: relative;
    left: 0
}

#menu .menu-item .item-price {
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    font-family: var(--headers-font);
    text-transform: uppercase;
    font-weight: 400
}

@media (max-width: 991px) {
    #menu .menu-item .item-name {
        position: relative;
        left: 0;
        font-size: 1rem;
        font-family: var(--headers-font);
        text-transform: uppercase;
        font-weight: 400;
        padding-right: 3rem
    }

    #menu .menu-item .item-price {
        position: absolute;
        font-size: 1rem;
        font-family: var(--headers-font);
        text-transform: uppercase;
        font-weight: 400
    }
}

.page-header {
    background-color: var(--color-1);
}

.page-name {
    text-shadow: 2px 2px #000;
    color: #fff !important;
}

.form {
    border: 3px solid var(--color-1);
}
.sister-card{
    width: 100%;
    max-width: 260px;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255,255,255,.08);
    border: 4px solid rgba(255,255,255,.9);
    box-shadow: 0 10px 28px rgba(0,0,0,.35);
  }

  .sister-card img{
    object-fit: cover;
    display:block;
  }

  #home .home-section, #home .home-section > div, #home .home-section > div > div {
    min-height: auto;
}
.home-img img {
    object-fit: contain;
    height: auto;
}
@media (max-width: 750px) {
#hero .hero-caption .btn {
top: 100px;
    bottom: auto;
}
}