html{
	overflow-y: scroll; 	
}

body {	
 	margin:0;
	padding:0;
 	background: #fff;
}

.wrapper{
    margin:auto;
    align-items: center;
    justify-content: center;
}

.mainFrame {
    align-items: center;
    justify-content: center;
    width: 700px;
    height: 800px;
    overflow: hidden;
    position: relative;
    margin: auto;
    background-color: #000; 
    background-image: url(../img/armed_vehicle_00031.png); 
    background-size: cover;
    background-position: center;
    opacity: 0.9;  
}

.mainContent {
	clear:both;
	padding:0px 0px 0px 0px;
	display:flex;
	align-items: center;
   	justify-content: center;
	position:relative;
	z-index:40;
	height:100%;
	/*border:1px solid red;*/
	overflow:hidden;
}

.infoBand{
	position:relative;
	top:-189px;
/*	display:flex;*/
	align-items: center;
	width: 99%;	
	height:102px;
    justify-content: center;
    margin: auto;
}

.infoContent{
	clear:both;
/*	display:flex;*/
	align-items: left;
   	justify-content: left;
	position:relative;
	top:-3px;
/*	width:100%;*/
	width: 220px;
	height:100%;
	margin:0;
	color:#00ff78;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:left;
	padding:5px 0 0 10px;
	border:1px solid #104A9E;
	border-radius:8px;
	background-color:rgba(0,0,0,0.4);
}

.infoContent h3{
	padding-left:20px;
	color:#00ff78; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;;	
}

.infoContent h4{
	color:#00ff78;
	font-family:Verdana, Geneva, sans-serif;	
}

#randomACKPanel{
	position:absolute;
	top: 602px;
	left:-120px;
	width:120px;
	height:80px;
	background-image:url(../img/panel_blue.png);
	display:flex;
	z-index: 1050;
	transition:ease-out .5s;
}

.randomACKInfoContainer{
	position:relative;
	margin-top:18px;
	width:100%;
	display:block;
	text-align:center;
}

.randomACK{
	position:relative;
	width:100%;
	margin: 0px auto;
	font:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#00ff78;
	/*background-color:rgba(255,255,0,0.3);*/
}

.infoTask{
/*	clear:both;
/*	display:flex;*/
	align-items: left;
   	justify-content: left;
	position:relative;
	top:-112px;
	left:234px;
	width: 220px;
	height:60px;
	margin:0;
/*	color:#00ff78;*/
	color:#6cb694;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
	padding:5px 0 0 10px;
	border:1px solid #104A9E;
	border-radius:8px;
	background-color:rgba(0,0,0,0.4);	
}

.machineState{
	align-items: left;
   	justify-content: left;
	position:relative;
	top:-110px;
	left:234px;
	width: 220px;
	height:34px;
	margin:0;
	color:#6cb694;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
	padding:5px 0 0 10px;
	border:1px solid #104A9E;
	border-radius:8px;
	background-color:rgba(0,0,0,0.4);	
}

#armedVehicle{
	position:relative;
	top: -195px;
/*	width:140px;
	height:160px;*/
	width:70px;
	height:80px;
	background-image:url(../img/armed_vehicle/armed_vehicle0040.png);
/*	width:150px;
	height:10px;
	border-radius:8px;
	border:1px solid white;
	background-color:#E30D68;*/
	z-index:1000;
}

#enemyShip{
	position:absolute;
	top:0;
	left:0;
	width:110px;
	height:75px;
	z-index:100;
	background-image:url(../img/enemy_ship/enemy_ship0040.png);
}

#redBlast{
	position:absolute;
	top:-150px;
	left:0;
	width:150px;
	height:150px;
	z-index:200;
	background-image:url(../img/red_blast/red_blast0011.png);
}

#blueBlast{
	position:absolute;
	top:-150px;
	left:0;
	width:150px;
	height:150px;
	z-index:220;
	background-image:url(../img/blue_blast/particles_00010.png);
}

#targetOutpost{
	position:absolute;
	top:-150px;
	left:0px;
	width:150px;
	height:150px;
	z-index:50;
	background-image:url(../img/target_outpost/target_00000.png)
}

.navMenu{
	position:relative;
	top: -210px;
	left: 470px;
	height:50px;
	width:200px;	
	display:flex;
    align-items: center;
    justify-content: center;
	border:1px solid #104A9E;	
	border-radius:30px;
	background-color:rgba(0,0,0,0.4);
	padding: 5px;
}

#helpBtn {
	position:relative;
	float:left;
/*	top: 10px;*/
/*	right: 15%;*/
	margin-right:5px;
	width:50px;
	height:50px;
	background-image:url(../img/btn_help.png);
	cursor:pointer;
	z-index:220;
}

#doPauseBtn{
	position:relative;
	width:50px;
	height:50px;
	border-radius:50%;
	background-image:url(../img/btn_pause_up.png);
	cursor:pointer;
	z-index:200;
}

.projectileItemClass{
  	position: absolute;
/*	top:200px;*/
/*	left:200px;*/
	width:16px;
	height:30px;
	z-index:250;
	background-image:url(../img/rocket.png);
/*	border-radius:40%;*/
}

#bgVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;       
    z-index: -2;             
    background: black;
}

#floatingWindow {
    position: fixed; 
    left: 0; 
    top: 0;
    width: 300px; 
    height: 100vh; 
	font-family:Verdana, Geneva, sans-serif;	
    z-index: 9999; 
    transition: left 0.3s ease; 
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3); 
}

#floatingWindow.visible {
    left: 0px; 
}

#floatingWindow .links {
    overflow-y: auto;
    height: calc(100vh - 60px); 
}

#floatingWindow .links a {
    display: block;
    margin-bottom: 10px;
    color:#6CF;
    text-decoration: none;
}

#floatingWindow .links a:hover {
    color:#6FF;
}

#floatingWindow .statement {
    font-size: 14px;
    margin-top: 20px;
	color:#FF6;	
}
		
#floatingWindow img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

/* ---------------- from main ikf page ----------------*/

.container {
	display: flex;
	flex-direction: column;
	width: 300px;
	max-width: 600px;
	text-align: center;
	align-items: center;
	padding-top: 0px;
	position: relative; 
	margin-top:50px;
	z-index: 1;
	height: 700px; 	
}

.links {
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	padding: 20px;
	z-index: 2;
}

.links img {
	margin: 10px;
	width: 100px;
	height: 100px;
}	

.slogan {
	background: url(../img/slogan_IKF_white.png) no-repeat center center;
	width: 298px;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;	
	position: absolute;
	top: 10px;
	left: 160px;
	transform: translateX(-50%);	
	z-index: 10000;
}
	
		
@media screen and (max-width: 700px) {	
	.mainFrame {
		width:100%;
		min-width:360px; 
	}

	.mainContent {
		background-size:auto; 
	}

	#middleContent{
		display:block;
		width:100%;
	}

}
