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

body {
	min-height: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #404040;
}

.container-fluid {
	margin: 0;
	padding:25px 0px 25px 0px;
	background-color: white;
}

.row {
	margin:0;
	width: 100%;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
}

.nav {
	
}

.about {
	margin:0;
	height:250px;
}

@media (min-width: 768px ) {	
	.about {
		height:300px;
		margin-top: 115px;
	}
}

.logo {
	height:100%;
	width:290px;
	display:inline-block;
	border-bottom:1px solid #4d4c4a;
}

.apps {
	height:150px;
}

@media (min-width: 768px ) {	
	.apps {
		height:265px;
	}
}

.app {
	height:100%;
	width:265px;
	display:inline-block;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #f5f5f5;  
  font-size: .8em;
}

