body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #3c2313;
    line-height: 1.9em;
    padding: 0;
    background: #fdfcf4;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.container-fluid {
    padding: 0;
}

#mainmenu {
    background-color: rgba(253, 252, 244, 0.7);
}

#mainmenu.scrolled {
    background-color: #fdfcf4;
}

#section1 {
    height: 100vh;
    width: 100%;
}

#section2 {
}
#section3 {
    padding-bottom: 80px;
}
#section2>h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
}

.nav-link {
    font-family: "Yanone Kaffeesatz", sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    scroll-behavior: smooth;
    color: #3c2313 !important;
}
.logocolor {
  /* filter: invert(1); */
}

.primarycolor {
    color: #fdfcf4 !important;
}

.parentlink {
    font-family: "Yanone Kaffeesatz", sans-serif !important;
    /* font-size: 14px !important; */
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #fdfcf4 !important;
  }
  
  .parentlink.active {
    background-color: #ffe7c0 !important;
    font-weight: bold !important;
    color: #18181d !important;
  }
  
  .parentlink.active:hover {
    color: #18181d !important;
  }
  
  .parentlink:hover {
    color: #fdfcf4 !important;
  }
  .orderbtn {
    background-color: #426b69;
    color: #fdfcf4 !important;
  }
  .btn-primary {
    font-family: "Yanone Kaffeesatz", sans-serif;
    background-color: #426b69;
    color: #fdfcf4 !important;
    width: 200px;
    border: none;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .btn-primary:hover, .btn-primary:active {
    background-color: rgba(66, 107, 105, 0.7) !important;
    color: #fdfcf4 !important;
  }
  .btnbg {
    height: 240px !important;
  }
@media (max-width: 975px) {
    .fixed-top-spacer {
        top: 0px !important;
    }
    .fixed-top-spacer-plus {
        /* top: 109.4px !important; */
        top: 63px !important;
    }
    .bannerspacer {
        top: 63px !important;
    }

    .newnav {
        display: none;
    }

}

@media (min-width: 975px) {
    .fixed-top-spacer {
        top: 51px !important;
    }
    .fixed-top-spacer-plus {
        /* top: 160.4px !important; */
        top: 114px !important;
    }
    .bannerspacer {
        top: 114px !important;
    }
}

.brownbackground {
    background-color: #3c2313;
}

.newnav {
    width: 100%;
    z-index: 1020;
    position: fixed;
    height: 51px;
    color: white;
    background-color: #3c2313;
    border-bottom: solid 3px #ffe7c0;
}
.contactbar {
    min-height: 63px;
    /* padding: 10px; */
    background-color: #3c2313;
    color: rgb(253, 252, 244);
}

#footer {
    background-color: #3c2313;
    color: rgb(255, 231, 192);
}

.containimg {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

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

h1 {
    color: #ffe7c0 !important;
    background-color: #3c2313;
}