.darkBack {
    background: url('../../img/site/back2.svg') no-repeat;
    background-size: cover;
    height: 1000px;
    width: 100%;
}

.lightBack {
    background: url('../../img/site/backLB.svg') no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}

.lightBack2 {
    background: url('../../img/site/back2LB.svg') no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}

.lightBack3 {
    background: url('../../img/site/backLB2.svg') no-repeat;
    background-size: cover;
    height: 1000px;
    width: 100%;
}

.darkBack90 {
    background: url('../../img/site/back290.svg') no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}

.gentleShadow {
    -webkit-box-shadow: 0px 12px 10px -4px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 12px 10px -4px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 12px 10px -4px rgba(0, 0, 0, 0.22);
}

.lightBackOrange2 {
    background: url('../../img/site/back2LBOrange.svg') no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}