This handles the space behind the content*/
/*display a navbar that won't wrap objects*/
nav ul {
	white-space: nowrap;
	position: relative;
	z-index: 10;
}
/*sets up blocks that can be moused over*/
nav li {
	margin: -3px;
	text-decoration: none;
	background-color: #111111;
	min-width: 150px;
	height: 80px;

	display: inline-block;
	-ms-transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);


	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
/*changes to navigation blocks when hovered*/
nav li:hover, nav li:active{
	background-color: #ff00cb;
}
/*this is the content that extends to the full space of the li element*/
nav li a{
	text-align: center;
	font-family: impact;
	text-decoration: none;
	color: white;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 15%;
	width: 100%;
	height: 100%;

	display: block;
	-ms-transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
}
nav li a:hover, nav li a:active{
	color: black;	
}

/*additional background graphic to extend the navbar to the right side of the page*/
div.nav_right_block{
	background-color: #111111;
	width: 200px;
	height: 80px;
	margin: -3px;

	position:absolute;
	right:-50px;
}
/*container for the navigation bar to affix it to the bottom right side of the page*/
div.float_right{
	position: fixed;
	right: 50px;
	bottom:-20px;
}
div.nav_left_block{
	background-color: #111111;
	width: 600px;
	height: 80px;
	margin: -3px;

	position:absolute;
	left:-100px;
	-ms-transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
/*container for the title bar to affix it to the bottom right side of the page*/
div.float_left{
	position: fixed;
	left: 50px;
	top:2px;
}
.title_display {
	display: inline-block;
	position: relative;
	color: white;
	font-family: impact;
	font-size: 24px;
	text-align: center;
}
div.position_detail{
	position: fixed;
	left: 50px;
	top: 36px;
	z-index: 20;
	color: white;
	font-family: impact;
	font-size: 12px;
	text-align: left;
}


/*container for the contact icon list to affix it to the bottom right side of the page*/
div.position_icons{
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 20;
}

.icon_parent {
	display: inline-block;
	font-size: 40px;
}

.icon {
	color:black;
	padding: 10px;
	border-radius: 50px;
	background: #ff00cb;

	-webkit-transition: border-radius 0.2s, background 0.2s;
	transition: border-radius 0.2s, background 0.2s;
}
.icon:hover {
	color:white;
	border-radius: 4px;
	background: #111111;
}
/*00ffff blue*/
/*ff00cb pink*/

/*styling for the iframe video which displays it fullscreen*/
iframe.video_player{
	display: inline-block;
	position: absolute;
	z-index: -10;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
/*styling for the video cover to prevent it from being interacted with*/
div.video_cover{
	display: inline-block;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

div.games_bg {
	background-color: #222222;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}


.game_display {
	display: inline-block;
	position: relative;
	width: 480px;
	height: 270px;
	margin: 10px;
	color: white;
	font-family: impact;
	font-size: 24px;
	text-align: center;
}

.game_display:hover {
	color:#ff00cc;
}

.game_display_container {
	position: absolute;
	width: 100%;
	height: 60%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.game_display_image_crop {
	width: 480px;
	height: 270px;
	object-fit: none;
	object-position: 50% 50%;
}

#image_crop_starr_mazer {
	object-position: 50% 30%;
}

.about_background {
	position: fixed;
	background-image: url("auston_by_ivan_notaros.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.about_article {
	background-color: rgba(28,28, 28,0.8);
	color: white;
	float: right;
	margin-right: 100px;
	padding: 14px;
	width: 40%;
	font-size: 16px;
	font-family: sans-serif;
}

.about_link {
	color: white;
	font-size: 16px;
	font-family: sans-serif;
}
.about_link:link {
	color: orange;
	text-decoration: none;
}
.about_link:visited {
	color: orange;
	text-decoration: none;
}
.about_link:hover {
	text-decoration: underline;
	color: #ff00cb;
}

.game_title {
	display: inline-block;
	color: white;
	font-size: 24px;
	font-family: impact;
	text-decoration: none;
}
.game_title:link .game_title:visited {
	color: #ff00cb;
}
.game_title:hover {
	color: #ff00cb;
}


.game_content {
	display: inline-block;
	position: relative;
	width: 75%;
	min-width: 500px;
	margin: 10px;
	text-align: left;
}

h1 {
	margin: 0;
}

h2 {
	display: block;
	background-color: #111111;
	color: #333333;
	padding: 5px;
	border-bottom: 2px solid #333333; 
	font-family: "Arial";
	font-size: 16px;
}

table, li {
	color: #cccccc;
	font-family: "Arial";
}
td {
	padding-right: 20px;
}

ul{
	list-style: none;
}

.contribution_title {
	font-weight: bold;
	color: #ffffff;
}
a.contribution_title:link, a.contribution_title:visited {
	color: #ff00cb;
	text-decoration: none;
}
a.contribution_title:hover, a.contribution_title:active {
	color: #ff00cb;
	text-decoration: none;
}
.contribution_text {
	font-family: arial;
	color: #cccccc;
	padding-left: 22px;
	text-indent: -22px;
}
.description_text {
	font-family: arial;
	color: #cccccc;
}

.project_button {
	position: fixed;
	font-size: 100px;
	text-align: center;
	height: 100%;
	width: 10%;
	text-decoration: none;
	color: #333333;
}

.project_button_left {
	left: 0px;
}

.project_button_right {
	right: 0px;
}

.project_button:hover {
	background-color: #ff00cb;
	color: #ffffff;
}