
body {
    /*Set background image to blue checks (bg.jpg)*/
    background-image: url('../assets/images/geo-blue-dark.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.1);
    background-blend-mode: overlay;
    /*opacity: 0.5;*/
}