﻿.LandingHeader,
.LandingContent {
    max-width: 1280px;
    margin: auto;
}

.HeaderWrapper {
    position: fixed;
    width: 100%;
    background: rgba(148,224,228,0.9);
    top: 0;
    z-index: 11;
}
    
.LandingHeader {
    padding: 1.5% 1%;
}

.BackgroundWrapper {
    /*height: 100vh;
    overflow-Y: auto; */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    background-color: #94E0E4;
}

.BackgroundWrapper::-webkit-scrollbar { /* WebKit */
    display: none;
}

.BlueBackground {
    background-color: #94E0E4;
}

.AquaBackground {
    background-color: #8BD3DC;
}

.PinkBackground {
    background-color: #EC2D85;
}

.WhiteBackground {
    background-color: #FFF;
}

@media screen and (max-width: 800px) {
    .Background1 {
        background-color: #FFF;
        background-image: none;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
    }
}