<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Tilde ~ 
Code For Pound Sign &amp;#163 */

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}

body{
	font-family: sans-serif;
	background-color: #000;
	color: #fff;
	min-height: 100vh;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}

					/*     Top Bar    */
.section-1{
	position: absolute;
	height: 3vh;
	background:linear-gradient(black, darkblue);
	padding: 0;
	margin: 0;
	position: fixed;
	display: block;	
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	z-index: 30;
}


.services-content{
	margin: 0;
	padding: 0;
	width: 200vw;
	display: flex;
	align-items: center;
	list-style: none;
	overflow: hidden;
	animation: scrolling 20s linear infinite;
}

.services-content li{
	margin: 0;
	padding: 0;
	width: 20vw;
	height: 3vh;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	white-space: nowrap;
	font-family: arial;
	font-weight: bold;
	color: white;
	background-color: rgba(0,255,0,.4);
}


@keyframes scrolling{
	0%	{transform: translateX(0vw);}
	100%	{transform: translateX(-100vw);}
}

.top-div{
	position: relative;
	height: 260px;
	width: 100%;
	top: 3vh;
	padding: 0;
	margin: 0;
	background-image: url(../images/Arty_Mashup.gif);
	background-attachment:fixed;
	background-size: cover;
	filter: blur(2px);
	z-index: 5;

}

.section-5{
	position: absolute;
	width: 100%;
	background:linear-gradient(black, darkblue);
	padding: 5px;
	margin: 0;	
	top: 260px;
	z-index: 15;
}

.section-6{
	position: absolute;
	width: 100%;
	background:black;
	padding: 0;
	margin: 0;	
	top: 260px;
	left: 0;
	z-index: 10;	
}

.shop-name{
	position: absolute;
	width: 100%;
	padding: 5px;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 5;
	background: linear-gradient(to top, #080854, #000000);
}


					/*      TOOLTIPS STUFF   */

.tooltip{
	position: relative;
	display: inline-block;
	z-index: 5;
}

.tooltiptext{
	position: absolute;
	left: -60%;
	top:120%;
	z-index: 5;
	visibility: hidden;
	width: 140px;
	background-color: black;
	color: white;
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
	font-size: 30px;
}

.tooltip:hover .tooltiptext{
	visibility: visible;
}

					/*     Phoenix Printing Logo Code CSS    */

#square{
		width: 35em; height: 20em;
		background-color: yellow;
		background: url(../images/Phoenix_Printing_Plus_Logo_2.jpg);
		background-repeat: no-repeat;
		position: absolute;
		position: fixed;
		top: 25px; left: 35%;
		transform: translateX(0%) rotate(0deg);
		z-index: 10;
}

.links{
	position: absolute;
	position: fixed;
	z-index: 5;
	top: 20px;
	left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.links li{
	list-style: none;
}

.links li a{
	position: relative;
	display: inline-block;
	margin-right: 20px;
	filter: invert(1);
	transform: scale(0.5);
	z-index: 5;
}

.items{
	position: relative;
	width: 50%;
	min-height: 100vh;
	top: 180px;
	left: 50%;
	padding-top: 20px;
	background: linear-gradient(to top, #000000, #080854);
	z-index: 20;
}

.items li{
	margin: 15px;
	position: relative;
	width: 150px;
	height: 100px;
	opacity: 0.7;
	cursor: pointer;
	display: inline-block;
}

.items span{
	width: 150px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: red;
	font-weight: 600;
	background-color: white;
}

.items li:hover{
	opacity: 1;
}

.items img{
	width: 150px;
	height: 100px;
	background-size: cover;
}

.imgbox{
	position: absolute;
	width: 50%;
	height: 380px;
	top: 180px;
	left: 0;
	background-color: #000;
	z-index: 20;
}

.imgbox img{

	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.imgbox span{
	position: absolute;
	width: 150px;
	height: 15px;
	bottom: 10%;
	left: 30%;
	font-size: 15px;
	color: red;
	font-weight: 600;
	background-color: white;
}

.purchase{
	position: absolute;
	width: 50%;
	height: 230px;
	top: 575px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	z-index: 20;
}

.artwork-address-text{
	margin: 0 auto;
	height: 30px;
	width: 700px;
	background: darkred;
	color: white;
	font-size: 25px;
	font-family: sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

					/*     Service Content    */

.service-content{
	position: relative;
	z-index: 20;
	width: 900px;
	height: 110px;
	background-color: orange;
	left: 18%;
	border-radius: 10px;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	justify-content: center;
	align-items: center;
}

.service-content a{
	position: relative;
	z-index: 20;
	cursor: pointer;
	text-decoration: none;
	width:900px;
	height: 100px;
	font-weight: bold;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
}

.service-content h2{
	width: 100%;
	height: 100px;
	padding-top: 5px;
	font-size: 80px;
	background-color: transparent;
	color: white;
	text-shadow: 2px 3px black;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-content h3{
	width: 100%;
	height: 40px;
	font-size: 35px;
	background-color: darkred;
	color: yellow;
	border-radius: 0 0 10px 10px;
	margin-bottom: 10px;
}

.square{
	position: absolute;
	width: 40px;
	height: 40px;
	left: 10%;
	top: 10px;
	background: green;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 20;
}

.square2{
	position: absolute;
	width: 110px;
	height: 100px;
	left: 10%;
	top: 15px;
	background: green;
	z-index: 10;
}

.square3{
	position: absolute;
	width: 110px;
	height: 100px;
	right: 10%;
	top: 10px;
	background: red;
	z-index: 10;
}

.square2 p{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 18px;
	top: 30px;
	left:0px;
	z-index: 25;
}

.square3 p{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 18px;
	top: 10px;
	left:0px;
	z-index: 25;
}


.Item-break{
	position: absolute;
	left: 0;
	top: 555px;
	background-color: #3e4041;
	width: 50%;
	height: 20px;
	z-index: 25;
}

.Item-break p{
	position: relative;
	font-size: 20px;
	color: #fff;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
}

.gallery-title{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #3e4041;
	width: 100%;
	height: 20px;
	z-index: 15;
}

.gallery-title p{
	position: relative;
	font-size: 20px;
	color: #fff;
	text-align: center;


}


.middle-break{
	position: absolute;
	width: 5px;
	height: 100%;
	background-color: #fff;
	left: 50%;
	top: 180px;
	z-index: 25;
}

.item-code{
	position: absolute;
	left:30%;
	bottom: 12%;
	width: 150px;
	height: 15px;
	background-color: white;
	z-index: -1;
}

.item-code span{
	color: red;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}</pre></body></html>