body {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 1.5;
	font-size: 18px;
}

header {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 80px 20px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	letter-spacing: 0px;
	text-transform: none;
	text-align: center;
	color: #ffffff;
	font-size: 48px;
}

header.mobilepawn {
	background-image: url('../images/header-phone.jpg');
}

header.buya-app {
	background-image: url('../images/header-phone-buya.jpg');
	padding: 120px 20px 40px;
}


main {
	padding: 80px 20px;
}

.container-fluid {
	max-width: 1300px;
}

.title-section {
	padding-bottom: 40px;
}

.title-section div {
	padding-bottom: 24px;
	text-align: center;
}

.title-section .title-mobilepawn .sub-title {
	color: #164553;
}

.title-section .title-buya-app{
	color: #3B3838;
}

.title-section .title-buya-app .sub-title {
	color: #1F6DFF;
}

.store-buttons {
	padding-top: 40px;
}

.item .item-content {
	width: 100%;
}

.item-content img {
	max-width: 100%;
	text-align: center;
}

.item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.store-button-img {
	padding-bottom: 10px;
}

	.store-button-img img {
		max-width: 200px;
	}

.qr-code-img {
	padding-bottom: 15px;
}

.qr-code-img img {
		max-width: 200px;
	}

.phone-image {
	max-height: 475px;
}