/***** Zesty CSS Stylesheet ******
Author: Alyse Webb
Sticky footer code by http://mystrd.at/modern-clean-css-sticky-footer/

**********************************
Main Colours 
Green/Brand-primary: #9dce32;
Orange/Brand-info: #eda138;
gray-base: #373737;
gray-light: #dedede;
gray-lighter: #f3f3f3;
*********************************
*********************************
Fonts
**********************************/
@font-face {
    font-family: "Unibody 8 Pro";
    src: url(../fonts/Unibody8Pro-Regular.otf);
}

@font-face {
	font-family: "Roboto";
	src: url('../fonts/Roboto-Regular-webfont.eot');
	src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
		url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
}

@font-face {
	font-family: "Roboto";
	src: url('../fonts/Roboto-Italic.ttf') format('truetype');
	font-style: italic;
}

/**********************************/

html {
	position: relative;
	min-height: 100%;
}

body {
	background: #f3f3f3;
	margin: 0 auto 400px auto; /* bottom = footer height */
	font-weight: 100;
}

a:hover, a:focus {
	text-decoration: none;
}

.thumbnails img {
	width: 100%;
	padding-top: 10px;
}

.logo {
	width: 87px;
	float: left;
	margin-right: 2px;
}

.row {
	max-width: 1392px;
	margin: auto;
}

.container-fluid {
	max-width: 1392px;;
	margin: auto;
	position: relative;
}

.container-fluid h4 {
	position: absolute;
   	bottom: 0;
   	right: 0;
   	padding-right: 20px;
}


.navbar {
	height: 123px;
	padding-top: 10px;
	background: #373737;
	border-bottom: solid 4px #eda138;
	font-size: 1.66em;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    padding-top: 50px;
}


.navbar-default .navbar-nav>li>a:visited {
	color: white; }

.navbar-default .navbar-nav>li>a:hover {
	color: #9dce32; }


.summary {
	text-align: center;
}


h2 {
	font-family: "Roboto";
	color: #373737;
	font-size: 2.9em;
}

h3 {
	font-size: 1.4em;
	font-family: "Roboto";
	background: #9dce32;
	padding: 20px;
	font-weight: 100;
	line-height: 120%;
	letter-spacing: 2px;
	min-height: 106px;
	font-style: normal;
}

h4 {
	font-family: "Roboto";
	font-size: 0.8em;
	font-style: italic;
}

h5 {
	padding-top: 14px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 100;
	font-family: "Unibody 8 Pro";
}

.center {
	text-align: center;
}

.green {
	color: #9dce32;
}

.platform {
	width: 50px;
	padding: 10px;
}

.orange {
	background: #eda138;
}

.grey {
	background: #dedede;
	margin-bottom: 10px;
}

.gameIcon {
	max-width: 100%; 
	margin-top: 25px;}
}

.btn {
	margin: auto;
	padding: 10px 30px 10px 30px;
}

.btn-info {
	font-size: 1.5em;
	margin: 25px 0 25px 0;
	position: relative;
	max-width: 100%;
}

.cta {
	text-align: center;
	z-index: 10;
}

.arrow {
	width: 0; 
	height: 0; 
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid #dedede;
	margin: auto;
}

footer {
	background: #373737;
	border-top: solid 4px #eda138;
	font-size: 1.66em;
	padding-bottom: 2em;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 400px;
	width: 100%;
}

form input, textarea {
	padding: 5px 5px 5px 10px;
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 0.8em;
	border: none;
}

form input:focus, textarea:focus { 
	border: 2px solid #9dce32;
	outline: none;
}

.send {
	padding: 10px 20px 10px 20px;
	font-size: 0.9em;
	float: right;
}

.chip {
	margin: 20px 10px 0 10px;
}

.chip:hover {
	opacity: 0.8;
}

.sumbut:hover h3 {
	background-color: #7ea528;
	text-decoration: none;
}

.sumimage {
	height: 200px; }

button a, button a:hover {
	color: white;
}

.thumbnails img {
	padding: 0 10px 0 10px;
}

.about {
	font-size: 2em;
	color: #eda138;
}

.soon {
	background-color: #2A2A2A ;
	border: #2A2A2A;
}

.soon:hover {
	background-color: #2A2A2A ;
}

/***********************************
Media Queries 
***********************************/

@media (max-width: 992px) {

	h3 {
		font-size: 1.4em;
	}

	.btn-info {
		font-size: 1em;
	}

	.platform {
		width: 50px;
		padding-top: 10px;
	}

	body {
		margin: 0 auto 600px auto; /* bottom = footer height */
	}

	footer {
		height: 600px;
	}

}

@media (max-width: 767px) {

	.btn-info {
		font-size: 1.1em;
		margin: 20px 0 15px 0;
	}

	h2 {
		font-size: 2em;
	}

	h3 {
		font-size: 1.3em;
		min-height: auto;
	}

	h4 {
		font-size: 0.55em;
		margin: 0;
	}

	p {
		font-size: 0.9em;
	}

	h5 {
		font-size: 0.9em;
	}

	img.logo {
		width: 75px;
	}
	
	.cta {
		min-width: 175px;
	}

	.sumimage {
	height: 150px; }

}

@media (max-width: 470px) {
	.btn-info {
		font-size: 0.7em;
	}
	
	.btn-info a {
		padding: 20px 8px;
	}

	h2 {
		font-size: 1.5em;
	}

	p {
		font-size: 0.8em;
	}
	
	.cta {
		min-width: 120px;
	}
}
