li.acconcepts > a {
    /*color: #ca3d26;*/
    color: #d9ba85;
    font-weight: bold;
}

#hero {
    width: 100%;
    height: 115vh;
    /*background: url(../img/ds/hero-bg.jpg) top center;*/
    /*background-size: cover;*/
    /*background-size: contain;*/
    background: url(../img/ds/hero-bg.jpg) top center no-repeat;
    background-size: 100%;
    position: relative;
    padding: 0;
}
#hero .btn-menu, #hero .btn-book {
    /*font-weight: 600;*/
    /*font-size: 13px;*/
    /*letter-spacing: 0.5px;*/
    /*text-transform: uppercase;*/
    /*display: inline-block;*/
    /*padding: 12px 30px;*/
    border-radius: 0px;
    /*transition: 0.3s;*/
    /*line-height: 1;*/
    /*color: white;*/
    /*border: 2px solid #cda45e;*/
}

.events {
    background: url(../img/ds/kulto-events-background.jpg) center center no-repeat;
}

.book-a-table-btn {
    /*margin: 0 0 0 15px;*/
    /*border: 2px solid #cda45e;*/
    /*color: #fff;*/
    border-radius: 0px;
    /*padding: 8px 25px;*/
    /*text-transform: uppercase;*/
    /*font-size: 13px;*/
    /*font-weight: 500;*/
    /*letter-spacing: 1px;*/
    /*transition: 0.3s;*/
}

.kulto-about{
    text-align: justify;
    padding: 10px 0 10px 25px;
}

.footer-info {
    text-align: center;
}
.why-us .box {
    text-align: center;
}

.kulto-btn {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 0px;
    transition: 0.3s;
    line-height: 1;
    color: white;
    border: 2px solid #cda45e;
}

.kulto-btn:hover {
    background-color: #cda45e;
}

#header .logo img {
    max-height: 60px;
}