/* Contact */

.haythere-logo svg {
    color: #000;
}

#hero-section {
    background-image: url('../site/images/Lauren-writing.jpg');
    background-image: url('../site/images/Lauren-writing.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no;
    opacity: 1;
}

/*#hero-section::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../site/images/haythere-submark-white.svg'), url('../site/images/haythere-submark-white.svg');
    background-position: 0 0, 50px 90px;
    background-size: 120px 180px;
    background-repeat: repeat;
    opacity: .06;
    pointer-events: none;
}*/

#site-navigation-toggle {
    color: #fff;
}

#primary-menu .buttonize a {
    background-color: var(--color-lime);
}

#hero-section {
    height: 50svh;
}

.site-content {
    position: relative;
}

#section-blog {
    position: relative;
    padding-top: 0;
    margin-bottom: calc(-50svh + var(--hero-offset));
}

.blog-wrapper {
    position: relative;
    top: calc(-50svh + var(--hero-offset));
    padding: var(--space-l-2xl) var(--space-s-l) var(--space-l);
}

@media screen and (width >= 80em) {

    #section-blog {
        margin-bottom: calc(-35svh + var(--hero-offset));
    }
    
    .blog-wrapper {
        top: calc(-35svh + var(--hero-offset));
    }    
    
}

#section-blog .entry-title {
    font-size: .9em;
    font-weight: bold;
    font-family: var(--font-sans);
    margin-top: 1em;
    margin-bottom: .5em;
}

#section-blog .entry-title a {
    color: var(--color-dark);
}

#section-blog .entry-content {
    font-size: .8em;
}

.site-footer {
    position: relative;
}
