h1,
h2,
p {
    font-style: normal;
    color: #333;
    font-optical-sizing: auto
}

.container,
.hero {
    position: relative
}

h1,
h2,
p {
    color: #333
}

.aside,
.hero-content p {
    font-style: italic
}

.arrow-wrapper,
.btn {
    display: inline-block
}

#contact p a,
.btn {
    color: #fff;
    text-decoration: none
}

.btn,
.sticky-nav nav ul li a,
body,
h1,
h2,
h3,
li,
p,
ul {
    font-family: Urbanist, sans-serif
}

.sticky-nav nav ul li a,
h1,
h2,
p {
    font-optical-sizing: auto
}

body,
h1,
h2,
h3,
li,
p,
ul {
    margin: 0;
    padding: 0
}

h1,
h2 {
    font-weight: 700
}

.btn,
p {
    font-weight: 400
}

p, .mc-field-group label, .indicates-required, #mc_embed_signup input, #mc_embed_signup .response {
    font-family: Bitter, serif
}

.align-right {
    text-align: right
}

.mobile-only {
    display: none;
}

#contact,
.section {
    text-align: center
}

.hero {
    background-color: #f0f7f4;
    padding: 350px 0;
    overflow: hidden
}

#newsletter {
    background-color: #f0f7f4;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(50% - 20px);
    box-sizing: border-box;
    padding: 50px 0;
    z-index: 1
}

.hero-content h1 {
    font-size: 4em;
    margin-bottom: 30px;
    color: #333
}

.hero-content h1 span,
.sticky-nav nav ul li a:hover {
    color: #93254f
}

.btn {
    background-color: #507C7C;
    padding: 15px;
    font-size: 22px;
    letter-spacing: 1px;
    box-shadow: 0 10px 1.5rem rgba(21, 21, 21, .2);
    transition: .3s
}

.btn:hover {
    background-color: #385757
}

.hero-content p {
    font-size: 1.1em;
    color: #666;
    margin-top: 18px;
    line-height: 1.6em;
    max-width: 500px
}

.hero-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-image: url('img/brooke-lark-08bOYnH_r_E-unsplash-flipped-optimized.jpeg');
    background-size: cover;
    background-position: center;
    z-index: 0
}

.divider {
    height: 1px;
    width: 400px;
    background: #333;
    margin: 50px auto
}

.section {
    padding: 50px 0;
    background-color: #ece8ef
}

.handwritten-text {
    font-family: Kalam, cursive;
    font-weight: 300;
    font-style: normal;
    color: #333
}
#testimonials .handwritten-text {
    font-size: 22px;
    margin: 0 auto;
    font-weight: 600;
}
#testimonials p {
    font-size: 22px;
    font-weight: 600;
}

.handwritten-text.last {
    margin-bottom: 0
}

.arrow-wrapper {
    margin-right: -25px
}

.section h2 {
    font-size: 38px;
    margin-bottom: 20px
}

.section p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px
}

.section p.handwritten-text {
    font-size: 28px
}

#contact {
    background-color: #333;
    padding: 20px 0;
    width: 100%
}

#contact h2,
#contact p,
#contact small {
    color: #fff;
    font-family: Urbanist, sans-serif
}

#contact p {
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: 1.4px
}
#contact.compact p {
    font-size: 1em;
}

#contact small {
    display: block;
    margin-top: 40px;
    letter-spacing: .9px
}
#contact.compact small {
    margin-top: 10px;
}

.two-column-content {
    display: flex;
    flex-direction: row;
    align-items: center
}

.two-column-first {
    flex: 1;
    max-width: 50%
}

.two-column-second {
    flex: 1;
    max-width: 50%;
    padding: 0 20px;
    text-align: left
}

.two-column-img {
    max-width: 300px;
}

#main .counselor-feature {
    background: linear-gradient(#f7f0e6 60%, #fffcf6 80%);
    padding-top: 6.375rem
}

#main .numbers {
    z-index: 1;
    background-color: #fffcf6;
    padding: 3rem 0 10rem
}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color .3s, box-shadow .3s;
    background-color: rgba(255, 255, 255, .9);
    border-bottom: 2px solid #d3d9d6;
}

.booking-page .sticky-nav {
    position: static;
}
.booking-page .sticky-nav .container {
    padding: 10px 25px;
}

.section.compact h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.sticky-nav.scrolled {
    box-shadow: 0 1rem 1.5rem rgba(21, 21, 21, .25);
    border-bottom: none;
}

.sticky-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 0
}

.sticky-nav.scrolled .container {
    border-bottom: none
}

.sticky-nav h1,
.sticky-nav h1>a,
.sticky-nav h1>a.visited {
    color: #333;
    text-decoration: none;
}

.sticky-nav h1 {
    font-size: 1.5em;
    margin: 0;
}

.sticky-nav img {
    vertical-align: text-top;
}

.sticky-nav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.sticky-nav nav ul li {
    margin-right: 20px
}

.sticky-nav nav ul li:last-child {
    margin-right: 0
}

.sticky-nav nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em
}

#pricing {
    padding-top: 100px;
}
#pricing p {
    max-width: 750px;
    margin: 0 auto 15px;
}
#pricing p:last-child {
    margin-top: 50px;
}
#pricing h2 {
    margin-bottom: 0;
}
#pricing .subtitle {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-style: italic;
}
#pricing .divider.first {
    margin-top: 0;
}
#pricing h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}


@media screen and (max-width: 1300px) {
    .hero {
        padding: 300px 0;
    }

    .hero-content, .sticky-nav .container {
        padding-left: 20px;
    }

    .hero-content h1 {
        font-size: 3.3em;
    }

    .hero-content p {
        font-size: 1em;
    }

    .btn {
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) {
    .sticky-nav .container {
        padding: 10px 25px;
    }
    .sticky-nav nav {
        display: none;
    }
    
    .hero {
        padding: 0;
    }
    .hero .container, .section .container {
        padding: 0;
    }
    .hero-content {
        position: static;
        transform: none;
        width: auto;
        box-sizing: unset;
        padding: 85px 25px 35px 25px;
        background: rgba(240, 247, 244,0.9);
    }
    .hero-content h1, .hero-content p {
        max-width: 500px;
    }
    .hero-content h1 {
        font-size: 2.5em;
    }
    .hero-content p {
        font-size: 15px;
    }

    .section {
        padding: 35px 25px;
    }

    .two-column-content {
        flex-direction: column;
    }
    .two-column-second {
        padding: 0;
        text-align: center;
    }
    .two-column-second p, .section-two .container > p {
        text-align: left;
    }
    .two-column-second p:last-child {
        margin-bottom: 0;
    }

    .two-column-first,
    .two-column-second {
        max-width: 100%;
    }

    .section p.handwritten-text {
        font-size: 19px;
    }

    .divider {
        max-width: 320px;
        margin: 40px auto;
    }

    .section p.aside {
        font-size: 15px;
        margin-bottom: 0;
    }

    .mobile-only {
        display: block;
    }

    #pricing .subtitle {
        text-align: center;
    }
    #pricing h3 {
        text-align: left;
    }
    #pricing .divider {
        margin-left: auto;
        margin-right: auto;
    }

    #about .divider.mobile-only {
        margin-bottom: 0;
    }   
    #about h2 {
        margin-top: 15px;
    }
    #about .two-column-img {
        max-width: 250px;
    }

    #testimonials {
        padding-top: 0;
    }
    #testimonials p {
        font-size: 18px;
    }
    #testimonials .handwritten-text {
        font-size: 20px;
    }
}