/*
Theme Name:  blank
Author:      Brandon Shiluk, Jens Buss
Author URI:  https://github.com/bucky355
Description: Takes a hybrid approach, using Wordpress to manage and serve initial content. Vue.js takes over all future in-site navigation effectively transforming the site into a SPA.
Version:     1.0.1
Text Domain: blank
*/


/* Base Styles
------------------------------------- */
.site-loading {
    display: inline-block;
    position: absolute;
    top: 45vh;
    left: 50%;
    width: 80%;
    height: auto;
    transform: translate3d(-50%, -50%, 0);
}

.site-loading--wrap {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3000;
    background: hsl(317, 97%, 87%);
}
