

#body-top-flex-wrap {
    min-height: calc(100vh - 6em);
}
#body-content-ctn {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(38, 42, 83,1) 80%), url('images/istockphoto-467993460-1024x1024.jpg') bottom center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-blend-mode: overlay;
}
#body-content-inner {
    max-width: 100em;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
#site-title {
    margin: 0 5% 5%;
    font-size: 5em;
    color: #fff;
    font-weight: bold;
    line-height: 1.2em;
    background: var(--blue-30);
    padding: 1rem 2rem;
}