@charset "utf-8";
/* CSS Document */

/*Globals*/
* {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body{
	color: #343434;
	margin: 0;
	padding:: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}
.imgleft {
	height: 350px;
	float: left;
	margin: 10px;
}
.imgright {
	height: 350px;
	float: right;
	margin: 10px;
}
.imgcentersmall {
	display: block;
	height: 150px;
  	margin-left: auto;
  	margin-right: auto;
}
.imgcenterbig {
	display: block;
	height: 350px;
  	margin-left: auto;
  	margin-right: auto;
}
.imgcenterbio {
	display: block;
	float: none;
}
.imgthumbnail{
  border: 1px solid #ddd;
  border-radius: 4px;  
  padding: 5px;
  width: 150px;
  height :auto;
}
.biothumbnail{
  height: 150px;
  padding: 10px
}
form {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.content-wrap {
  margin: 0 auto;
  width: 900px;
  padding: 20px 0;
}
.button {
  background-color: #9245ed;
  border: none;
  color: #99e83f;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight : bold;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.button:active {
    background-color: #99e83f;
	color: #9245ed;
}
p {
  font-size: 26px;
}
li {
  font-size: 26px;
}
h1{
	margin: 0;
	font-family: 'Press Start 2P', cursive;
	text-align: center;
	font-size: 55px;
	margin: 0;
}
h2 {
	margin: 0;
	font-family: 'Press Start 2P', cursive;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	margin: 0;
}
a:link, a:visited {
	font-family: 'Press Start 2P', cursive;
	text-decoration: none;
	color: #9245ed;
}
/* Sections */
.banner-content {
	background-image: url("http://tripawgames.com/images/space-bg.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
  	background-position: left top;
	text-align: center;
	padding: 0px;
	color: #F7FFF7;
}
.banner-content h2 {
	margin: 0;
	font-family: 'Press Start 2P', cursive;
	text-align: center;
	line-height: 0px;
	margin: 0;
}
.banner-content img{
	height: 96px;
}
.header {
	background-image: url("http://tripawgames.com/images/desert-bg.png");
	background-repeat: repeat-x;
	background-color: #fff299;
	text-align:center;
}
.headerimage{
	height: 350px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.headerleft{
	height: 200px;
}
.intro {
	background: #F7FFF7;
}
.game-features {
	background: #323c39;
	color: #F7FFF7
}
.story {
	background: #F7FFF7;
}
.screenshots {
	background: #323c39;
	color: #F7FFF7
}
.signup {
	background: #F7FFF7;
	text-align:center;
}
.blastengif{
	height: inherit;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
.game-features {
	background: #323c39;
	color: #F7FFF7
}
.learn-characters {
	background: #99e83f;
}
footer {
	background: #323c39;
	color: #F7FFF7;
	text-align:center;
}
.footerimage{
	height: 200px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.footericon{
	display: inline-block;
	margin-left: auto;
    margin-right: auto;
	height: 50px;
	padding: 10px
}
.shhh {
	color: #323c39;
}
.stroke
{
    color: #9933ff;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}
input {
	width: 50%;
  	border: 2px solid black;
  	border-radius: 4px;
  	padding: 12px 20px;
  	margin: 8px 0;
  	box-sizing: border-box;
  	background-color: white;
}
label {
	margin: 0;
	font-family: 'Press Start 2P', cursive;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	margin: 0;
}
/* Mobile Web View */
@media screen and (max-width: 1020px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 20px;
  }
  p{ 
    font-size: 16px; 
  }
  img, .imgleft, .imgright, .imgcenter{
    height: 200px;
	float: none;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  }
  .content-wrap {
    float: none;
    width: 90%;
  }
  .headerimage{
	width: 350px;
	height: auto; 
  }
  .mobilehide{
  	display: none;
  }
}