@font-face {
	font-family: 'Gemunu Libre';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/gemunu_libre_700_latin.woff2') format('woff2');
	font-display: swap;
}

body {
	/*padding-top: 50px;*/
	background-color: #f8f8f8;
	color: #222222;
	font-family: 'Montserrat', sans-serif;
}

a {
	color: #444444;
	font-weight: bold;
}

a:hover {
	color: #000000;
}

.totally-human-header {
	padding-top: 30px;
}

.totally-human-header h1 {
	text-decoration: none;
	color: #eeeeee;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

/* Other h1's are defined further below. */

.subtitle {
	color: #222222;
	/*font-family: "Special Elite", sans-serif;*/
	font-weight: normal;
	font-size: 1.3em;
	/*text-transform: uppercase;*/
}

h1 {
	text-decoration: none;
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	text-decoration: none;
	color: #426ba7;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

h3 {
	text-decoration: none;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

h4 {
	text-decoration: none;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

h4.players-liked {
	color: #ff4422;
}

h1.header {
	line-height: 1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 0px;
}

h2.subhead {
	font-family: 'Montserrat', serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2.25em;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
	color: #444444;
}

h2.game-title {
	font-weight: 700;
}

.game-title-by {
	font-family: "Montserrat", sans-serif;
	color: #426ba7;
	font-weight: 400;
	font-size: 1.1em;
}

.read-more-button {
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-size: 1.6em;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1em;
	color: #fd5817;
}

.read-steam-button {
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-size: 1.6em;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1em;
	color: #888888;
}

.infobox-review-percent {
	font-size: 2.0em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #ffbb4f;
	display: inline-block;
	line-height: 1em;
}

.infobox-price {
	font-size: 2.0em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #426ba7;
	display: inline-block;
	line-height: 1em;
}

.infobox-misc-text {
	font-family: 'Montserrat', sans-serif;
}

.infobox-desc-text {
	font-family: 'Montserrat', sans-serif;
}

.homepage-capsule {
	border-radius: 5px;
	overflow: hidden;
}

.homepage-capsule a {
	text-decoration: none;
}

.header-highlight {
	color: rgb(50, 50, 50);
	font-weight: 800;
}

.circle-number {
  width: 100px; /* Adjust size as needed */
  height: 100px; /* Adjust size as needed */
  border-radius: 50%; /* Creates the circle */
  background-color: #000; /* Circle color */
  color: #fff; /* Text color */
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  font-size: 50px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the "1" bold */
}

.capsule-title {
	margin-bottom: 0px;
	color: #eeeeee;
}

.discount-price {
	font-size: 1.5em;
	font-weight: bold;
	color: #eeeeee;
}

.initial-price {
	font-weight: bold;
	color: #eeeeee;
	margin: 0px;
}

.final-price {
	font-weight: bold;
	color: #eeeeee;
	margin: 0px;
}

.default-price {
	font-size: 1.5em;
	font-weight: bold;
	color: #eeeeee;
}

.player-review-percent {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	color: #eeeeee;
}

.player-review-subscript {
	font-size: 0.75em;
	margin: 0px;
	color: #eeeeee;
}

.screenshot-shadow-box {
	background-color: #ffffff;
	border-radius:5px;
	width: 100%;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}
/*
@media (max-width: 767px) {
	background-color: #ffffff;
	border-radius:5px;
	width: 100%;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}
*/
.totally-human-pagenav {
}

.totally-human-game-title {
	padding-top: 5px;
	margin-bottom: 0px;
}

.totally-human-capsule {
	max-width: 1300px;
	background-color: #444444;
	color: #eeeeee;
	border-radius: 5px;
	overflow: auto;
}

.totally-human-capsule a {
	color: #6688FF;
}

.totally-human-game-title a {
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
	color: #444444;
}


.totally-human-thumbnail {
	width: 100%;
    width: 100%;
    height: auto; /* maintains aspect ratio */
    object-fit: cover;
    object-position: top;
}

.totally-human-keyphrase {
	display: inline-block;
	white-space: nowrap;
	background-color: #306050;
	padding: 1px 8px 1px 8px;
	margin-bottom: 3px;
	border-radius: 3px;
	color: white;
}

.totally-human-keyphrase-wrapper {
	padding-top: 15px;
	padding-bottom: 5px;
}

.totally-human-page-div {
	display: inline-block;
	white-space: nowrap;
	padding: 2px 10px 2px 10px;
	margin-bottom: 3px;
	background-color: #444444;
	font-weight: bold;
}

a.white-link {
	color: #eeeeee;
}

.dimmed-text {
	color: #666666;
}

a.blue-link {
	color: #6688FF;
}

a.price {
	text-decoration: none;
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
}

.totally-human-page-highlighted {
	background-color: #55AA66;
}

.totally-human-bottom-nav {
	padding: 10px 0px 50px 10px;
}

.totally-human-copyright {
	padding: 10px 0px 10px 10px;
}


/*
	These next 3 things are for the article list video BGDs:
*/
.video-background {
    position: relative;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-capsule-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Adjust the following to style your overlay content */
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    color: white;
    /* text-align: center; */
    background-color: rgba(0, 0, 0, 0.333); /* Semi-transparent black */
    padding: 1em;
}



.article-capsule-content-top {
    color: white;
}

/* Bottom-justified text. */
.article-capsule-content-bottom {
	color: white;
}

/* Last contents of bottom-justified text will have no bottom margin. */
.article-capsule-content-bottom :last-child {
    margin-bottom: 0;
}

/* Big game title in article capsule. */
.article-capsule-content h1 {
	text-decoration: none;
	color: #F0F0F0;
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
	font-size: 5em;
	text-shadow: 0.07em 0.07em 2px rgba(0, 0, 0, 0.5);
	line-height: 0.85em;
}

/* Short description inside an article capsule. */
.article-capsule-content p {
	text-decoration: none;
	color: #F0F0F0;
	text-shadow: 0.15em 0.15em 2px rgba(0, 0, 0, 0.75);
	line-height: 1.2em;
}

/*  */
.article-capsule-keyphrase {
	display: inline-block;
	width: auto;
	white-space: nowrap;
	background-color: rgba(0.1, 0.1, 0.1, 0.5);
	padding: 1px 8px 1px 8px;
	margin-bottom: 5px;
	border-radius: 3px;
	color: white;
	font-size: 1.25em;
}

.section-capsule {
	background: #febd3e;
	border-radius: 10px;
	padding: 10px 5px 10px 5px;
	margin-bottom: 15px;
}


.pagination-bubble {
	padding: 5px 15px 5px 15px;
	margin-left: 5px;
	margin-right: 5px;
	background: #426ba7;
	border-radius: 10px;
}
a .pagination-bubble {
    vertical-align: middle;
    color: #ffffff;
}

.vidcon1 {
    width: 100%; /* Full width */
    padding-top: 28.125%; /* Adjusted for half the height of a 16:9 video, but may need tweaking */
    position: relative;
    overflow: hidden;
}

.gvid1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%; /* Get rid of vertical left/right bars. */
    height: auto;
    transform: translate(-50%, -50%);
}


.previous-next-links {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.5em;
}



