body {
	background-color: #e7e7e7;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
.text-blue {
	color:#0068ac;
}
.logo {
	max-width: 100%;
	width: 300px;
}
.callout {
	border: none;
	background:url("http://www.simpleswipe.com/ideashare/app-assets/img/sponsor_bg.png") 0 0 no-repeat #0068ac;
	background-size: cover;
	border-radius: 0;
	color: #fff;
	z-index: -1;
}

.download {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #666666;
  font-size: 20px;
  background: #ffffff;
  padding: 0px 20px 0px 20px;
  text-decoration: none;
  margin: 30px 0;
  display: block;
}

.download  img {
	float: left;
	padding-top: 15px;
	padding-right: 15px;

}

.download  span {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-left: 1px solid #ddd;
	display: inline-block;
}

.download:hover {
  background: #dedede;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 600px) {
	.phones {
		max-width: 50%;
	}	
}
@media (min-width: 600px) {
	.phones {
		margin-top: -100px;
		z-index:99;
	}
	.callout h1 {
		font-size: 70px;
		line-height: 70px;
	}

}	
