/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Alegreya+SC:700|Cutive+Mono);

html {
    height: 100%;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #810606;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    height: 100%;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--slave-color);
    z-index: 99999;
}

.contpre small {
    font-size: 25px;
}

.contpre {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -125px;
    margin-top: -75px;
    color: var(--primary-color);
    font-size: 40px;
    /*line-height: 35px;*/
    /*letter-spacing: -2px;*/
    text-align: center;
}

.contpre .logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contpre .logos img {
    opacity: 0.75;
    height: 60px;
    /*-webkit-filter: grayscale(100%); !* Safari 6.0 - 9.0 *!*/
    /*filter: grayscale(100%);*/
}

#page-preloader .spinner {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../images/ball-triangle.svg) center center no-repeat;
    background-size: 100px;
    margin: -50px;
    color: var(--primary-color);
}

a {
    color: #fff;
    text-decoration: none;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
}

.container > h1 {
    z-index: 9999;
    font-weight: 400;
    padding: 50px 20px;
}

.js .container > h1 {
    position: fixed;
    -webkit-backface-visibility: hidden;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    color: #f0f0f0;
    padding: 20px;
    font-size: 20px;
}

.container > h1 a {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 0 10px;
    color: #fff;
    font-weight: 700;
}

.container > h1 a:hover,
.container > h1 a.demo-current {
    color: #222;
}

/* Header Style */
.codrops-top {
    line-height: 24px;
    font-size: 11px;
    text-transform: uppercase;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.4);
}

.js .codrops-top {
    position: fixed;
    width: 100%;
    left: 0;
    top: 5px;
    background: transparent;
}

.codrops-top a {
    padding: 0px 4px;
    letter-spacing: 1px;
    color: #333;
    /*color: rgba(0, 0, 0, 0.7);*/
    display: inline-block;
}

.codrops-top a:hover {
    color: #000;
}

.codrops-top span.right {
    float: right;
    background: var(--primary-color);
    margin-right: 0.25rem;
}

.codrops-top span.right a {
    float: left;
    display: block;
    font-weight: bold;
    color: #fff;
}
