@charset "utf-8";
/* CSS Document */
/* Background pattern from subtlepatterns.com */
body{
	background-image:url(../Assets/laptop/laptopBG.png);
	background-size:cover;
}

#worldFrame{
	width: 1920px; 
    height: 1080px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 100;
}

#worldFrame a{
	text-decoration: none;
	color: inherit;
}

.wolfLaptop{
	background-image:url(../Assets/laptop/wolfLaptopFrame.png);
}

.hayesLaptop{
	background-image:url(../Assets/laptop/hayesLaptopFrame.png);
}

.innerworld{
	width: 80px;
	height: 45px;
	left: 10px;
	top: 17px;
	position: relative;
	background: #0C0;
}

/**************/
/*  In Scene  */
/**************/

.fadeIn{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	background-image:url(../Assets/basic/dark_exa.png);
	z-index: 1000;
}

#screen{
	position: absolute;
	top: 137px;
	left: 233px;
	width: 1451px;
	height: 816px;
	z-index: 150;
}

.backBtn{
	position: absolute;
	top: 3px;
	left: 245px;
	width: 63px;
	height: 60px;
	background-image: url(../Assets/laptop/backHomeBtn.png);
	z-index: 200;
}

.toWGBtn{
	position: absolute;
	top: 340px;
	right: 0px;
	width: 167px;
	height: 129px;
	background-image: url(../Assets/laptop/toHayesTop.png);
	z-index: 201;
}

.toHBtn{
	position: absolute;
	top: 340px;
	left: 0px;
	width: 167px;
	height: 129px;
	background-image: url(../Assets/laptop/toWolfTop.png);
	z-index: 202;
}

.wgNav{
	width: 100%;
	height: 50px;
	background-color: #1d1d1d;
	font-size: 20px;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
}
	.wgNav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		height: 50px;
		background-color: transparent;
	}
	
	.wgNav li {
		float: left;
	}
	
	.wgNav li a {
		display: block;
		text-align: center;
		padding: 0 16px;
		height: 50px;
		text-decoration: none;
	}
	
	.wgNav li a:hover {
		background-color: #111;
	}

.hNav{
	width: 100%;
	height: 50px;
	background-color: #f1f1f1;
	font-size: 20px;
	color: #1d1d1d;
	font-family:Arial, Helvetica, sans-serif;
}
	.hNav ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			overflow: hidden;
			height: 50px;
			background-color: transparent;
		}
	
	.hNav li {
		float: left;
	}
	
	.hNav li a {
		display: block;
		text-align: center;
		padding: 0 16px;
		height: 50px;
		text-decoration: none;
	}
	
	.hNav li a:hover {
		background-color: #CCC;
	}

/* one flex row, everything vertically centered in the 50px bar -- the old
   float layout relied on a global p-margin reset that lived in the missing
   account-root head, which is why icon buttons stacked into two rows */
.topNavContent{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 50px;
}

.topNavContent p{
	margin: 0;
	padding: 0;
}
.topNavContent img{
	display: block;
}

#screenArea{
	width: 100%;
	height: 766px;
}


/**************/
/*  Generic   */
/**************/
.appBar{
	width: 100%;
	height: 35px;
	background-color: #666;
	color: #FFF;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

.appBar .exitL{
	margin-left: 10px;
	float: left;
}

.appBar .exitR{
	margin-right: 10px;
	float: right;
}

.appBody{
	width: 100%;
	height: 721px;
	overflow-y: scroll;
	overflow-x: hidden;
}
/**************/
/*  Desktop   */
/**************/

.wolfDesktop{
	width: 100%;
	height: 100%;
	padding-top: 1px;
	background-image: url(../Assets/laptop/wolfDesktop.png);
}

.hayesDesktop{
	width: 100%;
	height: 100%;
	padding-top: 1px;
	background-image: url(../Assets/laptop/hayesDesktop.png);
}

.iconRow{
	width: 100%;
	height: 110px;
	margin-top: 15px;
}

.spacer{
	position:relative;
	width: 90px;
	height: 110px;
}
.wolfDesktop .spacer{
	float: left;
	margin-left: 15px;
}

.hayesDesktop .spacer{
	float: right;
	margin-right: 15px;
}

.shortcut{
	position:relative;
	width: 90px;
	height: 110px;
}

.shortcut:hover{
	background-color: rgba(255,255,255,0.2);
	border: medium;
}

.wolfDesktop .shortcut{
	float: left;
	margin-left: 15px;
}

.hayesDesktop .shortcut{
	float: right;
	margin-right: 15px;
}

	.icon{
		width: 90px;
		height: 90px;
	}
		.icon.notepadIcon{
			background-image:url(../Assets/laptop/icons/icon-notepad.png);
		}
		
		.icon.brokenIcon{
			background-image:url(../Assets/laptop/icons/icon-brokenfile.png);
		}
		
		.icon.finefoxIcon{
			background-image:url(../Assets/laptop/icons/icon-ffDesktop.png);
		}
		
		.icon.chatIcon{
			background-image:url(../Assets/laptop/icons/icon-chat.png);
		}
		
	.scTitle{
		color: #fff;
		text-align: center;
   		text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
		width: 120px;
		height: 20px;
		margin-left: -15px;
		font-size: 17px;
		font-family: Arial, Helvetica, sans-serif;
	}


/**************/
/*  Finefox   */
/**************/

.finefox{
	width: 100%;
	height: 100%;
	background-color: #FFF;
}


/**************/
/*  notepad   */
/**************/
.notepad{
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

.textarea{
	width:100%;
	height: 720px; 
	box-sizing: border-box;         /* For IE and modern versions of Chrome */
	-moz-box-sizing: border-box;    /* For Firefox                          */
	-webkit-box-sizing: border-box; /* For Safari                           */
	font-size: 18px;
}