@charset "utf-8";
/* CSS Document */
section.header-text h6 {
	margin-top: 0px;
	font-size: 20px;
	font-weight: 500;
	color: rgba(250,250,250,1);
	letter-spacing: 1px;
}
section.header-text h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 600;
	color: rgba(250,250,250,0.5);
	letter-spacing: 2px;
}
section.page {
	background: url("../../images/bg/dark-denim-3.png") #262626;
	padding-top: 140px;
	padding-bottom: 0px;
}
section.page .sub-heading h4 {
	color: #1e1e1e;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}
/*--QPD--*/
#get-it {
	background-image: url(../../images/bg/getit-bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
#get-it {
	background-color: rgba(250,250,250,0.15);
	padding: 40px;
	margin-bottom: 30px;
}
#get-it p {
	color: #f5f5f5;
}
#get-it button {
	font-size: 14px;
	color: #fff;
	background-color: #a12c2f;
	padding: 7px 15px;
	display: inline-block;
	border-radius: 22px;
	font-weight: 500;
	transition: all .3s;
	border: none;
	outline: none;
}
#get-it button:hover{
	opacity: 0.8;
}
