body {
	font-family: Helvetica, Arial, sans-serif;
	font-family: 'Humanist521BT-Roman',Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-align: center;
	background: #023a81;
}



@font-face {
  font-family: 'Humanist521BT-Bold';
  src: url('../fonts/Humanist521BT-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Humanist521BT-Bold.woff') format('woff'), url('../fonts/Humanist521BT-Bold.ttf')  format('truetype'), url('../fonts/Humanist521BT-Bold.svg#Humanist521BT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Humanist521BT-Roman';
  src: url('../fonts/Humanist521BT-Roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/Humanist521BT-Roman.woff') format('woff'), url('../fonts/Humanist521BT-Roman.ttf')  format('truetype'), url('../fonts/Humanist521BT-Roman.svg#Humanist521BT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}



#container {
	background: url(../images/background.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 50px;
	color: #023a81;
}

a {
	cursor: pointer;
}

img {
	border: 0px !important;
}

.content.row .col-md-6 img {
	display: block;
	margin: 20px auto;
		
}

.content table td {
	text-align: center;
	padding: 0px 10px;
}

.store_icon {
	padding: 20px 0px;
}

.store_icon img {
	max-width: 150px;
	height: auto;
}

.content {
	max-width: 824px;
	margin: 0 auto;
}

.content .col-md-6 {
	padding-bottom: 40px;
}

h1 {
	font-weight: bold;
	letter-spacing: -0.5px;
	font-family: 'Humanist521BT-Bold';
}

h3 {
	margin: 5px 0px;
}

a.applink {
	display: block;
}

a.applink img {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	cursor: pointer;
	max-width: 100%;
	height: auto;
}

a.applink:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.logo img{
	
	padding-bottom: 10px;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.logo h3 {
	clear: both;
	display: inline-block;
	border-top: 2px solid #023a81;
	padding-top: 10px;
}

.header, .logo {
	margin-bottom: 40px;
}

#footer {
	color: #fff;
	padding: 20px 0px 50px;
	font-size: 13px;
}

@media only screen  and (max-width:960px){ 
	
	.col-md-6 {
		width: 50%;
		float: left;
	}
	
	h1 {
		font-size: 24px;
	}
}