@charset "utf-8";
/* CSS Document */




.parallax {
   background-image:url(../images/pay-now-banner.jpg);
    float: left;
	    background-attachment: fixed;
		background-repeat:no-repeat;
    width: 100%;
	float:left;
	width:100%;
	padding-top:130px;
	padding-bottom:100px;
	margin-bottom:0px;

	    background-size: cover;
}


.parallax1 {
   /*background-image:url(../images/checkout.jpg);*/
   background:#fff;
    float: left;
	    background-attachment: fixed;
		background-repeat:no-repeat;
    width: 100%;
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:0px;

	    background-size: cover;
}


.parallax2 {
   background-image:url(../images/cart-empty.jpg);
    float: left;
	    background-attachment: fixed;
		background-repeat:no-repeat;
    width: 100%;
	float:left;
	width:100%;
	padding-top:130px;
	padding-bottom:100px;
	margin-bottom:0px;

	    background-size: cover;
}
