.STICKYBG{
    background-color: white;position:fixed;height: 100vh;width: 100vw; top:0; z-index: -100;overflow-x: hidden;
}

.landingBg{
    position: relative;height: 100%;width: 100%;
}
.landingBgIMG{
    position: absolute;height: 100%;transform: translate(-50%, 0 );left: 50vw;filter: blur(5px);
}
@media(min-width:850px){.landingBgIMG{height:auto;width:100%}}

.fixedBgSecAbout{
    height: 100vh;width:100vw;background-color: white ;position: absolute;top: 0;display: flex;justify-content: center;align-items: center; filter: blur(2px);
}
.fixedBgSecAbout img{width:100%; height:auto}
.mainFooter{background-color: white;width:100%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding-top: 16rem;}
.langSwitch.footerMain{display: flex;align-items: center;margin-top: .75rem;}
.footerFlexDivider{margin: 0 .2rem 0 .2rem; font-size: 1.5rem;}