  #content{
	height:100%;
	width:100%;
  }
  #grid1{
  	width:100%;
  }
  #grid2{
	width:100%;
  }
  #grid3{
	width:90%;
  	margin-left:auto;
  	margin-top:10px;
  	margin-bottom:10px;
  }
#grid4{
  	font-family: Teko Light;
  	width:100%;
  	margin:0;
  }
  #deviceImage{
	max-height:60%;
	min-height:280px;
	margin:auto;
	left:0;
	right:0;
	position:absolute;
  }
  h1{
  	padding-top:15px;
 	text-align:center;
  	font-size:45pt;
  	line-height:100%;
  }
  h2{ 
  text-align:center;
	font-size:25pt;
	margin:0;
	line-height:100%;
  }
  h3 {
  font-size:20pt;
   text-align:center;
  }
  h3 a {
  	color:white;
  }
#storeButton{
  	width:45%;
  	display: inline-block;
  }
  #header{
  	z-index:10;
 	position:fixed;
  	height:50px;
  	bottom:0%;
  }
#logo {
	position:relative;
	height:100%;
	float:left;
}
#barlink{
  	left:0px;
  	right:10px;
  	top:8px;
  	position:relative;
	width:50%;
  	font-size:25px;
  	text-decoration:underline !important;
  }
  #facebook{
  	top:13px;
  	right:10px;
  	float:right;
  }