html, body {
    min-height: 100vh;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fffefb;
}

.mt-bg-1 {
    background: rgb(45, 45, 45);
    background: linear-gradient(0deg, rgb(61 61 61) 0%, rgb(29 29 29) 100%);
}

.mt-fg-1, .mt-fg-1 a {
    color: #bba16b !important;
}

.uk-button-primary {
    background: #bba16b !important;
    color: white !important;
}

.body-dark {
    background: rgb(45, 45, 45);
    background: linear-gradient(0deg, rgb(61 61 61) 0%, rgb(29 29 29) 100%);
    color: #bba16b;
}

.about-right-cap {
    position: relative;
}

.about-right-cap .about-right-img img {
    width: 100%;
    margin-bottom: 15px;
}

.about-right-cap .img-cap {
    position: absolute;
    bottom: -7px;
    left: -33px;
    width: 179px;
    height: 105px;
    padding: 31px 10px;
    background: #bda36c;
    text-align: center;
}

.about-right-cap .img-cap::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 31px 34px;
    border-color: transparent transparent #bda36c transparent;
    position: absolute;
    top: -29px;
    content: "";
    right: 0;
}

.about-right-cap .img-cap span {
    color: #fff;
    font-size: 50px;
}

.about-right-cap .img-cap p {
    color: #fff;
    font-size: 15px;
}

.body-dark a:not(.uk-button) {
    color: #bba16b !important;
}

.body-dark-shadow {
    box-shadow: inset 0px 20px 17px 0px #00000042;
}

footer {
    margin-top: auto;
    color: #9f9f9f !important;
    font-size: 16px;
    line-height: 2;
    /* margin-bottom: 0; */
    font-weight: 400;
}

.uk-text-white {
    color: white;
}

.uk-border-rounded-2 {
    border-radius: 20px;
}

.ribbon:before,
.ribbon:after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    bottom: -8px;
    border: 18px solid #bba16b;
}
.ribbon:before {
    border-bottom-color: transparent;
    bottom: -40px;
}
.ribbon {
    position: relative;
    margin: auto;
    width: 120px;
    display: block;
}

.margin-auto {
    margin: auto;
    display: block;
}

.uk-link-toggle, .uk-link, a {
    color: #bba16b !important;
    text-decoration: underline;
}

[uk-slideshow-item] {
    background: white;
}
