html, body {
    max-width: 100%;
    margin-top:0!important;
}

h1, h2, h3, h4, h5, h6, label {
    font-family: "Martel", serif;
    font-weight: 400;
    font-style: normal;
    color: #D4CDBD;
}

.titledarker {
    color: #c6ab6c;
}

@media (max-width: 991px) {

nav{
    background-color: #1d1d1c;
    border-bottom: 1px solid #000;
}
}

@media (min-width: 992px) {
    nav.transnav {
        background-color: transparent;
        border-bottom: none;
        transition: background-color 600ms linear 300ms, border-bottom 600ms linear 300ms;
    }
    nav.colnav {
        background-color: #1d1d1c;
        border-bottom: 1px solid #000;
        transition: background-color 600ms linear 300ms, border-bottom 600ms linear 300ms;
      }
}


.titledark, label{
    color: #c6ab6c;
}

.foot {
    background-color: #000;
    color:#D4CDBD;
    margin-bottom: 0;
    bottom:0;
    padding-bottom: 75px;
}

.foot h2 {
    font-size: 1.5rem;
}

.underfoot {
    background-color: #1d1d1c;
    color:#787878;
    padding-top:15px;
    padding-bottom: 5px;
    margin:0;
    font-size: 0.75rem;
}

.bgmsdark {
    background-color: #1d1d1c;
    color: #fff;
}

.jumbo h1.h1small {
    font-size: 1.5rem;
}
.jumbo h1 {
    font-size: 3.8rem;
    text-shadow: 2px 2px 5px #1d1d1c;
}

.jumbo {
    background-color: #1d1d1c;
    padding-top: 25px;
    padding-bottom: 50px;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(29, 29, 28, 0), rgba(29, 29, 28, 1)), url('img/wiz-kuchnia2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbo .container .row {
    margin-top:200px;
}

.jumbosub {
    background-color: #1d1d1c;
    padding-top: 25px;
    padding-bottom: 50px;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbo .col-6 {
    bottom:50px;
}

.frontproj {
    background-color: #1d1d1c;
    padding-top: 25px;
    padding-bottom: 50px;
    height: 500px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('img/wiz-jadalnia.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.btn.btnmslight {
border-color: #D4CDBD;
color: #D4CDBD;
}

.btn.btnmslight:hover {
    border-color: #fff;
    color: #fff;
    }

.btn.btnmsdark {
    border-color: #787878;
    color: #787878;
    }
        
.btn.btnmsdark:hover {
    border-color: #000;
    color: #000;
     }

.social {
    margin-top:75px;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    padding: 25px;
}

.social i {
    color:#D4CDBD;
    margin-right: 25px;
    font-size: 1.5rem;
}

.social i:hover {
    color:#d7ab43;
}

@media (min-width: 992px) {

    .imageroll {
                display: grid;
                grid-template-columns: repeat(3, auto);
                grid-gap: 15px;
    }
}

.imageroll a{
    width: 100%;
    margin-top:1rem;
    margin-bottom:1rem;
}

@media (min-width: 992px) {

    .imageroll a{
        margin-top:0;
        margin-bottom:0;
    }
}

.claimspacer {
    padding-top: 25px;
    padding-bottom: 50px;
    height: 500px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)), url('img/wiz-salon2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.claimspacer h3 {
    color: #1d1d1c;
    margin-top: 25%;
}

.offernumber {
    padding: 15px 20px;
    background-color: #c6ab6c;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 50%;
    border: 1px solid #c6ab6c;
    display: inline-block;
    margin-bottom:10px;
}

@media (min-width: 992px) {

.offernumbcol {
    text-align: right;
}

.offernumbside {
    padding-top:75px;
}

}

.offernumbcol h3 {
    color: #c6ab6c;
}

.offernumbrow {
    margin-bottom:1rem;
}

/* .foot .container .row ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
} */

.foot .container .row ul li a{
    text-decoration: none;
    color: #c6ab6c;
}

.foot .container .row ul li a:hover{
    color: #fff;
}

input.btn.btnmsdark {
    border-color: #787878;
    color: #787878;
}

input.btn.btnmsdark:hover {
    border-color: #d7ab43;
    color: #d7ab43;
}

input.btn.btnmsdark:disabled {
    border-color: #787878;
    background-color: #787878;
    color: #fff;
}