#messages{
    background-color: #f2c05a;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
}

.featured_section_block {
    max-width: 1280px;
}

.featured_section_bg_even, .featured_section_even {
    background: #bcd583;
}

.featured_section_bg_odd, .featured_section_odd {
    background-color: #415e34;
}

div.sold_out {
    color: #801d20;
}

a.waiting_list {
    background-color: #415e34;
    border-color: #415e34;
}

a.divlink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
}

.btn-light,.btn-dark {
    font-family: HVD_Poster, helvetica, Sans-serif;
}

.btn-dark:hover {
    color: #801d20 !important;
}

.featured {
    font-family: HVD_Poster, helvetica, Sans-serif;
    font-size: 42px;
    font-weight: bold;
    color: white;
    line-height: 1.1em;
    letter-spacing: 3.3px;
}

.featured_cards {
    line-height: 2.5em;
    background-color: transparent;
}
.card-text {
    font-weight: 300;
    font-family: maxwell, helvetica, Sans-serif;
    font-size: 20px;
}
.package_options, .package_amount {
    font-weight: 400;
    font-family: maxwell, helvetica, Sans-serif;
    font-size: 25px;
    text-decoration: underline;
}