@media (min-width: 1400px) {
    .container-xxl {
        max-width: 100%;
    }
}
.bg-dark {
    background-color: #000 !important;
}
.text-primary {
    color: #cca238 !important;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.hero-header h3{font-family:'Pacifico', cursive; font-weight: normal;}
h1{font-family:"Heebo",sans-serif;}
.fixed-b {
    position: fixed;
    z-index: 100;
    bottom: -1px;
    left: -1px;
    right: -1px;
}
.fixed-b .btn-group{width: 100%;}
.fixed-b .btn-group.full a {
    border-radius: 0;
    padding: 0.9rem 1.55rem;
    background: #cca238;
    border-color: #cca238;
    color: #fff;
    width: 100%;
    text-align: center;
}