main {
    background-color: #fff;
}

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

.bg-image {
    flex-direction: column;
    background-size: cover; /* zooms the image on smaller screens */
    background-position: 33% center; /* keeps the center of the image on smaller screens */
    background-repeat: no-repeat;
    background-image: url('../images/home_header.jpg');
    height: 76vh;
    text-align: center;
    color: white;
}

.img-fluid {
    max-width: 40%;
    height: auto;
}

.text-white {
    font-family: Arkipelago, helvetica, sans-serif;
}

.btn-outline-light {
    font-family: maxwell, helvetica, sans-serif;
}

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

.featured_section_block {
    max-width: 1280px;
}

.featured_section_bg, .featured_section {
    background: #bcd583;
}

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_paragraph {
    font-family: maxwell, helvetica, Sans-serif;
    font-size: 22px;
    color: white;
    letter-spacing: 1px;
}

.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;
}

div.testimonial_section {
    background-image: url('../images/tugela_falls_group.jpg');
}

.testimonial {
    font-family: maxwell, helvetica, Sans-serif;
    font-size: 22px;
}

div.bottom_section {
    background: #801d20;
    color: white;
}

.bottom_section_title {
    font-family: HVD_Poster, helvetica, Sans-serif;
    font-weight: bold;
    font-size: 21px;
}

.bottom_section_text {
    font-family: maxwell, helvetica, Sans-serif;
    font-size: 17px;
}
li.list-group-item {
    background-color: #801d20;
    color: white;
}
.policies, .policies:hover {
    font-family: maxwell, helvetica, Sans-serif;
    color: #f2c05a;
    text-decoration: none;
}