*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;	
}

@font-face {
  font-family: 'hongkong-medium';
  src: url(../fonts/Indian-Type-Foundry-HongKong-Medium.woff2);
}

@font-face {
  font-family: 'hongkong-italic';
  src: url(../fonts/Indian-Type-Foundry-HongKong-Medium-Italic.woff);
}

.hongkong {
	font-family: 'hongkong-medium', sans-serif;	
}

.hongkong-italic {
	font-family: 'hongkong-italic', sans-serif;	
}

h1 { font-weight: 100}
h2 { font-weight: 100}
h3 { font-weight: 100}
h4 { font-weight: 100}
h5 { font-weight: 100}

a:link {
	text-decoration: none;
	color: black;
}

a:visted {
	color: gray;
}

a:hover {
	color: #009eff;	
}

a:active {
	color: #ff6300;	
}


#poster {
	width: 100%;
	min-height: 600px;
	height: 80%;
	background: linear-gradient(#F84519, #B22BDB);
	color: white;
	font-size: 1.5em;
	text-align: center;
}

#poster-content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

#line-1 {
	margin-top: 20px;
}

#line-2 {
	margin-top: 10px;	
}

#line-3 {
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 1.9rem;		
}

#line-4 {
	margin-top: 10px;
	margin-bottom:10px;
}

/*
--- HEXAGONS ---
*/

#hex-small {
	position: absolute;
	right: 0px;
	top: 480px;
	width: 100px;	
}

#hex-medium {
	position: absolute;
	left: -15px;
	top: 500px;
	width: 100px;		
}

#hex-large {
	position: absolute;
	right: -30px;
	top: 540px;
	width: 100px;		
}

/*
--- GAMES PORTION ---
*/

#games {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;	
}

#games {
	overflow: hidden;
	padding: 0 5%;
}

.game-left img {
	margin-left: -15%;
}
.game-right img {
	margin-right: -15%;
}

#gameplay-gif {
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
	height: 300px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img/IndieCadeEast_2018_Game_Jam_FAMILY_sm.gif");
	background-size: auto 300px;
	/* background:#FF5B13; */
	clear: both;
}

#sushi-gif {
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
	height: 300px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img/SushiGif-palindrome_ColorCorrected2021.gif");
	background-size: auto 300px;
	/* background:#FF5B13; */
	clear: both;
}

.buy_button {
	color: white;
	font-size: .8em;
	font-weight: 600;
	margin: 16px 0;
	padding: 20px 30px;
	background: #00a8e8;
	border-radius: 10px;
	border: none;
}

button {
	display: inline-block;
}

button:active {
	background: #dadada;
}

button:visited {
	background: #0086ba;
}

button:focus {
	background: #dadada;
}

.shadow {
	text-shadow: 2px 10px 20px rgba(0, 0, 0, 0.3)
}

.strike-price {
	color: #FF60FF;
	text-decoration: line-through;
	text-decoration-thickness: 3px;
}

.big-button {
	font-size: 1.2em;
}

.big-save {
	font-size: 1.5em;
}

.big {
	font-size: 2em;
}

.poster-copy {
	font-size: .65em;
}

.game-right{
	clear: both;
	padding: 20px 0px;
	text-align: right; 
}

.game-left{
	clear: both;
	padding: 20px 0px;
	text-align: left; 
}

.game-left img {
	float: left;
}

.game-right img {
	float: right;
}

.game-art {
	width: 50%;
}

.game-info {
	float: left;
	width: 55%;
	margin-top: 2.5em;
	line-height: 1.4em;
}

.grey {
	color: #808080;
}

.game-right .game-info{
	margin-right: 20px;
}

.game-left .game-info{
	margin-left: 20px;
}

.game-specs {
	display: none;
}

.time-icon img{
	padding-left: 20px;
	padding-right: 5px;
	width: 24px;
}

.people-icon img{
	width: 24px;
	padding-right: 5px;
}

ul {
	list-style-type: none;
	overflow: hidden;
}

li {
	float: left;
	min-width: 30px;
	padding: 10px 0px;
	color: #FF5B13;
	font-family: hongkong-italic;
}

footer {
	height: 10%;
}

.final-words {
	padding-top: 20px;
	font-size: .7em;
}