body
{
	background-color: rgb(0,5,23);
	color: rgb(255,255,255);
	font-family:"Yu Gothic Light","palatino linotype", palatino, serif;
	padding: 0px;
	margin: 0px;
}

a
{
color: rgb(255,255,255);
text-decoration: none;
}

#sub_body
{
margin-top: 20px;
margin-bottom: 20px;
}

#menu
{
padding-left:14%;
padding-right: 14%;
background-color: rgb(0,0,0);
color: rgb(255,255,255);
font-family:"Yu Gothic Light",gadugi, serif;
font-weight: bold;
}

#menu_title
{
padding-right: 20px;
padding-left: 20px;
font-size: large;
}

#menu_list
{
padding-left: 0px;
}

.menu_element
{
display:table-cell;
padding-right: 20px;
padding-left: 20px;
}

#menu_title:hover
{
background-color: rgb(15,15,15);
font-weight: bold;
}

.menu_element:hover
{
background-color: rgb(15,15,15);
font-weight: bold;
}

#menu_title a
{
color: rgb(255,255,255);
text-decoration: none;
}

#menu_list a
{
color: rgb(255,255,255);
text-decoration: none;
}

#menu_list li 
{
list-style-type: none;
display: inline;
}

#bottom
{
padding-top: 50px;
padding-bottom: 50px;
text-align:center;
background-color: rgb(0,0,0);
}

.bottom_list
{
}

.bottom_element_icon
{
margin-right: 10px;
margin-left: 10px;
display:inline-block;
}

.bottom_element_icon img
{
width: 30px;
height: 30px;
}	

@media (min-width: 799px) 
{
	/* Desktop */
	#sub_body
	{
		margin-left:14%;
		margin-right: 14%;
	}
	
	#menu-toggle
	{
		display: none;
	}
	#menu_list
	{
		display: block;
		height: 80px;
		margin: 0px;
		text-align: right;
	}
	#menu_title
	{
		display: block;
		height: 80px;
		align-content: center;
		vertical-align: middle;
		float: left;
	}
	.menu_element
	{
		height: 80px;
		align-content: center;
		vertical-align: middle;
	}
	.art_list
	{
		column-count: 2;
	}
}

@media (max-width: 799px) 
{
	/* Mobile */
	#sub_body
	{
		margin-left:3%;
		margin-right:3%;
	}
	#menu-toggle
	{
		display: block;
	}
	#menu_list
	{
		display: none;
	}
	#menu.open #menu_list
	{
		display: block;
	}
	#menu
	{
		text-align: center;
	}
	.art_list
	{
		column-count: 1;
	}
}

#menu-toggle
{
clear: both;
margin: auto;
text-align: center;
padding-bottom: 10px;
}

#menu-toggle-button
{
background-color: rgb(242,243,235);
}

#banniere
{
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}

#banniere h1
{
margin-bottom: 0px;
}

#banniere h2
{
margin-top: 0px;
}

#games_list
{
text-align: center;
align-content: center;
}

#games_list li
{
list-style-type: none;
display: inline;
}

#games_list img
{
width: 300px;
height: 300px;
}

.game_element
{
display:inline-block;
vertical-align:top;
margin: 10px;
position: relative;
width: 300px;
height: 300px;
}

.game_element_hover
{
text-transform: uppercase;
display:none;
font-weight: bold;
font-size: x-large;
text-align: center;
align-content: center;
vertical-align: middle;
background-color: rgba(255,255,255, 0.5);
margin: 0px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.game_element:hover .game_element_hover 
{
display:inline-block;
}

.game_element a
{
color: rgb(0,5,23);
text-decoration: none;
}

.game_focused
{
background-color: rgb(35,39,53);
margin-top: 50px;
}

.game_focused_img
{
margin: auto;
float: left;
padding: 20px;
}

.game_focused_img img
{
max-width: 100%;
width:400px;
}

.game_focused_text
{
display:inline-block;
padding: 20px;
}

.game_focused_text h1
{
text-align: center;
}

.clear_div
{
clear:both;
}

.tag_with_icon
{
margin-right: 20px;
margin-left: 20px;
display:inline-block;
height: 40px;
align-content: center;
vertical-align: middle;
text-align: center;
}

.tag_with_icon img
{
margin-right: 8px;
float: left;
}

.tag_with_icon_text
{
height: 40px;
align-content: center;
vertical-align: middle;
}

.game_details
{
margin-top: 50px;
}

.game_details h2
{
text-align: center;
}

.game_details h2 a
{
padding: 5px;
background-color: rgb(255,255,255);
}

.game_details a
{
color: rgb(0,5,5);
text-decoration: none;
font-weight: bold;
}

.project_img
{
display:inline-block;
margin: auto;
float: left;
padding: 20px;
}

.project_img img
{
max-width: 100%;
width:300px;
}

.project_video
{
margin-left: 10%;
margin-right: 10%;
}

.project_video iframe
{
width: 100%;
aspect-ratio: 16/9;
}

.project_images
{
max-width: 90%;
margin: 10px;
width: 600px;
height: auto;
}

.art_list
{
margin-top: 20px;
margin-bottom: 20px;
column-gap: 5%;
}

.art_list img
{
width: 100%;
display: block;
margin-bottom: 5%;
break-inside: avoid;
}

.intro_text
{
padding-top: 5%;
padding-bottom: 70px;
font-size: xx-large;
text-align: center;
font-weight: bold;
}

.important_text
{
padding: 5px;
font-size: large;
display:inline-block;
background-color: rgb(35,39,53);
border: solid;
}

.intro_minature_list
{
text-align: center;
margin: auto;
width: 80%;
}

.intro_miniature 
{
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;
display:inline-block;
vertical-align:top;
position: relative;
width: 250px;
height: 500px;
}

.intro_miniature img
{
width: 250px;
height: 500px;
}

.intro_miniature a
{
color: rgb(0,5,23);
text-decoration: none;
}

.intro_miniature_hover
{
text-transform: uppercase;
display:none;
font-weight: bold;
font-size: x-large;
text-align: center;
align-content: center;
vertical-align: middle;
background-color: rgba(255,255,255, 0.5);
margin: 0px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.intro_miniature:hover .intro_miniature_hover 
{
display:inline-block;
}


/*
#videofluxtober {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  filter: blur(5px) brightness(25%);
}
*/