@font-face {
	font-family: 'diehl_decoregular';
	src: url('fonts/diehld__-webfont.woff2') format('woff2'),
		url('fonts/diehld__-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

/*universal*/

body {
	background-image: url(../images/mountains.jpg);
	background-repeat: repeat-x;
	background-color: #1f2138;
	font-family: "Noto Sans";
}

a:link {
	color: #fdf7f7;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #fdf7f7;
}

a:hover {
	text-decoration: none;
	color: #887E9A;
}

a:active {
	text-decoration: none;
	color: #fdf7f7;
}

a {
	font-size: 16px;
	font-weight: bold;
}

h1 {
	font-family: "diehl_decoregular", Times, serif;
	font-size: 140px;
	color: #fdf7f7;
	clear: both;
	font-weight: normal;
	text-align: center;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

h2 {
	font-family: "diehl_decoregular", Times, serif;
	font-size: 55px;
	color: #fdf7f7;
	clear: both;
	font-weight: normal;
	text-align: center;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

h3 {
	font-family: "diehl_decoregular", Times, serif;
	font-size: 40px;
	color: #fdf7f7;
	clear: both;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	text-transform: capitalize;

}

/*Segments*/

#outer {
	width: 1500px;
	margin: auto;
	text-align: center;
	
	/*position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
	width: 1500px;
	margin: auto;*/
}

#container {
	width: 100%;
	margin: 0px;
	z-index: 1;
	position: relative;
}

.divider {
	background-color: #333333;
	height: 1px;
	border-top: 1px solid #000;
	margin: 0px;
	clear: both;
}



/*header*/

#header {
	color: #B3B3B3;
	background-color: rgba(0, 0, 0,.6);
	border-style: solid;
	border-left: hidden;
	border-right: hidden;
	border-top: hidden;
	border-color: rgba(213, 182, 216, 0.5);
	width: 100%;
}

#header h2 a {
	color: #dee7c8;
	text-decoration: none;
	font-size: 55px;
	clear: both;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

#header h2 a:visited {
	color: #dee7c8;
	text-decoration: none;
	font-size: 55px;
	clear: both;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

#header h2 a:hover {
	color: #fdf7f7;
	text-decoration: none;
	font-size: 55px;
	clear: both;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

#header h2 a:active {
	color: #dee7c8;
	text-decoration: none;
	font-size: 55px;
	clear: both;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}



#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: "diehl_decoregular", Times, serif;
}

#header li {
	float: left;
}


li a,
.dropbtn {
	display: inline-block;
	color: #f4f4f4;
	text-align: center;
	padding: 25px 16px;
	text-decoration: none;
	font-size: 24px;
}

#header li a:hover,
.dropdown:hover .dropbtn {
	background-color: rgba(0, 0, 0, 0.5);
}

#header li.dropdown {
	display: inline-block;

}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 1.0);
	min-width: 160px;
	color: #f4f4f4;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: #f4f4f4;
	font-size: 18px;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-family: "Noto Sans";
	font-weight: normal;
}

.dropdown-content a:hover {
	background-color: rgba(0, 0, 0, 0.6);
	color: #887E9A;
}

.dropdown:hover .dropdown-content {
	display: block;
}


/*main content*/
.article {
	width: 100%;
	float: left;
	display: block;
	color: #F4F4F4;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	position: absolute;
	overflow: hidden;
}

.article h2 {
	font-size: 55px;
	color: #F4F4F4;
	letter-spacing: -1px;
	clear: both;
	font-weight: normal;
	text-align: left;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.article h1 {
	font-size: 130px;
	color: #F4F4F4;
	letter-spacing: -1px;
	clear: both;
	font-weight: normal;
	text-align: left;
	line-height: 36px;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}

.article3 {
	background-image: url(../images/marble.png),
		linear-gradient(180deg, rgba(103, 105, 144, 0) 5%, rgba(103, 105, 144, 1) 95%);
	background-repeat: repeat,
		no-repeat;
	padding: 10px;
	border-style: solid;
	border-left: hidden;
	border-right: hidden;
	border-color: rgba(213, 182, 216, 0.5);
	width: 100%;
	z-index: -1;
}

.article4 {
	background-image: linear-gradient(180deg, rgba(62, 66, 104, 0) 5%, rgba(62, 66, 104, 1) 95%);
	padding: 10px;
	border-style: solid;
	border-left: hidden;
	border-right: hidden;
	border-color: rgba(213, 182, 216, 0.5);
	width: 100%;
	z-index: -1;
}

.article5 {
	background-image:linear-gradient(180deg, rgba(25, 27, 50, 1) 5%, rgba(90, 92, 130, 1) 95%);s
	padding: 10px;
	border-style: solid;
	border-left: hidden;
	border-right: hidden;
	border-color: rgba(213, 182, 216, 0.5);
	width: 100%;
	z-index: -1;
}

.article5 li {
	text-align: left;
}

.article li a {
	font-size: 16px;
	text-align: left;
	padding: 0;
}
	
.article h3 a {
	font-size: 40px;
}

.marble_bg{
	background-image:
		url(../images/marble.png),
		linear-gradient(180deg, rgba(15, 16, 28, 1) 5%, rgba(51, 52, 72, 1) 95%);
	background-repeat:
		repeat,
		no-repeat;
}

.credits {
	font-size: 13px;
	color: #83867A;
	text-align: center;
	padding: 10px;
	letter-spacing: 1px;
	font-weight: normal;
}

.contact_now {
	font-family: "diehl_decoregular", Times, serif;
	text-align: right; 
	padding-right: 15%; 
	padding-left:10px;
}

.contact_now a {
	font-size: 55px;
}



/* Model table */
.divTable {
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.divTableCell,
.divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

.model_info {
	text-align: left;
	border-style: dashed;
	padding: 5px;
}

/*Front page game list*/

#game_list {
	width: 100%;
}

.game_table {
	display: table;
	margin: 0 auto;
}


#game_list a {
	padding: 0px;
}

#game_list ul {
	/*margin-left: 190px;*/
	margin-left: -50px;
	width: 100%;
	list-style: none;
}

#game_list li {
	display: table-cell;
	padding: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#game_list img {
	border-style: solid;
	border-color: rgba(213, 182, 216, 0.5);
}

#game_label {
	font-weight: bold;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
}

#game_label img {
	border-style: none;
}

.sample_model_cell {
	padding: 10px;
	border-style: dotted;
	text-align: center;
	height: 100px;
}

.sample_name_cell {
	height: 70px;
}

.sample_character_cell {
	padding: 30px;
}


/*Hamburger nav*/
* {
	box-sizing: border-box;
}

.nav {
	float: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}

.hamburger {
	padding-right: 20px;
	cursor: pointer;
	z-index: 50;
}

.hamburger .line {
	display: block;
	width: 40px;
	height: 5px;
	margin-bottom: 10px;
	background-color: white;
}

.nav__link {
	
	position: fixed;
	width: 100%;
	height: 100%;
	left: 10px;
	top: 0px;
	background-color: #676990;
	opacity: 90%;
	font-size: 30px;
	font-family: "Noto Sans";
	text-align: center;
	font-weight: normal;
	z-index: 45;
}

.nav__link a {
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 24px;
	font-family: "Noto Sans";
	font-weight: normal;
}

.nav__link a:hover {
	background-color: #e0c9e3;
}

.hide {
	display: none;
}

.navFade {
	-webkit-animation-name: fade;
	opacity: 98%;
	-webkit-animation-duration: 0.5s;
	animation-name: fade;
	animation-duration: 0.5s;
}

@media all and (max-device-width: 767px) {
	
	#outer {
		width: 400px;
	}
	
	.desk_nav{
		visibility: hidden;
	}
	
	.logo{
		visibility: visible;
	}
	
	li a,
	.dropbtn {
		font-size: 1px;
	}
	
	.article {
	margin-top: 0;
	}

	
	h2 {
		font-size: 25px;
	}
	
	.contact_now a {
	font-size: 25px;
	}
	
  .article h2 {
	  font-size: 25px;
	  margin-top: 0px;
  }
  
  #game_list ul {
	/*margin-left: 190px;*/
	margin-left: -10px;
}

  #game_list li {
	  padding: 10px;
	  display: block;
  }
  
  .game_table {
	  display: block;
  }
  
  .about_img{
	 height: 125px;
	 width: 260px;
  }

	
	
}