/**************
* ZeMind Game Studio
* Copyright 2019, ZeMind Game Studio Ltd.
* Author: Alyse Webb;
***************
Fonts
/***************/
@font-face {
	font-family: Changa-Medium;
	src: url("../fonts/Changa/Changa-Medium.ttf") format("truetype");
	font-style: normal; }


/***************
General
/***************/
html {
	overflow-y: scroll;
	height: 100%;
	font-family: Roboto;
}

body {
	min-height: 100%;
}

main {
	padding-top: 3em; 
	padding-bottom: 0;
}

.showcase main {
	padding-bottom: 0;
}

img {
	width: 100%;
}

.row {
	margin-bottom: 1em;
}

@media only screen and (min-width: 650px) {
	main { 
		padding-bottom: 3em;
	}
}

/***************
backgrounds
/***************/
.black_bg {
	background-color: #000000;
	color: white;
}

.green_bg {
	background-color: #76AE00;
	color: white;
}

.purple_bg {
	background-color: #2E1340;
	color: white;
	padding: 4em 0;
}

.turquoise_bg {
	background-color: #004455;
	color: white;
	padding: 4em 0;
}

.banner {
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
	padding-top: 6em;
}

.splash {
	height: 100vh;
	margin-bottom: -6em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width: 1430px) {
	.splash {
		height: 720px;
	}
}

.splash .game-logo {
	padding: 4em 0 0 0;
}

.comingSoon {
	width: 8em;
	display: block;
	position: relative;
	margin: auto;
	margin-top: -3em;
	margin-bottom: -10.5em;
	left: 8em;
}

@media only screen and (min-width: 650px) {
	.comingSoon {
		width: 9em;
		margin: auto;
		margin-top: 0;
		margin-bottom: -13em;
		left: 9.5em;
	}
}

.starborn {
	background-image: url('../img/starborn/dark-anarkist.jpg');
}

.garage {
	background-image: url('../img/garage_background.jpg');
	min-height: 550px;
	background-position: center;	
}

.mosaica {
	background-image: url('../img/mosaica/mosaica_banner.jpg');
}

.versus {
	background-image: url('../img/versus/fairy_banner.jpg');
}

.highOctane {
	background-image: url('../img/highOctane/highOctane_city.jpg');
}


.lineup {
	background-image: url('../img/zemind-lineup.jpg');
	min-height: 500px;
	padding-top: 90px;
}

/***************
Links
/***************/

a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.button {
	color: white;
	display: block;
	background: #98C93C;
	color: white;
	width: 220px;
	text-align: center;
	padding: 8px 0;
	border-radius: 5px;
	transition: all .2s ease-in-out;
}

.button:hover {
	transform: scale(1.02);
}

.games a img { 
	transition: all .2s ease-in-out;
}

.games a:hover img {
	transform: scale(1.02);
}

.playButton {
	text-align: center;
	font-family: Changa-Medium;
	color: #fff;
	font-size: 1.6em;
	display: block;
	padding: 1em 0 2em 0;
	transform: scale(1);
	transition: all .2s ease-in-out;
	display: block;
	width: 6em;
	margin: auto;
}

.playButton:hover {
	transform: scale(1.05);
}


/***************
Font Styles
/***************/

h1 {
	font-family: Changa-Medium;
	font-size: 3em;
	margin-top: 1em;
}

h2 {
	font-family: Changa-Medium;
	font-size: 2.2em;
	text-align: center;
}

h3 {
	font-family: Changa-Medium;
	font-size: 1.8em;
}

h4 {
	font-family: Changa-Medium;
	font-size: 1.6em;
}

.splash h2 {
	text-align: center;
	color: #fff;
}

p.large {
	font-size: 20px;
}

p {
	font-size: 16px;
}

strong {
	font-family: Roboto;
	font-weight: bold;
}

@media (min-width: 650px) {
	h2 {
		font-size: 2.8em;
	}

	h3 {
		font-size: 2em;
	}
}

/***************
Lists
/***************/

ul {
	font-size: 16px;
}

/***************
Game pages
/***************/
.no-banner {
	margin-top: 3em;
}

.reviews {
	margin-top: 3em;
}

.game-logo {
	height: 13em;
	width: auto;
	display: block;
	margin: 1em auto;
}

@media (min-width: 650px) {
	.game-logo {
		height: 18em;
	}
}

.badge {
	width: auto;
	height: 60px;
	display: block;
	margin: auto;
	padding-bottom: 4em;
	transition: all .2s ease-in-out;
}

.badges {
	display: block;
	margin: auto;
	text-align: center;
}

.badges .badge {
	display: inline;
}

.badges .badge:first-child {
	margin-right: 10px;
}

.play_icon {
	width: 120px;
	display: block;
	margin: auto;
	transition: all .2s ease-in-out;
}

.badge:hover {
	transform: scale(1.05);
}

.no_button {
	padding-bottom: 10em;
}

.press-pack {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #1BB6E2;
	color: white;
	width: 220px;
	text-align: center;
	padding: 8px 0;
	border-radius: 5px 5px 0 0;
}

.press-pack.mosaica {
	background: #9ECF3D;
}

.press-pack.versus {
	background: #16C2CA;
}

@media (min-width: 650px) {
	.press-pack {
		right: 20px;
		left: auto;
	}
}

/***************
Form
/***************/

form.container {
	padding-bottom: 5em;
}

.antispam {
	display: none;
}

#message {
	display: none;
	padding-top: 2em;
}

label {
	font-family: changa-medium;
}

input, textarea {
	width: 100%;
	border: 1px solid #979797;
	border-radius: 2px;
	padding: 5px;
	color: #424242;
}

input:focus, textarea:focus, button[type=submit] {
	outline: none
}

button[type=submit] {
	display: block;
	border-radius: 5px;
	border: none;
	background: #76AE00;
	color: #fff;
	font-size: 18px;
	padding: 8px 25px;
	float: right;
	transition: 0.3s ease;
}

button[type=submit]:hover {
	background: #9ECF3D;
}


/***************
Social (part of footer)
/***************/

.social .centre {
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-left: 130px;
	padding-top: 2em;
	padding-bottom: 1em;
	margin-top: 3em;
}

.showcase .social .centre {
	margin-top: 0;
}

.social h2 {
	margin: 0;
}

.social img {
	width: 130px;
	display: block;
	position: absolute;
	left: -20px;
	top: -5px;
}

.social ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 0;
}

.social li {
  margin-right: 20px;
  font-size: 30px;
}

.social a i {
  transition: all .2s ease-in-out;
}

.social a:hover i {
	transform: scale(1.1);
}

.social li:last-child {
	 margin: 0;
}

.social li a {
  color: white;
}


@media (min-width: 650px) {
	.social .centre {
		padding-left: 160px;
		padding-top: 2em;
		padding-bottom: 1em;
		margin-top: 3em;
	}	
	.social img {
		width: 180px;
		left: -40px;
		top: -20px;
	}
	.social li {
  		margin-right: 20px;
  		font-size: 40px;
	}
}

.loader {
	width: 30px;
}

/***************
Footer
/***************/

footer {
	padding-bottom: 1em;
	padding-top: 2em;
}

footer ul {
	display: flex;
	text-align: center;
	list-style: none;
	justify-content: center;
	margin: 0;
}

footer ul li {
	margin: 15px;
	font-size: 18px;
}

footer ul li a {
	color: white;
	font-weight: normal;
}

footer p {
	text-align: center;
	font-size: 14px;
	color: #C5C5C5;
}

footer img {
	width: 150px;
	margin: auto;
	display: block;
}


.hide {
	display: none;
}

@media (min-width: 650px) {

	.hide {
		display: block;
	}
}
