.content {
margin-top:0;
margin-right:auto;
margin-bottom:0;
margin-left:auto;	
	width: 70%;
}

.screenshots
{
	overflow:hidden;
	width:100%;
	margin-bottom:25px;
	background:rgba(255,255,255,0.1);
	-pie-background:rgba(255,255,255,0.1);
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
	behavior:url(/css/PIE.htc);
}
.screenshots .images
{
	white-space:nowrap;
	overflow:hidden;
	margin:15px 15px 4px 15px;
}
.screenshots .images img + br
{
	display:none;
}

* {
  box-sizing: border-box;
}

/* Add a gray background color with some padding */
body {
  font-family: questrial;
  padding: 20px;
  background: #99D9EA;
}

/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  color: white;
  font-family: questrial;
}

h2, h1 {
  font-family: futura;
}

img {
    max-width: 100%;
    max-height: 100%;
}
.get {
    float:right;
    max-width: 25%;
}

/* Div cards for apps */

.card {
   background-color: #FCF2EE;
   padding: 20px;
   margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	  cursor: pointer;
	color: white;
	  text-decoration: underline;
}

a:link {
	color: white;
  cursor: pointer;
  background-color: transparent; 
}

a:visited {
  cursor: pointer;
	color: white;
  background-color: transparent;
}

a:active {
  cursor: pointer;
	color: white;
  background-color: transparent;
}

/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* FONTS */
@font-face {
  font-family: 'questrial';
  src: url('font_questrial.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   url('font_questrial.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 
@font-face {
  font-family: 'futura';
  src: url('font_futura.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   url('font_futura.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 
