
body {
    margin: 0;
    padding: 0;
    background-size: auto auto;
    background: rgb(126, 130, 123) url("/assets/images/Goat-Creek-Trail_AB.jpg") no-repeat top 10% center;
    transition: background-position 100ms linear;

}


.helping {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2rem;
    padding-top: 0;
}

#a-bit-digital {
}

.st0, .st1, .st2, .st3 {
    mix-blend-mode: multiply;
    opacity: 0.8;
}
/* iphone 6/7/8 Plus + 12 landscape */
@media (max-width: 736px) {

    body {
        background-position: top 24% left 37%;
    }

}
/* iphone 6/7/8 Plus + 12 portrait */
@media (max-width: 414px) {

    body {
        background-position: top 23% left 31%;
    }

}
/* oldies but goodies portrait  */
@media (max-width: 320px) {

    body {
        background-position: top 22% left 31%;
    }


}
