#special{
    background: #967853;
    color: #fff;
    padding: 1.5rem;
    font-size: 1.25;
    text-align: center;
}
#special a{
    color: #fff;
    text-decoration: underline;
}
.header {
  top: 65px;
}
.sticky-menu .header {
  top: 0;
}
.hero-text{
    padding-bottom: 4rem;
    max-width: 800px;
}
@media screen and (max-width: 1280px) {
.hero-text{
    padding-bottom: 3rem;
    max-width: 1024px;
}
}
@media screen and (max-width: 991px) {
    .hero-text{display: none;}    
}
@media screen and (max-width: 767px) {
    .header {
  top: 105px;
}
}