body,h1,h5 {font-family: "Raleway", sans-serif}
body, html
{
    height: 100%;
    overflow:hidden;

min-width: 320px;
}

#bg_character
{
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("https://midnaris.art/images/character.bg.png");
    position: absolute;
    top:0;
    left:60%;
    z-index: 101;
    background-repeat: no-repeat;
    filter: grayscale(0.7);

    opacity: 0.3;
}
#fg_character
{
    width: 100%;
    height: 100%;
    background-image: url("https://midnaris.art/images/character.fg.png");
    display: block;
    position: absolute;
    top:0;
    left:0;
    z-index: 800;
    background-repeat: no-repeat;
}
#fg_logo
{
    width: 100%;
    height: 100%;
    background-image: url("https://midnaris.art/images/logo.png");
    position: fixed;
    top:30%;
    left:25%;
    z-index: 1000;
    background-repeat: no-repeat;

}
.bgimg {
    background-image: url('https://midnaris.art/images/page.background.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
    z-index:100;
    overflow: hidden;
    top:0;

}
