/* 
Theme Name: Caribbean Spay Neuter
Author: Richa
Version: 1.0
*/

/* 3rd party packages */

/* SASS and global'ish stuff */

/* Blocks - self defined CSS blocks within the modules folder */

/* The automation 'gulp watch' will look for changes within this file and bundle all to [wordpress\wp-content\themes\themebyme\style.css]. */

/* @import "modules/blockName01"; */

/* @import "modules/blockName02"; */

body {
    background-color: whitesmoke;
    z-index: 1;
}

#loadingscreen{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
};
