/* Intro */
#intro h2 {
    color: white;
}

/* Announcements */
section.d-section-announcements {
    display: none;
}

.home section.d-section-announcements {
    display: inline-block;
}

.home section.d-section-announcements {
    display: block;
    width: 100%;
    margin: 0;
}

section.d-section-announcements article.wp-show-posts-single {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    padding: 10px;
}

section.d-section-announcements header.wp-show-posts-entry-header {
    margin: 0;
}

section.d-section-announcements h2.wp-show-posts-entry-title {
    font-size: 18px;
}

/* Section 1 - Narrative Block */
.d-section-1 h2 {
    text-align: center;
}

/* Section 2 - Image Set 3 Column */
.d-section-2 .image-set.image {
    width: 100%;
    display: inline-block;
    padding: 100% 0 0;
    margin: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Section 3 - Video Block */

/* Section 4 - Frequently Asked Questions */

/* Section 5 - Gravity Forms */

/* Section 6 - Callouts */
section.d-section-6 a.btn {
    background-color: #e86929;
    color: white;
    text-decoration: none;
    padding: 15px 30px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    text-transform: lowercase;
}

section.d-section-6 a.btn:hover, section.d-section-6 a.btn:active {
    background-color: white;
    color: #e86929;
}

section.d-section-6 .btns {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.d-section-6 h2 {
    text-align: center;
}

a.btn {
    box-shadow: black 2px 3px 8px;
}

/* Section 7 - Fancy Callouts */
section.d-section-7 a.btn {
    background-color: #003c56;
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}

section.d-section-7 a.btn:hover, section.d-section-7 a.btn:active {
    background-color: white;
    color: #003c56;
}

section.d-section-7 .btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.d-section-7 h2 {
    text-align: center;
    font-family: 'Rye', cursive;
    font-size: 60px;
    text-shadow: black 3px 3px 10px;
    line-height: 70px;
}

.d-section-7 .d-room {
    padding: 15%;
    background-position: center;
    width: 100%;
}

/* Section 8 - Image Set 4 */
.d-section-8 .d-room {
    width: 100%;
}

.d-image-back {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100%;
    display: flex;
}

/* Section 10 - Showcase Repeater */
.d-section-10 .d-area.col-1 {
    display: inline-block;
}

.showcase {
    flex-direction: row;
    width: 50%;
    float: left;
}

.flip-card.front {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card.front h3 {
    text-align: center;
    font-size: 2em;
}

.flip-card.back h3 {
    text-align: center;
}

.flip-card.back ul {
    margin: 10px;
}

.flip-card.back ul li {
    font-size: 12px;
    padding: 0;
}


@media screen and (max-width: 728px) {
    .showcase {
        width: 100%;
    }
}

/* Section 11 - Slider Gallery */
.d-section-11 .d-room {
    padding-bottom: 100px;
}