#site-body #body-top-ctn {
    padding-bottom: 15em;
}
#body-top-ctn {
    background: url('images/woman_grey_presentation.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#site-title {
    padding: 5%;
    background: rgba(255, 255, 255,0.5);
    border-radius: 0.5rem;
    font-size: 16vw;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    margin: 5%;
}
@media (min-width: 550px)
{
    #site-title {
        font-weight: normal;
        font-size: 8vw;
        width: 39vw;
        text-align: left;
    }
}
@media (min-width: 1080px)
{
    #site-title {
        font-size: 8vw;
        width: 6em;
        background: transparent;
        text-shadow: 3px 3px 2px #fff;
        margin: 2% 0;
    }
}


#site-directions {
    background: var(--antique-white);
    padding: 2% 5%;
    margin: 5% 5% 0;
}
#site-directions p {
    margin: 0 0 0.5em;
}
#site-directions p:last-child {
    margin: 0;
}
#site-directions span {
    font-weight: bold;
}