@font-face {
    font-family: Mikro;
    src: local(Mikro), url('5mikropix.ttf') format('opentype');
}
html{
    max-width: 100%;
    overflow-x: hidden;
}
#myVideo {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    -o-filter: blur(0px) contrast(120%) brightness(0.75) saturate(120%); // saturate(30%) contrast(50%) brightness(0);
    filter: blur(0px) contrast(120%) brightness(0.75) saturate(120%); // saturate(30%) contrast(50%) brightness(0);
    image-rendering: -moz-crisp-edges;
    / Firefox / image-rendering: -o-crisp-edges;
    / Opera / image-rendering: -webkit-optimize-contrast;
    / Webkit (non-standard naming) / image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
	pointer-events:none;
}

#videoOverlay {
    color: red;
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    content: "";
    background-color: rgba(20, 40, 80, 1);
    mix-blend-mode: exclusion;
	filter: contrast(120%) brightness(1.25) saturate(0.7);
	pointer-events:none;
	z-index:-3;
}

#videoHolder {
    position: fixed;
    left: 0;
    bottom:0;
    width: 100%;
    height: 100%;
	z-index:-5;
	pointer-events:none;
}
body { 
	max-width: 100%;
   	overflow-x: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffceff;
}
.toplogo {
	background-color: clear;//#ffceff;
	width:100%;
	margin-left:auto;
	margin-right:auto;

}
.concepts{
	background-color: #5744aa;
	width:100%;
	margin-left:auto;
	margin-right:auto;

}

.centerlogo {
	margin-left: auto;
    margin-right: auto;
    min-width: 40%;
	max-width: 500px;
	display: block;
	padding-top:75;
	padding-bottom:75;
}
.darkblock {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;
	background-color:#3d2757;
	padding-top:10;
	padding-bottom:10;
	font-family: Mikro, Tahoma, Georgia, Times, serif;
	font-size: 20px;
	color: #FFFFFF;
}
.lightblock {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;
	background-color: clear;//#ffceff;
	padding-top:15;
	padding-bottom:15;
	font-family: Tahoma, Georgia, Times, serif;
	font-size: 20px;
	color:#212224CC;
}
.lightblockd {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;
	background-color: #ffceff;
	padding-top:15;
	padding-bottom:15;
	font-family: Tahoma, Georgia, Times, serif;
	font-size: 30px;
	color:#212224CC;
}

.bordertop {
	width:300%;
	height:25;
	margin-top:0;
	margin-bottom:0;
	overflow:hidden;
	text-align: left;
	
}
.borderbot {
	width:300%;
	height:25;
	margin-top:0;
	margin-bottom:0;
	overflow:hidden;
	text-align: left;
}
.screenshot {
	background:#FFFFFF;
	background-size:cover;
}
.game {
	background:#FFFFFF;
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;  
	
}
.game-iframe {
	transform: scale(0.9);
}
.game img {
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
.gamelogo{
	text-align:center;
}
.flamberge {
	background-image:url("../images/abbol_bg.png");
}
.friendgun {
	background-image:url("../images/friendgun_bg.png");
}
.flatformfighter {
	background-image:url("../images/fff_bg.png");
	
}
.minutestoship {
	background-image:url("../images/mts.png");
}
.littlefriends{
	background-image:url("../images/littlefriends_bg.png");
}
.plateaumelody{
	background-image:url("../images/plateau_bg.png");
}




.flamheader{
	width:60%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-weight: 400;
	padding-top:10;
	padding-bottom:10;
}
p {
	width:40%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-weight: 400;
	padding-top:10;
	padding-bottom:10;
	
}
a {
    color: #fff;
	text-decoration: none;
}