﻿@font-face {
    font-family: 'multicolore_regular';
    src: url('font/multicolore.woff2') format('woff2'), url('font/multicolore.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DKLemonYellowSun';
    src: url('font/DKLemonYellowSun.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.CustomFont {
    font-family: DKLemonYellowSun;
}

body {
    margin: 0;
    padding: 0;
    background: url(../Images/wallpaper.png) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.multicoloreFont {
    font-family: multicolore_regular;
}

.loadingScreen {
    background: rgba(0,0,0,.5);
    cursor: pointer;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    vertical-align: middle;
}

    .loadingScreen > div {
        display: inline-block;
        height: auto;
        max-width: 800px;
        min-height: 100px;
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 8px;
        padding: 15px 5%;
        top: 25%;
    }




.hover_bkgr_fricc {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    vertical-align: middle;
}

    .hover_bkgr_fricc .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }


    .hover_bkgr_fricc > div {
        background-color: #fff;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        vertical-align: middle;
        width: 80%;
        position: relative;
        border-radius: 8px;
        padding: 15px 5%;
        top: 15%;
    }

@media only screen and (min-width: 500px) {

    .hover_bkgr_fricc > div {
        background-color: #fff;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        vertical-align: middle;
        width: 80%;
        position: fixed;
        border-radius: 8px;
        padding: 15px 5%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

    .AutoBreakDiv {
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin: 0;
        text-align: center;
    }