/*--------------------------------------------------------------
Header.
-------------------------------------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    background-color: #fff;
    opacity: 1;
}

#preloader img {
    width: 100px;
	height: 100px;
    margin-bottom: 20px;
}

#preloader p {
    text-align: center;
    color: #6d6d6d;
}
