/** Header Image: **/
.rbstheme--header-image {
    position: relative;
    height: 100%;
    width: 100%;
}
.rbstheme--header-image-img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    width: 100%;    
}
.rbstheme--header-image-contents {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.rbstheme--header-image-title {
    font-size: 3rem;
    color: #ffffff;
}


/** Site Logo: **/
.rbstheme--site-logo {
    /*max-width: 300px;*/
    max-width: 100%;
}
.rbstheme--site-logo-link {
    display: flex;
}
.rbstheme--site-logo-image {
    max-width: 100%;
}