body {
	background-image: url("Images/Bricks.png");
	background-size: cover;
	background-position: center center;
}

/*NAVBAR START*/
.NavBar {
	width: 100%;
	height: 65px;
	display: table;
	background-image: url("Images/BricksSmallest.png");
	background-size: contain;
	background-position: center center;
	background-color: lightgrey;
}
	.NavBarSpaceLeft {
		height: 65px;
		display: table-cell;
		background-color: rgba(75,75,75,.5);
		width: 400px;
	}
		.LogoImg {
			margin-top: 5px;
			margin-bottom: 5px;
			display: block;
			margin-left: 15px;
			height: 100px;
			position: absolute;
		}

		.NavBarItemLink {
			width: 9.5%;
			display: table-cell;
			text-align: center;
			font-family: century gothic;
			font-size: 21px;
			/*font-size: 20px;*/
			vertical-align: middle;
			text-decoration: none;
			font-weight: bold;
			background-color: rgba(75,75,75,.5);
		}

	.NavBarItemLink:hover {
		font-size: 24px;
	}
	.NavBarItemLink:hover .NavBarItem {
		background: linear-gradient(to right, 
			#FF00FF,
			#FF4500,
			#FFFF00,
			#7FFF00);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-shadow: none;
		-webkit-text-stroke-width: .5px;
		-webkit-text-stroke-color: rgb(75,75,75);
	}

	#NavBarHome {
		background-color: rgba(75,75,75,1);
		color: lightgrey;
	}
	#NavBarDIYBannersPage {
		background-color: rgba(75,75,75,1);
		color: lightgrey;
	}
	#NavBarOtherBannersPage {
		background-color: rgba(75,75,75,1);
		color: lightgrey;		
	}
	#NavBarDisplayPage {
		background-color: rgba(75,75,75,1);
		color: lightgrey;		
	}
	#NavBarSignagePage {
		background-color: rgba(75,75,75,1);
		color: lightgrey;		
	}
	#NavBarBrandedClothingPage {
		background-color: rgba(75,75,75,1);
		color: lightgrey;		
	}
	#NavBarVehicleWrappingPage {
		background-color: rgba(75,75,75,1);
		color: lightgrey;		
	}
	#NavBarWebsitesPage {
		background-color: rgba(75,75,75,1);
		color: lightgrey;		
	}
	#NavBarContactPage {
		background-color: rgba(75,75,75,1);
		color: lightgrey;		
	}
		.NavBarItem {
			color: yellow;
			text-shadow: 1.5px 1.5px black;
		}
		/*.NavBarItem:hover {
			background: linear-gradient(to right, 
				#8A2BE2 0%,
				#7FFF00 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}*/

/*NAVBAR END*/

/*SMALLER NAVBAR START*/
.BrandingOptionsNavBarTop {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: 60px;
	border-radius: 30px 30px 0px 0px;
	border: 2px solid rgba(75,75,75,1);
	background-color: skyblue;
	background-color: lightgrey;
	background-color: rgb(75,75,75);
	border-bottom: none;
}
.BrandingOptionsNavBarTop:hover {
	
	border: 2px solid lightgrey;
	background-color: rgba(75,0,130,.5);
}
	.LogoImgNew {
		margin-top: 5px;
		margin-bottom: 5px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 55px;
	}

.BrandingOptionsTable {
	width: 100%;
	height: 100px;
	display: table;
	/*background-color: rgba(75,75,75,1);*/
	background-image: url("Images/BricksSmall.png");
	background-size: contain;
	border-radius: 20px 20px 0px 0px;
}
	.BrandingOptionsCell {
		width: 25%;
		height: 100px;
		display: table-cell;
		vertical-align: middle;
	}
		.SmallerNavBarItemLink {
			text-decoration: none;
		}
		.BrandingOptionsBlock {
			width: 95%;
			height: 45px;
			display: block;
			margin-top: 2.5px;
			margin-bottom: 2.5px;
			margin-left: auto;
			margin-right: auto;
			background-color: lightgrey;
			/*background-color: rgba(75,0,130,.4);*/
			/*font-size: 25px;*/
			font-size: 20px;
			font-weight: bold;
			font-family: century gothic;
			text-align: center;
			line-height: 45px;
			vertical-align: middle;
			border: 1.5px solid grey;
			/*font-style: italic;*/
			color: rgba(75,75,75,1);
			/*text-shadow: 2px 2px black;*/
			border-radius: 20px;
		}
		.BrandingOptionsBlock:hover {
			color: yellow;
			background-color: rgba(128,128,128,.5);
			text-shadow: 2px 2px black;
		}
/*SMALLER NAVBAR END*/

/*THE PAGE IMAGE START*/
.MainBody {
	width: 100%;
	background-image: url("Images/Bricks.png");
	background-size: contain;
	/*padding: 20px;*/
	overflow: hidden;
	display: flex;
	background: linear-gradient(to right, 
		rgba(255,0,255,.5),
		rgba(255,69,0,.5),
		rgba(255,255,0,.5),
		rgba(0,255,127,.5)
	);
	
}
/* MAIN BODY LEFT CELL BEGINS */
	.MainBodyLeftCell {
		width: 15%;
		/*background-color: rgba(0,0,255,.5);*/
		float: left;
		/*background-color: rgba(152,251,152,.5);*/
		/*background-color: rgba(255,0,255,.5);*/
		/*overflow: hidden;*/
	}
		.BodyCellHeading {
			color: white;
			font-size: 24px;
			font-weight: bold;
			font-family: century gothic;
			text-shadow: 2px 2px black;
			text-align: center;
			text-height: 30px;
		}
		.CellItemContainer {
			margin-top: 15px;
			display: block;
			/*height: 100px;*/
			width: 90%;
			margin-left: 2.5%;
			margin-right: 2.5%;
			border: 1px solid yellow;
			text-decoration: none;
			border-radius: 30px;
			/*background-image: url("Images/Bricks.png");*/
			background-size: cover;
			background-position: center center;
			background-color: rgba(75,75,75,.5);

			/*font-size: 22px;*/
			font-size: 15px;
			font-family: century gothic;
			font-weight: bold;
			color: yellow;
			text-shadow: 2px 2px black;
			/*line-height: 50px;*/
			text-align: center;
			padding: 5px;
			vertical-align: middle;

		}
		
		.CellItemContainer:hover {
			/*border: 2px solid indigo;*/
			border: 2px solid white;
			background: linear-gradient(to right, 
				rgba(255,0,255,1),
				rgba(255,69,0,1),
				rgba(255,255,0,1),
				rgba(0,255,127,1)
			);
			transform: scale(1.01);
			/*transform: skew(2deg, -3deg);*/
			/*transform: rotate(90deg);*/
			color: white;
			text-shadow: 2px 2px rgba(0,0,0,1);
			padding: 4px;
		}
		#FirstCellItemContainer {
			margin-top: 38px;
		}

		#BrandingTypeEmbroidery {
			margin-top: 38px;
			color: rgba(124,252,0,1);
		}
		#BrandingTypeDieSublimation {
			color: rgba(255,0,0,1);
		}
		#BrandingTypeHeatTransfer {
			margin-top: 38px;
			color: rgba(220,220,220,1);
		}
		#BrandingTypeSilkscreen {
			color: rgba(148,0,211,1)
		}
		/*
		#BrandedClothingEmbroideryHeading {
			margin-top: 38px;
			color: ;
		}
		#BrandedClothingDieSublimationHeading {
			color: ;
		}
		#BrandedClothingHeatTransferHeading {
			margin-top: 38px;
			color: ;
		}
		#BrandedClothingDieSilkscreenHeading {
			color: ;
		}
		*/
		.DisplayPageItem {
			margin-top: 15px;
			display: block;
			width: 90%;
			margin-left: 2.5%;
			margin-right: 2.5%;
			border: 1px solid yellow;
			text-decoration: none;
			border-radius: 30px;
			/*background-image: url("Images/Bricks.png");*/
			background-size: cover;
			background-position: center center;
			background-color: rgba(75,75,75,.5);

			/*font-size: 22px;*/
			font-size: 12px;
			font-family: century gothic;
			font-weight: bold;
			color: yellow;
			text-shadow: 2px 2px black;
			text-align: center;
			padding: 5px;
			vertical-align: middle;
		}
		.DisplayPageItem:hover {
			border: 1px solid white;
			background: linear-gradient(to right, 
				rgba(255,0,255,1),
				rgba(255,69,0,1),
				rgba(255,255,0,1),
				rgba(0,255,127,1)
			);
			transform: scale(1.1);
			color: white;
			text-shadow: 2px 2px rgba(0,0,0,1);
		}


				/*.ItemName {

				}*/
	.MainBodyCenterCell {
		width: 70%;
		/*background-color: blue;*/
		float: left;

	}
	.MainBodyRightCell {
		width:  15%;
		/*background-color: rgba(255,0,0,.5);*/
		/*background-color: rgba(152,251,152,.5);
		background-color: rgba(0,255,127,.5);*/
		float: right;	
	}
	.GetBrandedImg {
		/*margin-top: 5px;
		margin-bottom: 5px;*/
		display: block;
		/*margin-left: 15px;*/
		/**//*margin-right: 10%;
		margin-left: 10%;*/
		/*height: 100px;*/
		/*position: absolute;*/
		/*position: fixed;*/
		/*float: bottom;*/
		/**//*width: 80%;*/
		width: 150px;
		/*margin-top: 100%;*/
		margin-top: 28px;
		position: fixed;
		margin-left: 25px;
	}
	.MainBodySmaller {
		background-color: rgba(0,0,0,.5);
	}
		#BrandedClothingBottomDescription {
			padding-bottom: 20px;
		}
	.SmallerItemDisplay {
		background: linear-gradient(to right, 
			rgba(255,0,255,0.5),
			rgba(255,69,0,0.5),
			rgba(255,255,0,0.5),
			rgba(0,255,127,0.5)
		);
		width: 100%;
		/*height: 318px;
		background-color: purple;
		display: table;*/
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: stretch;
		/*justify-content: left;*/
		align-items: stretch;
		/*align-items: left;*/
	}
		.DisplayPanelItemContainer {
			/*margin: 0.1em;*/
			margin: 5px;
			flex-grow: 1;
			flex-shrink: 0;
			/*flex-basis: 350px;*/
			flex-basis: 100px;
			/*background-color: red;*/
		}
		/*.SmallerItemDisplayRow {
			display: table;
			width: 100%;
			height: 63.6px;
		}*/
			/*.DisplayPanelItemContainer {
				display: table-cell;
				width: 20%;
				height: 63.6px;
				border: 1px solid yellow;
			}*/
			
				.DisplayPanelItem {
					height: 30px;
					/*margin-top: 16.8px;
					margin-bottom: 16.8px;*/
					/*margin-bottom: 5px;
					margin-top: 5px;*/
					margin-left: auto;
					margin-right: auto;
					display: block;
					/*width: 90%;
					margin-left: 2.5%;
					margin-right: 2.5%;*/
					/*width: 120px;*/
					width: 180px;
					border: 1px solid yellow;
					text-decoration: none;
					border-radius: 30px;
					background-size: cover;
					background-position: center center;
					background-color: rgba(75,75,75,.5);
				

					font-size: 12px;
					font-family: century gothic;
					font-weight: bold;
					color: yellow;
					text-shadow: 2px 2px black;
					text-align: center;
					/*padding: 5px;*/
				}
					.ItemName {
						/*line-height: 30px;*/
					}
					.ItemNameSmaller {
						line-height: 30px;
						/*padding-top: 9px;
						padding-bottom: 9px;*/
						/*vertical-align: middle;*/
					}
					.ItemNameLarge {
						line-height: 30px;
					}
				.DisplayPanelItem:hover {
					border: 1px solid white;
					background: linear-gradient(to right, 
						rgba(255,0,255,1),
						rgba(255,69,0,1),
						rgba(255,255,0,1),
						rgba(0,255,127,1)
					);
					transform: scale(1.1);
					color: white;
					text-shadow: 2px 2px rgba(0,0,0,1);
				}

		/*.LeftCellSmallRef {
			text-decoration: none;
		}
		.LeftCellItem {
			width: 80%;
			height: 50px;
			background-color: lightgrey;
			color: rgba(75,75,75,1);
			border: 2px solid rgba(75,75,75,1);
			font-family: century gothic;
			text-align: center;
			line-height: 50px;
			border-radius: 45px;
			margin-left: 10%;
			font-size: 25px;
			font-weight: bold;
			margin-bottom: 5px;
			margin-top: 5px;
			background-image: url("Images/Bricks.png");
			background-size: contain;
			display: inline-block;
			
		}
		.LeftCellItem:hover {
			background-color: indigo;
			border: 2px solid indigo;
			background: linear-gradient(to right, 
				rgba(255,0,255,1),
				rgba(255,69,0,1),
				rgba(255,255,0,1),
				rgba(0,255,127,1)
			);
			transform: scale(1.1);
			color: white;
			text-shadow: 2px 2px rgba(0,0,0,1);
		}
			.LeftCellInner {
				display: inline-block;
			}*/

/*MAIN BODY LEFT CELL ENDS*/
	.ImageContainer {
		display: table-cell;
		background-color: rgba(75,75,75,0.5);
		width: 70%;
	}
		.PageImage {		
			width: 100%;
			object-fit: contain;
			margin-bottom: none;
			display: block;
		}
		#PageImageDisplay {
			margin-top: 1.5%;
		}

.UnderImageDiv {
	display: table;
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, 
		rgba(255,0,255,1),
		rgba(255,69,0,1),
		rgba(255,255,0,1),
		rgba(0,255,127,1));
	);
}


/*BEGINNING OF HOME PAGE BAR*/
/*
.HomePageBar {
	overflow: auto;
	height: 200px;
	width: 100%;
	overflow-y: hidden;
}
	.HomePageBarCell {
		display: table-cell;
		height: 200px;
		border-right: 1px solid rgb(75,75,75);
		text-decoration: none;
	}
	#HomePagePageBarFourthCell {

	}
	#HomePageBarCellLastItem {

	}
		.BarItemHeading {
			display: block;
			height: 30px;
			text-align: center;
			text-decoration: none;
			font-family: century gothic;
			font-weight: bold;
			font-size: 20px;
			color: yellow;
			text-shadow: 2px 2px black;
			background-color: rgba(0,0,0,.5);

		}
		.BarItemImg {
			height: 170px;
			display: block;
			object-fit: cover;
		}*/
/*END OF HOME PAGE BAR*/


.PageOptionLink {
	text-decoration: none;
}
	.SignBanner {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		height: 50px;
		border: 2px solid rgba(75,75,75,1);
		border-bottom: none;
		border-radius: 30px 30px 0px 0px;
		display: table;
		background-color: skyblue;
		background-color: lightgrey;
		color: rgba(75,75,75,1);
		font-family: century gothic;
		font-weight: bold;
		font-size: 30px;
		text-align: center;
		/*font-style: italic;*/
		line-height: 50px;
		margin-top: 5px;
	}
	.SignBanner:hover {
		background-color: grey;
		color: yellow;
	}
	.PgImg {
		width: 100%;
		object-fit: contain;
	}
	.PgImg:hover {
		background-color: purple;
		opacity: 0.5;
	}
/*END OF THE PAGE IMAGE*/


/*INFORMATION BAR START*/
.InformationBarBackground {
	/*background-image: url("Images/Bricks.png");
	background-position: center center;
	background-size: cover;*/
	margin-top: 0px;
	/*border-top: 3px solid rgba(75,75,75,1);*/
	display: table;
	width: 100%;
}
	.InformationBar {
		width: 100%;
		/*height: 200px;*/
		/*background-color: rgba(75,75,75,0.5);*/
		/*background-color: rgba(255,192,203,0.5); pink*/
		/*background-color: rgba(255,20,147,0.5); deeppink*/
		/*background: linear-gradient(to left, rgba(255,0,0,.5), rgba(0,0,255,.5));*/
		/*background-color: rgba(238,130,238,0.5); violet*/
		/*background-color: rgba(230,230,250,0.5);*/
		/*font-family: century gothic;*/
		display: inline-block;
	}
	#InformationBarDIYBannersPage {
		/*background: linear-gradient(to right, 
			rgba(0,0,255,.5), 
			rgba(255,0,255,.5),
			rgba(255,0,0,.5),
			rgba(255,215,0,.5),
			rgba(34,139,34,.5),
			rgba(72,209,204,.5),
			rgba(0,0,255,.5));*/
		background-color: rgba(0,0,0,.5);
	}
	#GetBrandedDIYBanner {
		display: block;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	#InformationBarOtherBannersPage {

		background-color: rgba(75,0,130,1);
		/*background: linear-gradient(to right, 
			rgba(255,0,255,.5),
			rgba(255,69,0,.5),
			rgba(255,255,0,.5),
			rgba(0,255,127,.5));*/

		/*border-left: 5px solid rgba(255,0,255,1);
		border-bottom: 5px solid rgba(255,69,0,1) ;
		border-right: 5px solid rgba(255,255,0,1) ;
		border-top: 5px solid rgba(0,255,127,1);*/
	}
	#InformationBarDisplayPage {
		background: linear-gradient(to left,
			rgba(255,0,0,.5),
			rgba(0,0,255,.5));
	}
	#InformationBarSignagePage {
		background: linear-gradient(to bottom, 
			rgba(255,255,0,.5),
			rgba(255,0,0,.5),
			rgba(255,255,0,.5));
	}
	#InformationBarBrandedClothingPage {
		background: linear-gradient(to right,
			rgba(124,252,0,.5),
			rgba(255,0,0,.5),
			rgba(220,220,220,.5),
			rgba(148,0,211,.5));
	}
	#InformationBarVehicleWrappingPage {
		background: linear-gradient(to right, 
			rgba(255,0,0,.5),
			rgba(105,105,105,.5),
			rgba(255,215,0,.5));
	}
	#InformationBarWebsitesPage {
		/*background: linear-gradient(to left, rgba(255,0,0,.5), rgba(0,0,255,.5));*/
		/*background: linear-gradient(to right, 
			rgba(0,255,255,.5),
			rgba(255,255,0,.5),
			rgba(0,255,255,.5));*/
			background-color: rgba(75,0,130,.5);
	}


		.InformationBarHeading {
			text-align: center;
			/*border-bottom: 2px solid white;*/
			height: 25%;
			width: 100%;
			/*line-height: 25%;*/
			font-family: century gothic;
			color: white;
			color: yellow;
			/*text-shadow: 2px 2px rgba(0,0,255,.5);*/
			text-shadow: 2px 2px rgba(0,0,0,1);
		}
		#InformationBarSubHeading {
			color: red;
		}
		.InformationBarInfo {
			height: 75%;
			width: 100%;
			font-weight: bold;
			padding: 5px;
			/*line-height: 75%;*/
			font-size: 20px;
			font-family: century gothic;
			color: white;
			text-align: center;
			text-shadow: 1.5px 1.5px rgba(0,0,0,.5);
		}
		.InfoBottomCells {
			display: table;
			width: 100%;

		}
		.BrandingType {
			color: yellow;
			font-size: 25px;
			text-shadow: 2px 2px rgba(0,0,0,1);
		}
		#BrandingTypeEmbroidery {
			color: rgba(124,252,0,1);
		}
		#BrandingTypeDieSublimation {
			color: rgba(255,0,0,1);
		}
		#BrandingTypeHeatTransfer {
			color: rgba(220,220,220,1);
		}
		#BrandingTypeSilkscreen {
			color: rgba(148,0,211,1)
		}

			.InfoBottomCell {
				display: table-cell;
				color: white;
				font-family: century gothic;
				font-size: 20px;
				font-weight: bold;
				/*border: 2px solid white;*/
			}
			#InfoBottomCellBanners {
				width: 50%;
			}
			#InfoBottomCellDisplay {
				width: 33.3333%;
				/*border: 2px solid white;*/
			}
				.CellHeading {
					text-align: center;
					text-shadow: 2px 2px rgba(0,0,0,1);
				}
				.InfoBottomCellInfoContainer {
					display: block;
					width: 55%;
					margin-left: auto;
					margin-right: auto;
					text-shadow: 1.5px 1.5px rgba(0,0,0,.5);
				}
					.InfoBottomCellInfo {
						margin-left: 15%;
						/*display: block;
						margin-left: auto;
						margin-right: auto;*/
						text-shadow: 1.5px 1.5px rgba(0,0,0,.5);
					}
					#InfoBottomCellInfoVehicleWrapping {
						/*margin-left: 30%;*/
					}


/*INFORMATION BAR END*/

/*STRAIGHT FOOTERS BEGIN*/
.BottomFooter {
	width: 100%;
	height: 200px;
	/*background-color: rgba(75,75,75,1);*/
	display: table;
	border-top: 2px solid grey;
	border-bottom: 2px solid grey;
}
	.Number {
		display: table-cell;
		height: 100%;
		width: 31%;
		background-color: grey;
		/*background-color: limegreen;
		opacity: 0.4;*/
	}
	.EmailAddress {
		display: table-cell;
		height: 100%;
		width: 31%;
		background-color: grey;
		/*background-color: yellow;
		opacity: 0.4;*/
		border-left: 3.5px solid lightgrey;
		border-right: 3.5px solid lightgrey;
	}
	.PhysicalAddress {
		display: table-cell;
		height: 100%;
		width: 31%;
		background-color: grey;
		/*background-color: purple;
		opacity: 0.4;*/
	}
		.FooterHeading {
			text-align: center;
			font-family: century gothic;
			font-size: 35px;
			color: yellow;
		}
		.FooterInfoUnderHeading {
			margin-left: 10%;
			font-family: century gothic;
			color: lightgrey;
			font-weight: bold;	
			color: skyblue;
		}
/*END OF STRAIGHT FOOTERS*/

/*BEGINNING ROUNDED FOOTERS*/
.BottomDivs {
	width: 100%;
	height: 70px;
	border-radius: 20px;
	display: table;
	margin-top: 5px;
	margin-bottom: 5px;
}
#DivOne {

}
#DivTwo {

}
#DivThree {

}
	.LeftCell {
		display: table-cell;
		height: 100%;
		width: 30%;
		margin-left: 10%;
		margin-right: 10%;
		background-color: plum;
		border-radius: 20px 0px 0px 20px;
		vertical-align: middle;
		background-color: rgba(75,75,75,1);
	}
	.LeftCell:hover {
		/*background-color: lightgrey;*/
	}
	.RightCell {
		display: table-cell;
		height: 100%;
		width: 70%;
		margin-left: 10%;
		margin-right: 10%;
		background-color: palegreen;
		border-radius: 0px 20px 20px 0px;
		vertical-align: middle;
		background-color: grey;
	}
	.RightCell:hover {
		/*background-color: lightgrey;*/
	}
/*END OF ROUNDED FOOTERS*/

/*SMALLER FOOTERS BEGIN*/
	.BottomFooterSmallRef {
		text-decoration: none;
		/*background-image: url("Images/Bricks.png");*/

	}
	.BottomFooterSmall {
		width: 80%;
		height: 50px;
		background-color: lightgrey;
		color: rgba(75,75,75,1);
		border: 2px solid rgba(75,75,75,1);
		font-family: century gothic;
		text-align: center;
		line-height: 50px;
		border-radius: 45px;
		margin-left: 10%;
		font-size: 25px;
		font-weight: bold;
		/*font-style: italic;*/
		margin-bottom: 5px;
		margin-top: 5px;
		/*background-color: skyblue;*/
		/*background-color: rgba(0,255,255,0.5);*/
		/*background-color: rgba(211,211,211,1);*/
		background-image: url("Images/BricksSmall.png");
		background-size: contain;
		
	}
	.BottomFooterSmall:hover {
		/*background-color: rgba(75,75,75,1);*/
		background-color: indigo;
		/*color: yellow;*/
		/*border: 2px solid crimson;*/
		border: 2px solid indigo;
		background: linear-gradient(to right, 
			rgba(255,0,255,1),
			rgba(255,69,0,1),
			rgba(255,255,0,1),
			rgba(0,255,127,1)
		);
		transform: scale(1.1);
		/*transform: skew(2deg, -3deg);*/
		/*transform: rotate(90deg);*/
		color: white;
		text-shadow: 2px 2px rgba(0,0,0,1);
	}
/*END OF SMALLER FOOTERS*/

/*CONTACT PAGE FOOTER*/
.ContactsPageFooter {
	display: table;
	height: 300px;
	background-color: purple;
	width: 100%;
}
	.ContactsPageFooterLeftCell {
		display: table-cell;
		/*float: left;*/
		/*background-color: rgba(75,75,75,1);*/
		background: linear-gradient(to right, 
			rgba(220,20,60,1),
			rgba(255,215,0,1)
		);
		width: 80%;

		color: white;
		font-weight: bold;
		/**/
		/*height: 200px;*/
		height: 100%;

		/**/
		vertical-align: middle;
		font-family: calibri;
		text-align: center;
		font-size: 30px;
		text-shadow: 2px 2px navy;
	}
	
	#ContactPgBottomP {
	/*	display: table-cell;*/
		/*line-height: 200px;*/
		/*text-align: center;*/
		/*float: left;
		margin-left: 20px;*/
		text-align: center;
	}
	#GetBrandedContact {
		/*display: table-cell;*/
		width: 300px;
		/*float: left;*/
		display: block;
		/*margin-left: 40px;*/
		margin-left: auto;
		margin-right: auto;
		/*float: right;
		margin-right: 10px;*/
	}
	.ContactsPageFooterRightCell {
		display: table-cell;
		/*float: left;*/
		background-color: blue;
		width: 20%;
		height: 100%;
		/**/
		/*height: 100%;*/
		/**/
	}
			.GoogleMapsFrame {
				display: block;
				height: 100%;
			}
/*CONTACT PAGE FOOTER ENDS*/
/*CONTACT PAGE SMALLEST FOOTER AREA BEGINS*/
.ContactsPageSmallestFooterArea {
	width: 100%;
}
	.ContactsPageFooterWriting {
		/*	width: 80%;
		margin-left: 10%;
		margin-right: 10%;*/
		background: linear-gradient(to right, 
			rgba(220,20,60,1),
			rgba(255,215,0,1)
		);
		text-align: center;
		/*height: 50px;*/
	}
		#ContactPgBottomPSmallest {
			color: white;
			font-weight: bold;
			
			vertical-align: middle;
			font-family: calibri;
			text-align: center;
			font-size: 30px;
			text-shadow: 2px 2px navy;
			line-height: 50px;
		}
	/*#GetBrandedContact {

	}*/
	#GetBrandedContactPicture {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	#ContactPgGoogleMapsFrame {

	}

/*CONTACT PAGE SMALLEST FOOTER AREA ENDS*/

/*VIDEO DIVS START*/
/*.VideoContainer {
	width: 100%;
}*/
#myVideo {
	width: 200px;
}
/*VIDEO DIVS END*/



/*MEDIA QUERIES*/
/*
@media all and (min-device-width: 50px) and (max-device-width: 800px) {
	body {

	}
	.NavBar {
		display: none;
	}
	.BrandingOptionsTable {
		display: none;
	}
	.BottomFooter {
		display: none;
	}
	.BottomDivs {
		display: none;
	}
	.HomePageImage {
		border: 2px solid rgba(75,75,75,1);
	}
	.PgImg {
		border-radius: 30px;
		border: 2px solid rgba(75,75,75,1);
	}


	#MainBodyOtherBanners {
		display: none;
	}
	#MainBodyDisplay {
		display: none;
	}

	.ContactsPageFooter {
		display: none;
	}
	#MainBodyBrandedClothing {
		display: none;
	}
	.HomePageBar {
		display: none;
	}


	#SecondPageImage {
		display: none;
	}
}
@media all and (min-device-width: 800px) and (max-device-width: 1150px){
	body {

	}
	.BottomFooter {
		display: none;
	}
	.NavBar {
		display: none;
	}
	.SignBanner {
		display: none;
	}
	.PgImg {
		display: none;
	}
	.HomePageImage {
		border-radius: 0px 0px 20px 20px;
	}
	.BottomFooterSmallRef {
		display: none;
	}
	.BottomFooterSmall {
		display: none;
	}


	#MainBodyOtherBanners {
		display: none;
	}

	#MainBodyDisplay {
		display: none;
	}
	.MainBodySmallest {
		display: none;
	}
	.ContactsPageSmallestFooterArea {
		display: none;
	}
	#ContactPgGoogleMapsFrame {
		display: none;
	}
	#GoogleMapsFame {
		display: none;
	}
	#MainBodyBrandedClothing {
		display: none;
	}


	#SecondPageImage {
		display: none;
	}
}

@media all and (min-device-width: 1150px) and (max-device-width: 1400px) {
	#MainBodyDisplay {
		display: none;
	}


	.BrandingOptionsNavBarTop {
		display: none;
	}
	.BrandingOptionsTable {
		display: none;
	}
	.BottomDivs {
		display: none;
	}
	.SignBanner {
		display: none;
	}
	.PgImg {
		display: none;
	}
	.BottomFooterSmallRef {
		display: none;
	}
	.BottomFooterSmall {
		display: none;
	}


	.MainBodySmallest {
		display: none;
	}
	.ContactsPageSmallestFooterArea {
		display: none;
	}
	#GoogleMapsFame {
		display: none;
	}

	#SecondPageImage {
		display: none;
	}


	#BrandedClothingMainBodySmaller {
		display: none;
	}
	#MainBodySmallerOtherBanners {
		display: none;
	}
}

@media all and (min-device-width: 1400px) {
	body {
	}
	.BrandingOptionsNavBarTop {
		display: none;
	}
	.BrandingOptionsTable {
		display: none;
	}
	.BottomDivs {
		display: none;
	}
	.SignBanner {
		display: none;
	}
	.PgImg {
		display: none;
	}
	.BottomFooterSmallRef {
		display: none;
	}
	.BottomFooterSmall {
		display: none;
	}



	.MainBodySmallest {
		display: none;
	}
	.ContactsPageSmallestFooterArea {
		display: none;
	}
	#GoogleMapsFame {
		display: none;
	}
	.MainBodySmaller {
		display: none;
	}

}*/
/*MEDIA QUERIES END*/










/*Repeat of max-width: 800px;*/
@media all and (max-device-width: 480px) and (orientation: portrait) {
	body {

	}
	.NavBar {
		display: none;
	}
	.BrandingOptionsTable {
		display: none;
	}
	.BottomFooter {
		display: none;
	}
	.BottomDivs {
		display: none;
	}
	.HomePageImage {
		border: 2px solid rgba(75,75,75,1);
	}
	.PgImg {
		border-radius: 30px;
		border: 2px solid rgba(75,75,75,1);
	}


	#MainBodyOtherBanners {
		display: none;
	}
	#MainBodyDisplay {
		display: none;
	}
	.ContactsPageFooter {
		display: none;
	}
	#MainBodyBrandedClothing {
		display: none;
	}
	.HomePageBar {
		display: none;
	}


	#SecondPageImage {
		display: none;
	}
	.slideshow-container {
		display: none;
	}
}




/*SECOND SET OF MEDIA QUERIES BEGINS*/

@media all and (max-width: 800px) {
	body {
		
	}
	.NavBar {
		display: none;
	}
	.BrandingOptionsTable {
		display: none;
	}
	.BottomFooter {
		display: none;
	}
	.BottomDivs {
		display: none;
	}
	.HomePageImage {
		border: 2px solid rgba(75,75,75,1);
	}
	.PgImg {
		border-radius: 30px;
		border: 2px solid rgba(75,75,75,1);
	}


	#MainBodyOtherBanners {
		display: none;
	}
	#MainBodyDisplay {
		display: none;
	}
	.ContactsPageFooter {
		display: none;
	}
	#MainBodyBrandedClothing {
		display: none;
	}
	.HomePageBar {
		display: none;
	}


	#SecondPageImage {
		display: none;
	}
	.slideshow-container {
		display: none;
	}
}
@media all and (min-width: 801px) and (max-width: 1150px){
	body {

	}
	.BottomFooter {
		display: none;
	}
	.NavBar {
		display: none;
	}
	.SignBanner {
		display: none;
	}
	.PgImg {
		display: none;
	}
	.HomePageImage {
		border-radius: 0px 0px 20px 20px;
	}
	.BottomFooterSmallRef {
		display: none;
	}
	.BottomFooterSmall {
		display: none;
	}


	#MainBodyOtherBanners {
		display: none;
	}

	#MainBodyDisplay {
		display: none;
	}
	.MainBodySmallest {
		display: none;
	}
	.ContactsPageSmallestFooterArea {
		display: none;
	}
	#ContactPgGoogleMapsFrame {
		display: none;
	}
	#GoogleMapsFame {
		display: none;
	}
	#MainBodyBrandedClothing {
		display: none;
	}


	#SecondPageImage {
		display: none;
	}
}

@media all and (min-width: 1151px) and (max-width: 1400px) {
	#MainBodyDisplay {
		display: none;
	}


	.BrandingOptionsNavBarTop {
		display: none;
	}
	.BrandingOptionsTable {
		display: none;
	}
	.BottomDivs {
		display: none;
	}
	.SignBanner {
		display: none;
	}
	.PgImg {
		display: none;
	}
	.BottomFooterSmallRef {
		display: none;
	}
	.BottomFooterSmall {
		display: none;
	}



	.MainBodySmallest {
		display: none;
	}
	.ContactsPageSmallestFooterArea {
		display: none;
	}
	#GoogleMapsFame {
		display: none;
	}

	#SecondPageImage {
		display: none;
	}


	#BrandedClothingMainBodySmaller {
		display: none;
	}
	#MainBodySmallerOtherBanners {
		display: none;
	}
}

@media all and (min-width: 1401px) {
	body {

	}
	.BrandingOptionsNavBarTop {
		display: none;
	}
	.BrandingOptionsTable {
		display: none;
	}
	.BottomDivs {
		display: none;
	}
	.SignBanner {
		display: none;
	}
	.PgImg {
		display: none;
	}
	.BottomFooterSmallRef {
		display: none;
	}
	.BottomFooterSmall {
		display: none;
	}



	.MainBodySmallest {
		display: none;
	}
	.ContactsPageSmallestFooterArea {
		display: none;
	}
	#GoogleMapsFame {
		display: none;
	}
	.MainBodySmaller {
		display: none;
	}

}

/*SECOND SET OF MEDIA QUERIES ENDS*/





































/* SLIDESHOW BAR STARTS */

.TestHeading {
	color: red;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
/*img {vertical-align: middle;}*/

/* Slideshow container */
.slideshow-container {
	/*max-width: 1000px;
	position: relative;
	margin: auto;*/
	/*height: 200px;*/
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	/*top: 50%;*/
	width: auto;
	padding: 16px;
	/*margin-top: -22px;*/
	margin-top: -122px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

/* .Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	color: black;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	color: black;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #717171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}



/* On smaller screens, decrease text size */
/*@media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
}*/

/*
.mySlides fade {
	height: 200px;

}*/
/*
.SlideImage {
	height: 200px;
	width: 25%;
}*/
.ImageCollection {
	height: 200px;
	width: 100%;
	background-color: rgba(0,0,0,.5);
}
	.SlideImageFloatLeft {
		height: 200px;
		width: 19%;
		object-fit: contain;
		margin-left: 4.5%;
	}
	.SlideImageFloatRight {
		height: 200px;
		width: 19%;
		object-fit: contain;
		margin-left: 4.5%;
	}

/* SLIDESHOW BAR ENDS */
