.hero-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    padding: 40px 20px 80px;
    text-align: center;
}
.hero-text h1.entry-title {
    color: #FFF;
    font-size: 2.75rem;
    margin-bottom: 0;
    text-transform: none;
}
#primary .flexed {
    align-items: center;
    margin-bottom: 1.5em;
}
#primary .container {
    max-width: 1440px;
}
.primary-photo {
    line-height: 0;
    flex-basis: 860px;
}
.primary-photo img {
    width: 100%;
}
.primary-text {
    font-size: 1.625rem;
    line-height: 2;
    flex-basis: calc(100% - 920px);
    padding: 0 20px;
}

.rooms-wrapper .container {
    max-width: 1100px;
}
.rooms-image {
    line-height: 0;
    position: relative;
    z-index: 100;
}
.rooms-image img {
    width: 100%;
}
.rooms-text {
    background: rgba(255,255,255,0.95);
    text-align: center;
    margin: -100px 25px 1.5em;
    padding: 1em 7.5em;
    position: relative;
    z-index: 200;
}
.rooms-text h2 {
    text-align: center;
    color: var(--blue);
    text-transform: uppercase;
}
.rooms-text p {
    line-height: 1.8;
}
.rooms-text p:last-of-type {
    margin-bottom: 0;
}

.ctas-wrapper .container {
    max-width: 1100px;
}
.cta {
    flex-basis: 48%;
}
.cta-photo {
    line-height: 0;
    position: relative;
    z-index: 100;
}
.cta-photo img {
    width: 100%;
}
.cta-text {
    background: rgba(255,255,255,0.95);
    padding: 1em 1.5em;
    margin: -150px 25px 1.5em;
    position: relative;
    z-index: 200;
}
#primary-ctas .cta-text {
    min-height: 325px;
}
.cta-text h2 {
    text-align: center;
    color: var(--blue);
    font-size: 2rem;
    text-transform: uppercase;
}
.cta-text p {
    line-height: 1.8;
}
.cta-text p:last-of-type {
    margin-bottom: 0;
}
.divider-section {
    background-color: var(--blue);
    background-size: cover;
    background-position: center;
    position: relative;
}
.divider-section .container {
    max-width: 575px;
    margin: 0 auto 1.5em 60px;
    border-left: 10px solid #FFF;
    color: #FFF;
    font-family: eb-garamond, serif;
    font-size: 1.875rem;
    line-height: 1.8;
    position: relative;
    z-index: 200;
}
.divider-section p:last-of-type {
    margin-bottom: 0;
}
.divider-section:after {
    content: '';
    background: -moz-linear-gradient(left,  rgba(39,57,103,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(39,57,103,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right,  rgba(39,57,103,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273967', endColorstr='#007db9e8',GradientType=1 );
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.footer-text {
    background-color: var(--blue);
    background-size: cover;
    background-position: bottom;
}
.footer-text .container {
    max-width: 1100px;
    color: #FFF;
}
.footer-text h2 {
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 1440px){
    #primary .container {
        margin: 0 auto 0 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 1400px){
    .primary-photo {
        flex-basis: calc(100% - 460px);
    }
    .primary-text {
        flex-basis: 440px;
    }
}
@media screen and (max-width: 1100px){
    .primary-text {
        font-size: 1.3125rem;
    }
    .rooms-text {
        padding: 1em 3.5em;
    }
    .divider-section .container {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 960px){
    .cta-text p {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 900px){
    .hero-text h1.entry-title {
        font-size: 2.45rem;
    }
    #primary .flexed {
        display: block;
    }
    #primary .container {
        padding: 0 20px;
    }
    .primary-text {
        padding: 0;
    }
    .divider-section .container {
        max-width: none;
        width: 90%;
        margin: 0 auto 1.5em;
    }
    .divider-section:after {
        background: rgba(39,57,103,0.8);
    }
    .cta-text h2 {
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 870px){
    #primary-ctas .cta-text {
        min-height:330px;
    }
}
@media screen and (max-width: 800px){
    .hero-text h1.entry-title {
        font-size: 2.25rem;
    }
    .hero-text {
        padding: 20px;
    }
    .ctas-wrapper .flexed {
        display: block;
    }
    .cta {
        max-width: 600px;
        margin: 0 auto 2em;
    }
    #primary-ctas .cta-text {
        min-height: auto;
    }
    .cta-text {
        margin-top: -100px;
    }
    .cta-text p {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px){
    .hero-text {
        position: relative;
        bottom: auto;
        background: var(--blue);
    }
    .rooms-text,
    .cta-text {
        margin-top: -80px;
    }
    .divider-section .container {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 600px){
    .rooms-text {
        padding: 1em 1.5em;
    }
    .divider-section .container {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 460px){
    .hero-text h1.entry-title {
        font-size: 1.8rem;
    }
    .primary-text {
        font-size: 1.125rem;
    }
    .rooms-text,
    .cta-text {
        margin: 0 auto 1.5em;
        width: 100%;
        background: #FFF;
        padding: 1.5em 1em;
    }
    .divider-section .container {
        border-left: 5px solid;
    }
}
@media screen and (max-width: 360px){
    .hero-text h1.entry-title {
        font-size: 1.7rem;
    }
}