.hero{
    background-color:#444;
    background-image:linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../images/bg.jpg');
    background-size:cover;
    background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height:100vh;
    padding:120px 0;
}
.logo img{
    max-width:90px
}
.text-primary{
    color: #f3e8ba !important;
}
.hero-title{
    font-size:50px;
}
.btn-main{
    background-color:transparent;
    border-color:#fff;
    color:#fff;
}

.btn-main:active,
.btn-main:focus,
.btn-main:hover{
    background-color:#f3e8ba !important;
    border-color:#f3e8ba !important;
    color:#1d1d1d;
}
.hero-right{
    background: #36363654 !important;
}
.hours-table tbody, td, tfoot, th, thead, tr {
    border-color: #302f2e;
}
.hours-table.table>:not(caption)>*>*{
    background:transparent !important;
    color:#fff;
    font-size:14px;
}
@media screen and (max-width:767px){
    .hero-title{
        font-size:30px;
    }
    .btn-main {
        margin: 0 auto !important;
        font-size: 16px;
    }
}