html {
  min-height: 100%;
  position: relative;
}

body {
  height: 100%;
}

.full-overlay {
  z-index: 3;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: none;
}

.arrow-down {
  display: none;
}
.features__mobile__btn.active .arrow-down {
  display: block !important;
}
#quickMenuButton {
    display: none;
}
#home-carousel-quickbuttons {
    z-index: 501;
    right: 45px;
    top: 45px;
}
@media (max-width: 1069px) {
    #home-carousel-quickbuttons {
        display:none !important;
    }
}
.btn-gold {
    background-color: #e5ae3d;
    color: #fff;
}

    .btn-gold:hover {
        background-color: #d19f36;
        color: #fff;
    }

