body {
	font-family: 'Roboto', Arial, sans-serif;
	margin:0px;
	padding:0px;
	color: #666;
	font-weight:300;
	line-height: 1.4;
}

div.section1 > div.logo {
	width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	
	background-image: url("../img/safemoni-wide.jpg");
	height:300px;
}
div.section1 > div.text {
	text-transform:uppercase;
	box-sizing: border-box;
	padding:0 15px 15px 15px;
	width:100%;

	margin-top:20px;
	background-image: url("../img/lock.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #fff;
	min-height:181px;

}
div.section1 > div.text > h2 {
	letter-spacing:-1px;
	text-align:center;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
	
	color:#666;
	font-size:30px;
	font-weight: 400;
	text-shadow:none;
}
div.section1 > div.text > p {
	text-align:center;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
	
	color:#666;
	font-size:20px;
	text-shadow:none;
}

div.section2 {
	background-color:#F9F9F9;
	padding:30px 15px 30px 15px;
}
div.section2 > div.text {
	width:100%;
}
div.section2 > div.text > h2 {
	text-align:center;
	margin: 0 auto 0 auto;
	padding-top:0px;
	font-weight:300;
	color:#333;
	font-size:30px;
	max-width:1170px;
}
div.section2 > div.text > p {
	text-align:center;
	padding-top:20px;
	margin: 0 auto 0 auto;
	font-size:16px;
	line-height:1.6;
	max-width:1170px;
}

div.section3 {
	padding:60px 15px 60px 15px;
}
div.section3 > div.text {
	width:100%;
}
div.section3 > div.text > h2 {
	text-align:center;
	margin: 0 auto 0 auto;
	padding-top:0px;
	font-weight:300;
	color:#333;
	font-size:30px;
	max-width:1170px;
}
div.section3 > div.text > ol  {
	margin: 0 auto 0 auto;
	max-width:1170px;
}
div.section3 > div.text > ol > li {
	margin-bottom:10px;
}

div.section4 {
	padding:30px 15px 30px 15px;
	background-color:#008ACA;
}
div.section4 > div.text {
	width:100%;
}
div.section4 > div.text > h2 {
	text-align:center;
	margin: 0 auto 0 auto;
	padding-top:0px;
	font-weight:300;
	color:#FFF;
	font-size:30px;
	max-width:1170px;
}
div.section4 > div.text > p {
	text-align:center;
	padding-top:20px;
	margin: 0 auto 0 auto;
	font-size:16px;
	line-height:1.6;
	color:#FFF;
	max-width:1170px;
}

a:focus {
	outline:0;
}

a,  a:hover, a:focus, a:active {
	text-decoration:none;
}
.btn-apple-app-store {
	background-image: url(../img/appicon.png);
	background-position: 0 -52px;
	width: 120px;
	height: 42px;
}
.btn-android-play-store {
	background-image: url(../img/appicon.png);
	background-position: 0 0;
	width: 128px;
	height: 42px;
}			
.btn-android-play-store, .btn-apple-app-store {
	text-indent: -9999px;
	display: inline-block;
}
