

/********************** DEFAULT STYLES **********************/

* { margin:0; padding:0; }

.carousel-control-prev-icon {
	background-image: url('../images/arrowLeft.svg') !important;
}

.carousel-control-next-icon {
	background-image: url('../images/arrowRight.svg') !important;
}

/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			width: 70%;
			height: auto;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 0.7em;
			margin: auto;
		}

		.bannerImage {
			display: none;
		}

		.mainHeading {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 1.7em;
			text-transform: uppercase;
			letter-spacing: 1px;
			line-height: 0.8em;
			padding: 1px 0 1px 20px;
			margin: 10px 0 20px 0px;
			border-left: 10px solid #0468B0;
			width: 100%;
		}

		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: auto;
		}

			.presentedBy p {
				text-align: center;
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				text-transform: uppercase;
				font-size: 0.6em;
				margin: auto auto 10px auto;
			}

			.presentedBy img {
				width: 70px;
				height: auto;
				margin: auto;
			}

		.promotionContainer {
			width: 100%;
			height: auto;
		}

			.promoImage {
				width: 100%;
				height: 40vh;
				background-image: url('../images_promos/Fujifilm-Printlife-landing.jpg');
				background-size: 100% auto;
				background-position: 50% 0%;
				background-repeat: no-repeat;
				margin: 0 0 12px 0;
				float: none;
			}

			.promoText {
				width: 100%;
				height: auto;
				margin: 0;
				float: none;
			}

				.offerBox {
					width: 100%;
					height: auto;
					padding: 24px;
					background-color: lightgrey;
					margin: 6px 0px 12px 0px;
					float: none;
				}

				.promoText h2 {
					font-family: 'Poppins', sans-serif;
					font-weight: 900;
					font-size: 1.5em;
					line-height: 0.9em;
					margin: 0 0 3px 0;
					color: #0468B0;
				}

				.promoText h3 {
					font-family: 'Poppins', sans-serif;
					font-weight: 900;
					font-size: 1em;
					line-height: 0.9em;
					margin: 0 0 12px 0;
				}

				.promoText p {
					font-family: 'Lato', sans-serif;
					font-weight: 500;
					font-size: 0.8em;
					line-height: 1.5em;
					margin: auto auto 10px auto;
				}

				.promoText ul {
					margin: 0;
				}

				.promoText li {
					font-family: 'Lato', sans-serif;
					font-weight: 500;
					font-size: 0.8em;
					line-height: 1.125em;
					margin: auto auto 10px 18px;
				}

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.breadcrumbNav {
		width: 70%;
	}

	.mainHeading {
		width: 100%;
		margin-top: 8px;
		font-size: 2em;
	}

	.presentedBy {
		margin-top: 8px;
	}

	.promotionContainer {
	}

		.promoImage {
			margin: 0 0 18px 0;
		}

		.promoText {
		}

			.offerBox {
				margin: 12px 0 18px 0;
			}

			.promoText h2 {
				font-size: 2em;
				line-height: 0.9em;
				margin: 0 0 3px 0;
				color: #0468B0;
			}

			.promoText h3 {
				font-size: 1.25em;
				line-height: 0.9em;
				margin: 0 0 12px 0;
			}

			.promoText p {
				font-size: 0.9em;
				line-height: 1.75em;
				margin: auto auto 10px auto;
			}

			.promoText ul {
				margin: 0;
			}

			.promoText li {
				font-size: 0.9em;
				line-height: 1.5em;
				margin: auto auto 10px 18px;
			}

}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {


}

/************************************************************/

@media screen and (min-width: 414px)  {

	.container-01 {
	}

		.mainHeading {
			font-size: 2.25em;
		}

	.promotionContainer {
	}

		.promoImage {
			margin: 0 0 18px 0;
		}

		.promoText {
		}

			.offerBox {
				margin: 12px 0 18px 0;
			}

			.promoText h2 {
				font-size: 2.25em;
				line-height: 0.9em;
				margin: 0 0 3px 0;
				color: #0468B0;
			}

			.promoText h3 {
				font-size: 1.25em;
				line-height: 0.9em;
				margin: 0 0 12px 0;
			}

			.promoText p {
				font-size: 1em;
				line-height: 1.75em;
				margin: auto auto 10px auto;
			}

			.promoText ul {
				margin: 0;
			}

			.promoText li {
				font-size: 1em;
				line-height: 1.5em;
				margin: auto auto 10px 18px;
			}

}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 10px;
	}

	.breadcrumbNav {
		margin: auto 10px;
		width: 70%;
	}

	.mainHeading {
		margin: 20px 0 30px 10px;
		width: 80%;
		font-size: 2.5em;
	}

	.presentedBy {
		margin: 8px 10px auto auto;
	}

	.promotionContainer {
	}

		.promoImage {
			height: 1000px;
			width:90%;
			margin: 0 0 18px 0;
			background-size: 100% auto;
			background-repeat: no-repeat;
		}

		.promoText {
		}

			.offerBox {
				width: 49%;
				margin: 12px 0.5% 18px 0.5%;
				float: left;
			}

			.promoText h2 {
				font-size: 1.6em;
				line-height: 0.9em;
				margin: 0 0 3px 0;
			}

			.promoText h3 {
				font-size: 1.1em;
				line-height: 0.9em;
				margin: 0 0 12px 0;
			}

			.promoText p {
				font-size: 0.8em;
				line-height: 1.75em;
				margin: auto auto 10px auto;
			}

			.promoText ul {
				margin: 0;
			}

			.promoText li {
				font-size: 0.8em;
				line-height: 1.5em;
				margin: auto auto 10px 18px;
			}

}

/************************************************************/

@media screen and (min-width: 667px) {

	.mainHeading {
		font-size: 2.75em;
	}

}

/************************************************************/

@media screen and (min-width: 736px)  {

	.mainHeading {
		font-size: 2.75em;
		width: 70%;
	}

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 25px;
	}

		.breadcrumbNav {
			margin-left: 0px;
			width: 100%;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images_promos/images_promos/2024-Gretzky-Anniversary-Banner-Promo.jpg');
			background-size: 100% auto;
			background-position: 50% 50%;
			background-repeat: no-repeat;
			width: 35%;
			height: 650px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			margin-top: 20px;
			margin-bottom: 20px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 0px;
		}

	.promotionContainer {
	}

		.promoImage {
			width: 50%;
			height: 580px;
			margin: 5px 0 18px 0;
			background-size: auto 100%;
			background-position: 60% 50%;
			float: left;
		}

		.promoText {
			width: 50%;
			float: right;
			padding: 0 0 0 12px;
		}

			.offerBox {
				width: 48%;
				margin: 12px 1% 18px 1%;
				float: left;
			}

			.promoText h2 {
				font-size: 2em;
				line-height: 0.9em;
				margin: 0 0 5px 0;
			}

			.promoText h3 {
				font-size: 1.1em;
				line-height: 0.9em;
				margin: 0 0 12px 0;
			}

			.promoText p {
				font-size: 0.8em;
				line-height: 1.5em;
				margin: auto auto 10px auto;
			}

			.promoText ul {
				margin: 0;
			}

			.promoText li {
				font-size: 0.8em;
				line-height: 1.5em;
				margin: auto auto 10px 18px;
			}

	.gridSection {
		}

			.gridCard {
				float: left;
				width: 46.5%;
				height: auto;
				margin: auto 1.75% 35px 1.75%;
			}

			.gridCopy {
				font-size: 0.75em;
				margin: 5px auto 10px auto;
				height: 70px;
			}

}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

    .container-01 {
		padding: 25px;
	}

		.bannerImage {
			display: inline-block;
			background-size: 100% auto;
			background-position: 50% 50%;
			width: 100%;
			height: 350px;
			margin: 10px auto;
			background-repeat: no-repeat;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
			width: 70%;
		}

		.gridSection {
			width: 103.5%;
			margin-left: -15px;
		}
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 240px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.mainHeading {
			width: 70%;
		}

	.promoText {
		padding-left: 24px;
	}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 40px 40px; 
	}

		.gridCard {
			height: 375px;
		}

}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {

	.container-01 {
		width: 1280px;
		margin: auto;
	}

		.mainHeading {
			font-size: 4em;
			padding: 0 0 0 20px;
			margin: 40px 0 30px 0;
		}

		.presentedBy img {
			width: 100px;
		}

	.promotionContainer {
	}

		.promoImage {

		}

		.promoText {
			padding: 0 0 0 24px;
		}

			.offerBox {
			}

			.promoText h2 {
				font-size: 2em;
				line-height: 0.9em;
				margin: 0 0 5px 0;
			}

			.promoText h3 {
				font-size: 1.1em;
				line-height: 0.9em;
				margin: 0 0 12px 0;
			}

			.promoText p {
				font-size: 1em;
				line-height: 1.5em;
				margin: auto auto 10px auto;
			}

			.promoText ul {
				margin: 0;
			}

			.promoText li {
				font-size: 1em;
				line-height: 1.5em;
				margin: auto auto 10px 18px;
			}

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














