h1{
    color: #e4b37d;
}
a {
    color: #e4b37d;
    text-decoration: none;
}
a:hover {
    color: #e4b37d;
}
/*
.hero .hero_content h3 {
    font-size: 5.5em;
}
@media (max-width: 992px) {
    .hero .hero_content h3 {
        font-size: 4.5em;
    }
}
.hero .hero_content .top-text {
        max-width: 1130px;
}
@media (max-width: 768px) {
    .main-content h1 {
        font-size: 2rem;
    }
    .main-content h2 {
        font-size: 1.6875rem;
    }
}
@media (max-width: 576px) {
    .main-content h1 {
        font-size: 1.5rem;
    }
    .main-content h2 {
        font-size: 1.1875rem;
    }
    .smallsearch-booking-form .label {
        font-size: 1rem !important;
    }
    .smallsearch-booking-form .day {
        font-size: 40px !important;
    }
    .smallsearch-booking-form .month {
      font-size: 20px !important;
    }
}
*/