body{
	background: url('os8bg.png');
	font-family: 'VT323', ;
}
.window{
	width: 500px;
	height: 350px;
	background-color: white;
	position: fixed !important;
	background-color: white;
	border-image: url('border3.jpg') 30 6 6 6 ;
	border-image-width:30px 6px 6px 6px;
	box-shadow: 2px 2px #888888;
	padding: 10px;
	overflow: scroll;
	overflow-x: hidden;
	opacity: 0;
	z-index: -1;
	background-repeat: repeat-x;
	background-color: #f1f1f1;
	border-style: solid;
	border-bottom-width: 6px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-top-width: 30px;
}
.window-bar{
	width: 100%;
	height: 16px;
	position: absolute;
	top:0px;
	left: 0px;
	
}




.close{
	position: fixed;
	z-index: -3;
	opacity: 0;
}
#logo-container{
	border-image: url('border2.jpg') 6 round round;
	border-image-width:6px;
	border-style: solid;
	position: fixed;
}
#logo-img{
	height: 220px;
	z-index: 0;

}
.playable-icon{
	margin-bottom: 25px;
	margin-top: 10px;
}
#nav-bar{
	position: fixed;
	bottom: 30px;
	left: 100px;
	z-index: 3;
}
.nav-icon{
	width: 60px;
	margin-right: 10px;
	z-index: 3;
	
}
.nav-container{
	float: left;
	margin-right: 80px;
}
.roster-container{
	display: block;
	margin-bottom: 50px;
}
.roster-container:after {
  content: "";
  clear: both;
  display: table;
}
.roster-pic{
	float: left;
	margin-right: 20px;
	
}
.roster-pic img{
	width: 200px;
}
.roster-info{
	float: left;
/* 	min-height: 250px; */
	width: calc(100% - 220px);
}
.roster-info h1{
	margin-top: 0;
}


/* 		blog */

.blog-title{
	font-size: 30px;
	color: red;
	margin-bottom: 15px;
}

.blog-image{
	width: 300px;
}



/* store left */

.store-container{
	margin-bottom: 35px;
}

.store-left{
	float: left;
	margin-right: 25px;
}

.store-left img{
	width: 250px;
}

.store-right{
	float: left;
	width: calc(100% - 275px);
	min-width: 150px;
}

.store-right h3, h7{
	margin-top: 0;
	margin-bottom: 15px;
}

.store-right form{
	margin-top: 25px;
}

.store-container:after {
  content: "";
  clear: both;
  display: table;
}





@media only screen and (max-device-width: 480px) {
	body{
		background-color: red;
		
	}
	.window{
		width: 90%;
		height: 70%;
		top: 0;
		left: 0;
	}
	.nav-icon{
		width: 100%;
		margin-right: 0px;
		z-index: 3;
		
	}
	.nav-container{
		width: 15%;
		float: left;
		margin-right: 5%;
		margin-left: 5%;
	}
	#nav-bar{
		position: fixed;
		width: 100%;
		bottom: 0px;
		left: 0px;
		z-index: 3;
	}
	
	
	
}














