@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');


.hiscore {
	color: #5B0253;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
}

h1, h2, h3, h4 {
	font-family: 'Roboto Condensed', sans-serif;
}


#header_image
{
	vertical-align: top;
}

.navigation a {
	text-decoration: none;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	
}


.navigation a:hover {
	/* color: #6fb6d6; */
	color: white;
}





.details a:hover {
	color: red;
}


.top_navigation
{

	/* background: #FFDCB7;
	border: 1px solid #ffca94; */
	background: silver;
	padding: 10px;
	border-radius: 13px;
	max-width: 1100px;
	text-align: center;
	line-height: 150%;
	font-weight: bold;
}

.button
{
	padding: 5px; 
	 background: #9cafb8;
	 background: silver;
	 border-radius: 5px;
	 border-left: 1px solid LightGray;
	 border-top: 1px solid LightGray;
	 border-right: 1px solid grey;
	 border-bottom: 1px solid grey;
	 font-size: 11pt;
}

.vbutton
{
	background: #88037C !important;
		 border-left: 1px solid #940387;
	 border-top: 1px solid #940387;
	 border-right: 1px solid #5B0253;
	 border-bottom: 1px solid #5B0253;
	 color: white !important;
}

.button:hover
{
	 background: DarkGray;
}

.vbutton:hover
{
	background: #7C3176 !important;
}



td a img
{
	padding: 0;
}


body
{
	font-family: sans-serif;
	background: #F6FCFE;
}

.top_navigation a:hover {
	/* color: #6fb6d6; */
	color: white !important;
}

.container
{
	width: 100%;
	text-align: center;
}

.items {
	overflow: hidden; /* simple clearfix */
	text-align: left;
	margin: 3px;
	padding: 0px;
}
.item {
	float: left;
	width: 354px;
  box-sizing: border-box;
  color: #171e42;
  
  border-radius: 13px;
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(161,207,221,1) 0%, rgba(161,207,221,1) 35%, rgba(208,235,243,1) 100%);
  margin: 5px;
  border: 1px solid #71ADBE;
  padding: 0;
}

.rec_item {
	float: left;
	width: 354px;
  box-sizing: border-box;
  color: #171e42;
  
  border-radius: 13px;
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(153,226,165,1) 0%, rgba(153,226,165,1) 35%, rgba(202,243,210,1) 100%);
  margin: 5px;
  border: 1px solid #68C477;
  padding: 0;
}

.vit_item {
	float: left;
	width: 354px;
  box-sizing: border-box;
  color: #3F163C;
  
  border-radius: 13px;
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(221,183,232,1) 0%, rgba(208,161,221,1) 35%, rgba(208,161,221,1) 100%);
  margin: 5px;
  border: 1px solid #AD71BE;
  padding: 0;
}

td {
	border: 0;
	padding: 1px;
	border-spacing: 0;
	vertical-align: top;
}

.title {
min-height: 32px;
width: 100%;
height: calc(100% - 9px);
text-align: left;
margin-bottom: 6px;
margin-top: 3px;
}


.screenshot
{
	border: 1px solid #71ADBE;
	border-radius: 4px;
	margin: 2px;
	margin-bottom: 5px;
}

.rec_details .screenshot
{
	border: 1px solid #68C477;
}

.vit_details .screenshot
{
	border: 1px solid #AD71BE;
}

.vit_item .screenshot
{
	border: 1px solid #AD71BE;
}


.rec_item .screenshot
{
	border: 1px solid #68C477;
}

.tag
{
    position: relative;
    top: -35px;
	text-align: right;
	height: 5px;
	display: block;
}

.latest_tag
{
    position: relative;
    top: -60px;
	text-align: right;
	height: 5px;
	display: block;
}

.tag a:hover
{
	border-bottom: 2px solid blue;
}

a .screenshot:hover
{
	border: 3px solid #71ADBE;
	border-radius: 4px;
	background: #71ADBE;
	margin: 0;
	margin-bottom: 3px;
}

.rec_item a .screenshot:hover
{
	border: 3px solid #62CF64;
}

.details
{
	width: 908px;
	  border-radius: 13px;
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(161,207,221,1) 0%, rgba(161,207,221,1) 35%, rgba(208,235,243,1) 100%);
  margin: 5px;
  border: 1px solid #71ADBE;
}

.rec_details
{
	width: 908px;
	  border-radius: 13px;
  background: rgb(161,207,221);
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(153,226,165,1) 0%, rgba(153,226,165,1) 35%, rgba(202,243,210,1) 100%);
  margin: 5px;
  border: 1px solid #68C477;
}


.vit_details
{
	width: 908px;
	  border-radius: 13px;
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(221,183,232,1) 0%, rgba(208,161,221,1) 35%, rgba(208,161,221,1) 100%);
  margin: 5px;
  border: 1px solid #AD71BE;
}

.notice_details
{
	width: 908px;
	  border-radius: 13px;
  background: rgb(183,183,183);
 background: linear-gradient(30deg, rgba(182,182,182,1) 0%, rgba(183,183,183,1) 35%, rgba(181,181,181,1) 100%);
  margin: 5px;
  border: 1px solid #8C8C8C;
}


.details p, ul, li
{
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

ol {
    counter-reset: list;

}
ol > li {
    list-style: none;
}

ol > li:before {
    content: counter(list) ") ";
    counter-increment: list;
}

h5
{
	text-align: left !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
	color: DarkSlateGray;
	font-size: 16px;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.details center p
{
	text-align: center !important;
}

.navigation
{

	/* background: #FFDCB7;
	border: 1px solid #ffca94; */
	color: white;
	background: #301934;
	border: 1px solid purple;
	padding: 10px;
	border-radius: 13px;
	max-width: 908px;
	text-align: left;
	line-height: 150%;
	

}



.navitgation tr.category th
{
	border-top: 2px solid white; 	padding-top: 2px;
}

.navigation th
{
	text-align: right;
	padding-right: 5px;
	background: #301934;
}

.navigation tr.category a
{
	background: #ff995e;
	border: 1.5px solid #ff995e !important;
	color: black;
	border: 1.5px solid #ffdc5e;
}

.navigation tr.top a
{
	background: #ffdc5e;
	color: black;
	border: 1.5px solid #ffdc5e;
}

.navigation tr.top a:hover
{
	color: white;
}





h5 {
  display: flex;
  flex-direction: row;
  color: #ffdc5e;
}
h5:before, h5:after{
  content: "";
  flex: 1 1;
  border-bottom: 1.5px solid;
  margin: auto;
}
h5:before {
  margin-right: 10px
}
h5:after {
  margin-left: 10px
}

.navigation tr.tool a
{
	background: #5ADB7E;
	border: 1.5px solid #5ADB7E;
}

.navigation tr.english a
{
	background: #46bcdb;
	border: 1.5px solid #46bcdb;
}

.navigation tr.nonenglish a
{
	background: #FF00DC;
	border: 1.5px solid #FF00DC;
}

.navigation tr.genre a
{
	background: #4FCBAC;
	border: 1.5px solid #4FCBAC;
}

.navigation tr.fangames a
{
	background: #A670FF;
	border: 1.5px solid #A670FF;
}

.navigation .current
{
	background: white !important;
	color: black !important;
}

.top_navigation .current
{
	background: white !important;
	color: black !important;
}

.navigation .current a:hover
{
	background: white !important;
	color: black !important;
}



h1, h2, h3, p
{
	text-align: center;
}

h1
{
margin: 0;
  /*-webkit-text-stroke-width: 2.5px;
   -webkit-text-stroke-color: #4074b5; */
font-size: 55px;
background: black;
padding: 3px;
padding-bottom: 0px;
padding-top: 4px;

background: #add8e6;
color: black;
}

h2
{
		padding: 3px;
		margin: 3px;
}

h4
{
	margin-top: 0;
	background: black;
	padding: 1px;
	color: #F6FCFE;
	padding-bottom: 10px;
	
	background: #add8e6;
color: DarkSlateGray;
border-bottom: 1px solid #8cb3d9;

}

h4 em {
	margin-top: 0;
	
}

body {
padding: 0;
margin: 0;
margin-bottom: 6px;
}

.container
{
	margin: 0 auto;
	text-align: center;
	  padding: 0;
  list-style: none;
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

html {
    overflow-y:scroll;
}

.disclaimer
{


	padding: 10px;
	text-align: justify;
}

.justify
{
	text-align: justify !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
}

#disqus_thread,
{
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	background: #ff0000;
		  border-radius: 13px;
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(161,207,221,1) 0%, rgba(161,207,221,1) 35%, rgba(208,235,243,1) 100%);
  margin: 5px;
  border: 1px solid #71ADBE;
}

 #twitter
 {
	 padding-left: 15px; !important;
	 padding-right: 15px; !important;
	 padding-top: 15px;
	 padding-bottom: 5px; !important;
 }
 
 th
 {
	 background: #2269B9;
	 color: white;
	 text-align: left;
 }
 
 .grid_list
 {
	 margin-top: 5px;
	 margin-bottom: 5px;
	 border: 0;
	 padding: 2px;
	 width: 100%;
 }
 
 .alternating_grid_list
 {
	 margin-top: 5px;
	 margin-bottom: 5px;
	 border: 0;
	 padding: 2px;
	 border-spacing: 0;
	 width: 100%;
 }
 
 .table_row_primary
 {
	 background: #9ABBE5;
	 
 }
 
 
 .table_row_alternate
 {
	 background: #D1E3FA;
 }
 
 
  .title_primar
 {
	 background: #9ABBE5 !important;
	 
 }
 
 
 .title_alternat
 {
	 background: #D1E3FA !important;
 }
 
 
 /* ========== MOBILE & TABLET STYLES ========== */

/* Tablets & Phones (Max 1024px) */
@media (max-width: 1024px) {
	.container {
		width: 95%;
		max-width: none;
	}

	.item, .rec_item, .vit_item {
		width: 100%;
		max-width: 354px;
	}

	.details, .rec_details, .vit_details, .notice_details {
		width: 100%;
		max-width: 908px;
	}

	img {
		max-width: 100%;
		height: auto;
	}
}

/* Phones (Max 768px) */
@media (max-width: 768px) {
	h1 {
		font-size: 32px;
		padding: 5px;
	}

	.navigation {
		font-size: 14px;
		padding: 8px;
		text-align: center;
	}

	.button {
		padding: 10px 15px;
		font-size: 14pt;
	}
}

/* Small Phones (Max 480px) */
@media (max-width: 480px) {
	body {
		font-size: 14px;
	}

	.top_navigation {
		padding: 5px;
		font-size: 12px;
	}

	.items {
		text-align: center;
	}

	.navigation {
		font-size: 12px;
		padding: 6px;
		text-align: center;
	}
}
@media (max-width: 768px) {
    .genre a {
        background-color: #4FCBAC; /* Matches the genre heading color */
        color: white; /* Ensure text is readable */
        padding: 5px 10px;
        border-radius: 5px;
        display: inline-block; /* Ensure padding applies properly */
        text-align: center;
        margin: 2px; /* Space between links */
    }

    .genre a:hover {
        background-color: #3BA58E; /* Darker shade for hover */
    }
}