/*body.custom-background {
   
    background-image: url('http://onspaceship.earth/wp-content/uploads/2021/05/nasa-Q1p7bh3SHj8-unsplash-1-scaled-e1620479598319-300x70.jpg');

    background-position: top;
    background-size: fill;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
*/

.has-gray-opacity-background-color {
	background-color: rgba(40, 48, 61, 0.7);
}

.has-white-opacity-background-color {
	background-color: rgba(255, 255, 255, 0.6);
}

.has-dark-gray-background-color-OSE {background-color: rgb(40,48,61);}