.txt-color-light {
    color: #fef6e7 !important;
}
.txt-color-dark{
    color: #706a5f !important;
}

.bg-sky {
    background: #706a5f !important;
}

.bg-sky-light {
    background: #fef6e7 !important;
}

/* #topbar a, #topbar a i{
    color: #706a5f !important;
} */

#venues .card{
    border: none;
}

.br-10{
    border-radius: 10px;
}

.jarallax-section {
    position: relative;
    height: 500px;
    overflow: hidden;
    color: white;
}

.jarallax {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jarallax-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.container.content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
}

.ls-1 {
    letter-spacing: 1px;
}

section.lines-deco:before, section.lines-deco:after{
    border: none !important
}

#mainmenu>li ul.mega .sb-menu {

    border: none !important;
}

a.btn-line
 {
    background: none;
    color: var(--primary-color);
    border: solid 1px white;
}
.scroll-down{
    margin-top: 0px !important;
}

#subheader {
    overflow: hidden;
    position: relative;
    padding: 200px 0 140px 0;
}
header.smaller {
    position: sticky;
    top: 0px;
    background: var(--bg-dark-1);
    border: none;
}