@font-face { font-family: Sixtyfour; 
src: url('Sixtyfour-Regular.ttf'); }
@font-face { font-family: HonkRegular;
src: url('Honk-Regular.ttf'); }
@font-face { font-family: RubikBubbles;
src: url('RubikBubbles-Regular.ttf');}
@font-face { font-family: PixelifySans;
src: url('PixelifySans-Bold.ttf');}
@font-face { font-family: Urbanist;
	src: url('Urbanist/Urbanist-VariableFont_wght.ttf');}

@-webkit-keyframes cursor {
  0% {cursor: url(Cursor/frame_1.png), auto;}
  20% {cursor: url(Cursor/frame_2.png), auto;}
  40% {cursor: url(Cursor/frame_3.png), auto;}
  60% {cursor: url(Cursor/frame_4.png), auto;}
  80% {cursor: url(Cursor/frame_5.png), auto;}
  100% {cursor: url(Cursor/frame_6.png), auto;}
} 

@keyframes cursor {
	0% {cursor: url(Cursor/frame_1.png), auto;}
	20% {cursor: url(Cursor/frame_2.png), auto;}
	40% {cursor: url(Cursor/frame_3.png), auto;}
	60% {cursor: url(Cursor/frame_4.png), auto;}
	80% {cursor: url(Cursor/frame_5.png), auto;}
	100% {cursor: url(Cursor/frame_6.png), auto;}
}

/* RGB color */
:root {
	--otherColor: hsl(201, 100%, 50%);
    --color: hsl(0, 100%, 43%);
}

::selection{
	background-color: var(--color);
}
    
#Icon{
	padding-bottom: 2.3vh;
}

html, body{
	cursor: url(Cursor/frame_1.png), auto;
	height: 100%;
}
.shadow{
	cursor: url(Cursor/frame_1.png), auto;
}

body{
	-webkit-animation: cursor 400ms infinite;
	animation: cursor 400ms infinite;
	margin: 0;
	overflow-x: hidden;
	
}

#YoutubeBtn{
	font-size: 32px;
}

#loading{
	position: fixed;
	z-index: 6001;
	inset: 0;
	opacity: 1;
	transition: opacity 500ms ease;
	overflow-y: hidden;
	overflow-x: hidden;
}
#loadingicon{
	opacity: 1;
	inset: 0;
	transition: opacity 500ms ease;
	left: 28%;
	top: 25%;
	position: fixed;
	width: 700px;
	height: 400px;
	z-index: 7000;
}

#loadingvid{
	z-index: 6000;
	inset: 0;
	position: fixed;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background-repeat: no-repeat;
	opacity: 1;
	transition: opacity 500ms ease;

}
.bottombar {
    position: relative;
    bottom: -12px;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: rgb(19, 3, 17);
    width: auto;
    padding: 10px 0; /* Adjust padding as needed */
    z-index: 1000; /* Ensure it stays above other elements */
}


#musicName{
	font-size: 20px; 
	position: fixed; 
	visibility: hidden;
    margin-left: 1%;
	margin-top: 230px; 
	font-family: PixelifySans; 
	background: linear-gradient(#6017cc, #ff71ac);
	-webkit-background-clip: text;
	-webkit-text-stroke: 0.3px black;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* .trail {
    font-size: 13px;
    position: absolute;
	pointer-events: none;
	animation-name: fall;
	animation-duration: 3s; 
	animation-fill-mode: forwards; } */

	
a:hover{
	cursor: url('Link.png'), auto;
}

.stars{
	opacity: 50%;
    position: fixed;
    background-repeat: repeat;
    background-image: url("Assets/falling-stars.gif");
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none;
    background-attachment: fixed;
	image-rendering: pixelated;
}

/* Popup window ----------------------------> */

#popup
{

	width: 200px;
	max-width: 400px;
	max-height: 400px;
    margin: 800 auto;
    position: fixed;
    top: 10%;
	z-index: 2000;

}

#popup-window{
	width: 280px;
	height: 250px;
}

#mp3
{
	width: 400px;
	height: 300px;
    position: fixed;
	top: 10%;
	z-index: 1010;
	
}

#mp3-player{
	width: 400px;
	height: 300px;
}

.exit
{
	cursor: url(Cursor/frame_1.png), auto;
	-webkit-animation: cursor 400ms infinite;
	animation: cursor 400ms infinite;
	opacity: 0;
	position: fixed;
	margin: 800x auto;
	margin-left: 400px;
	width: 50px;
	height: 30px;
	z-index: 1100;
}
.exit2
{
	cursor: url(Cursor/frame_1.png), auto;
	-webkit-animation: cursor 400ms infinite;
	animation: cursor 400ms infinite;
	opacity: 0;
	position: fixed;
	margin: 800x auto;
	margin-left: 320px;
	margin-top: 20px;
	width: 80px;
	height: 30px;
	z-index: 1100;
}
.retroPalm
{
	pointer-events: none;
	width: 250px;
	height: auto;
	max-height: 250px;
	margin-right: -5vh;
	margin-bottom: -20px;
	right: 0;
	bottom: 0;
    position: fixed;
	z-index: 1100;
}

/* Popup window ----------------------------> */
      
/* RGB selected text throughout doc */
/* ::selection{
	background:#000;
} */
/* buttons */
/* Make the links on this page hoverable, and change the cursor to Link.png when hovering */
.buttons a, .buttons a:visited{
    color: black;
}

.buttons:hover{
    color: rgb(255, 207, 221);
    opacity: 75%;
    cursor: url('Link.png'), auto;
}

.buttons{
    width: auto;
    height: 86px;
    line-height: 86px;
    font-family: RubikBubbles;
    font-size: 35px;
	border: 7px solid rgb(0, 0, 0);
    background-color: transparent;
    text-align: center; 
}

.buttons span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
    
.nav-links {
    background-image: url(assets/nyan_bar3.gif);
    position: absolute;
    margin-top: -12px; /* Already has a negative margin */
    z-index: 100;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top -8px center;
    width: 100%;
    padding: 0.1vh;
	padding-bottom: 5px;
    letter-spacing: 0.3vh;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
    font-family: PixelifySans;
    font-size: 23px;
    left: 0;
    right: 0;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.link img {
    margin: 0 auto; /* Centers the image horizontally */
}

/* remove the bulletins from the <li> and <ul> */
a{
	text-decoration: none;
}
    
/* center the links!! */
.link img:hover{
	cursor: url('Link.png'), auto;

}

.link a:hover{
	color:rgb(255, 218, 9);
	text-decoration: underline;
	cursor: url('Link.png'), auto;
}

.link a:active{
	color: #ff57b3;
}

.ContentWarning{
    margin: 0 auto;
}

.outterBox{
    background-color: hsla(327, 100%, 70%, 0.678);
    border: solid 1px #fff;
	margin-top: 30px;
}

.outterBox:hover{
    background-color: hsl(327, 100%, 85%);
}
.disclaimerClose{
	background-image: url(assets/close.svg);
	width: 21px;
	height: 21px;
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: url("link.png"), auto;
}
.disclaimerClose:active{

	transition: all 0.2s;
	/* background-image: linear-gradient(rgb(0 0 0/40%) 0 0);; */
	filter: brightness(60%);
}

#Disclaimer{
	font-weight: bold;
	font-family: RubikBubbles;
}
#disclaimerText{
	font-family: PixelifySans;
}

.disclaimerBox{
    text-align: center;
}

.disclaimerDescription{
    display: flex;
}

/* about */


u{
	text-decoration: none;
}
.win98popup {
	top: 5%;
	right: 5%;
	border: 5px ridge #000;
	z-index: 5000;
	position: fixed;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
	font-family: "Microsoft Sans Serif", sans-serif;
	background: #c2c6ca;
	font-size: 12px;
	-webkit-font-smoothing: none;
	width: 265px;
	height: 200px;
	box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px #C2C6CA, inset -1px -1px #85898d, inset 2px 2px white;
  
	button {
	  background: #c2c6ca;
	  border: none;
	  padding: 0;
	  border-radius: 0;
	  outline: none;
	}
  
	.shadow {
	  box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px white,
		inset -1px -1px #85898d;
	}
  
	.bar {
	  display: flex;
	  flex-flow: row nowrap;
	  font-weight: bold;
	  justify-content: space-between;
	  width: calc(100% - 11px);
	  height: 13px;
	  color: white;
	  background: #00a;
	  padding: 2px 3px 3px;
	  margin: 3px 2px 1px 3px;
	  .windowName {
		margin: 0;
	  }
	  .softwareTxt{
		margin: 0;
		font-weight: bold;
	  }
	  
	  button {
		width: 15px;
		height: 13px;
		&:active {
		  box-shadow: 0.5px 0.5px 0 0.5px white, inset 1px 1px black,
			inset -1px -1px #c2c6ca, inset 2px 2px #85898d;
		  svg {
			transform: translateX(1px) translateY(1px);
		  }
		}
		svg {
		  margin: 3px 3px 3px 4px;
		}
	  }
	}
	.buttons {
	  border: none;
	  display: flex;
	  flex-flow: row nowrap;
	  margin: 1px 15px 14px 14px;
	  button {
		width: 74px;
		height: 22px;
		display: grid;
		&:not(:last-child){
		  margin-right: 7px;
		}
		p {
		  font-size: 12px;
		  margin: auto;
		}
		img {
		  margin: 4px 3px 3px 4px;
		  display: none;
		}
		p, img {
		  grid-column: 1;
		  grid-row: 1;
		}
		&:focus {
		  outline: none;
		  box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px black,  inset -1px -1px black, inset 2px 2px white, inset -2px -2px #85898d;
		  img {
			display: block;
		  }
		}
		&:active {
		  box-shadow: 0.5px 0.5px 0 0.5px black, inset 1px 1px black,
			inset -1px -1px #85898d, inset 2px 2px #85898d;
		  outline: none;
		  p, img {
			transform: translateX(1px) translateY(1px);
		  }
		}
	  }
	}
  }

  
#yt_pfp{
	border: 5px dotted var(--otherColor);
	margin-right: 60%;
}
#social_btns{
	margin-top: -40%;
}
#socialbtns{
	margin-left: 150px;
	padding: 50px;
	gap: 10px;
	width: 300px;
	height: 100px;
	display: grid;
}

.socialbtnText1, .socialbtnText2, .socialbtnText3
{
	font-family: PixelifySans;
}
.socialbtnText1,.socialbtnText2,.socialbtnText3{
	padding-left: 50px;
}
#icon1{
	background-image: url("assets/yt_logo-ezgif.com-resize.webp");
}
#icon2{
	background-image: url("assets/tiktok_logo-ezgif.com-resize.webp");
}
#icon3{
	background-image: url("assets/insta_logo-ezgif.com-resize.webp");
}
#icon1, #icon2, #icon3{
	width: 50px;
	height: 40px;
}
#social1,#social2,#social3{
	display: flex;
	border: 5px solid var(--color);
	cursor: url("link.png"), auto;
}

#Subheading{
	color:white;
	font-family: HonkRegular;
	font-size: 5em;
	/* gap: 3rem; FIX GAP ISSUE */
	text-align: center;
	letter-spacing: 3px;
}

#AboutMe{
	background: -webkit-linear-gradient(#ffda8a, #d41d1d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: Sixtyfour;
	margin-bottom: -30px;
	font-size: 1.7em;
	-webkit-text-stroke-color: #ff008c;
	-webkit-text-stroke-width: 0.025px;
}

#CommissionsBtn{
	font-size: 25px;
}

#Sidebar{
	background-image: url("starrysky.gif");
	position: relative;
	float: right;
	width: 210px;
	height: 590px;
	border-radius: 20px;
}

#RectanglePiller{
	background-image: url(assets/flyingstars.gif);
	background-size: cover;
	background-color: #cc4aff;
	/* fix <div> container positioning when shrinking the window */
	float: left;
	width: 210px;
	height: 580px; 
	border-width: 7.5px;
	border-style: solid;
	border-color: black;
	opacity: 85%;
}

#OutterRectangle{
	border: solid 1px #fff;
	border-color: var(--color);
	padding: 2px; 
	width: 900px;
	height: 600px;
	color: #000;
	background-color:rgba(0,0,0,0.45);
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 50px;
	justify-content: center;
	overflow-y: scroll;
	overflow-x: hidden;
}

#Differentrectangle{

	border: solid 1px #fff;
	border-color: var(--color);
	padding: 2px; 
	width: 600px;
	height: 600px;
	color: #000;
	background-color:rgba(0,0,0,0.65);
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 50px;
	justify-content: center;

}

#CreatorCopyright{
	mix-blend-mode: screen;
	opacity: 75%;
	bottom: 0;
	width: 170px;
	height: 100px;
	margin-top: 1%;
}

#Copyright{
	margin-top: 1%;
	mix-blend-mode: screen;
	opacity: 75%;
	font-family: PixelifySans;
	font-weight: 10;
	margin-bottom: 0px;
	background-image: linear-gradient(140deg, #ff2abb 25%, #1793ff 75%);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 15px;
}

/* #Skyscrapers{
	background-image: url("Skyscrapers.gif");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
} */
    
#background-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -2;
}

form{
	background-color:rgb(255, 255, 255) (0,0,50%);
	text-align: center;
}
/* star cursor element, work on this!*/

/**********************************************gallery**********************************************/
/*Need to reposition the rectangle, make the corners round, lower the opacity!*/
.multiselect{
	position: absolute;
	bottom: -15px;
	width: 100px;
	height: 50px;
	margin-left: 47%
}

#firstPic, #secondPic, #thirdPic{
    cursor: url("link.png"), auto;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #ffffff;
    opacity: 80%;
    border-radius: 50%;
    display: inline-block;
	
}
#firstPic:active, #secondPic:active, #thirdPic:active, #firstPic:hover, #secondPic:hover, #thirdPic:hover{
	cursor: url("link.png"), auto;
    background-color: var(--color);
  }

.CloseBtn:active{
	#closeBtn1{
		visibility: hidden;
	}
	background-image: url("assets/closeClick.png");
	z-index: 3000;
	position: fixed;

}
.CloseBtn{
    position:				absolute;
	z-index: 100;
    right:					0;
    top:					0;
}

 .CloseBtn img{
	height:					auto;
	margin:					0px;
} 
/* .CloseBtn>img, .CloseBtn:active>img:first-child{
	display:				none;
}

.CloseBtn>img:first-child, .CloseBtn:active>img:last-child{
	display:				block;
} */
/* Art gallery HERE */
/* #artwork-12{
	height: 50%;
}
#artwork-9{
	width: 35%;
} */
#closeBtn2{
	position: fixed;
	visibility: hidden;
}

/* #artwork-7{
	width: 45%;
}
#artwork-4{
	height: 300px;
	width: 330px;


}
#artwork-5
{
	height: 340px;

}
#artwork-1{

	width: 330px;

} */
.image-grid{
	--gap: 15px;
	--num-cols: 3;
	--row-height: 300px;
	box-sizing: border-box;
	padding: var(--gap);
	display: grid;
	grid-template-columns: repeat(var(--num-cols), 1fr);
	grid-auto-rows: var(--row-height);
	gap: var(--gap);
}

.image-grid > img{
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .image-grid-col-2{
	grid-column: span 2;
}

.image-grid-row-2{
	grid-column: span 2;
} */

/* Anything under 1024px, such as a smartphone device */
/* fix the small screen display issue LATER */


@media (max-width: 1380px){
	.retroPalm{
		right: -5%;
		top: 38%;
		pointer-events: none;
	}
	#CreatorCopyright{
		font-size: 20px;
	}
	#Copyright{
		font-size: 15px;
	}
}

@media (max-width: 1400px){
	.retroPalm{
		width: 14rem;
		height: 14rem;
		right: -3%;
		/* top: 16.5%; */
		margin-top: 400px;
		pointer-events: none;
	}
	#CreatorCopyright{
		font-size: 16px;
	}
	#Copyright{
		font-size: 12px;
	}
}


@media (max-width: 900px){

	#Icon, .NavContainer{
		margin-left: 60%;
		padding: 0;
		
	}
	.NavContainer{
		width: 50%;
	}

}

/* INDIVIDUAL IMAGES!!! */
/* EDIT ALL THE #artwork:hover TO a.artwork:hover (FIX THE ISSUE OF IT NOT HOVERING WHEN IT'S a.artwork:hover!!!) */
.artwork{
	width: 260px;
	height: 260px;
	border: solid 2px #fff;
}

.artwork:hover{
	border-color: var(--color);
}

/**********************************************commissions**********************************************/
/*Need to reposition the rectangle, make the corners round, lower the opacity!*/
#newprice{
	background-color: var(--color);
	background-clip: text;
	
}
.strikethrough{
	text-decoration: line-through;
}
#paymethod{
	right: 50%;
	justify-content: center;
	display: list-item;
}

.svg{
	width: 50px;
	height: 50px;
	display: flex;
}

.Commissions-gif
{
	background-image: url('Assets/Commissions.gif');
	background-size: 111%;
	margin-top: -60px;
	width: 400px;
	height: 200px;
}
#Pricing{   
	background: -webkit-linear-gradient(#ff3586, #268bff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: Sixtyfour;
	margin-bottom: -30px;
	font-size: 1.6em;
	word-spacing: -10px;
	-webkit-text-stroke-color: #ff008c;
	-webkit-text-stroke-width: 0.025px;
}
#AboutPrices{
	background: -webkit-linear-gradient(#ffda8a, #d41d1d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: Sixtyfour;
	margin-bottom: -30px;
	font-size: 1.6em;
	word-spacing: -10px;
	-webkit-text-stroke-color: #ff008c;
	-webkit-text-stroke-width: 0.025px;
}

.Pricing-example{
	--num-cols: 4;
	--row-height: 100px;
	--gap: 15px
	box-sizing: border-box;
	padding: var(--gap);
	display: inline-table;
	grid-template-columns: repeat(var(--num-cols), 1fr);
	grid-auto-rows: var(--row-height);
	gap: var(--gap);
	margin: 40px;
	
}

/**********************************************contact**********************************************/
#xp_popup{
	position: fixed;
}

#xp_closebtn:active{
	background-image: url('assets/xp_close_click.svg');
}

#xp_closebtn:hover{
	cursor: url(link.png), auto;
}

#contactstuff{
	display: grid;
	gap: 10px;
}

.contactLink:hover{
	cursor: url(link.png), auto;
	color: var(--color);
}

.Contact-me-gif{
	background-image: url('Assets/Contact-me.gif');
	background-size: 111%;
	margin-top: -60px;
	width: 400px;
	height: 200px;
}

#ContactHere{
	background: -webkit-linear-gradient(#ffda8a, #d41d1d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: Sixtyfour;
	margin-bottom: -30px;
	font-size: 2em;
	word-spacing: -10px;
	-webkit-text-stroke-color: #ff008c;
	-webkit-text-stroke-width: 0.025px;
}
	
/*  */
.innerBox{
	border: solid 1px #fff;
	width: 880px;
	height: 350px;
	border-radius: 30px;
	margin: auto;
	margin-top: 30px;
	padding-bottom: -1px;
}

/* Contact inquieries */


#subjectBox{
	width: 100%;
	justify-content: center;
}

input[type=text], input[type=email], textarea, select {
	justify-content: center;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: url('text.png'), auto;
	font-family: RubikBubbles;
}

.inputBox{
	resize: none;
	display: inline;
	word-wrap: break-word;
	text-align: center;
}

.form-row{
	display: flex;
	gap: 0.5em;
	justify-content: center !important;
}

.submitBtn{
	width: 100px;
	height: 28px;
	background-color: #ffffff;
	border: 3px ridge #000000;
	font-family: PixelifySans;
	display: inline;
	cursor: url(Link.png), auto;
}

.submitBtn:hover{
	background-color: #fff1f1;
	cursor: url(Link.png), auto;
}

.submitBtn:active{
	background-color: #ffe3e3;
	cursor: url(Link.png), auto;
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: 4px solid #ffffff;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;

}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;

    background: #ffffff;

    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.set-width{
	width: 350px;
}

.longer-width{
	width: 710px;
}

.WarningLines{
	background-image: url('warninglines.gif');
	opacity: 85%;
	width: 900px;
	height: 20px;
}
/**********************************************Art-gallery**********************************************/
.enlarged{
	border: 				3px ridge #fff;
	margin: 				auto;
	max-height: 			85%;
	max-width: 				85%;
	position: 				absolute;
	top: 					0;
	left: 					0;
	right: 					0;
	bottom: 				0;
}
.arrow{
	position: absolute;
	width: 4%;
}
#referenceLink, #referenceLink2{
	color: white;
	position: absolute;
	font-size: 30px;
	bottom: 0;
	text-decoration: underline;
	font-family: PixelifySans;
}
#referenceLink{
	margin-left: -160px;
}
#referenceLink2{
	margin-left: -105px;
}
#referenceLink:active, #referenceLink:hover, #referenceLink2:active, #referenceLink2:hover{
	color: var(--color);
}
.lightbox:target{
	display: block;
}
.lightbox{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 2000;
}

.Art-Gallery-Gif
{
	background-image: url('Assets/Art-gallery-logo.gif');
	background-size: 111%;
	margin-top: -40px;
	width: 400px;
	height: 200px;
}


/**********************************************index**********************************************/
.Welcomegif{
	background-image: url('Assets/Welcome.gif');
	background-size: 111%;
	margin-top: -60px;
	width: 400px;
	height: 200px;
	
}
.header{
	z-index: -1;
	top: 0;
	position: absolute;
	opacity: 80%;
	height: 200px;
	width: 100%;
	background-size: cover;
	background-image: url(assets/blue_stars.gif);
}
#Subheading{
    color:white;
    font-family: HonkRegular;
    font-size: 4em;
    text-align: center;
}
/*Need to reposition the rectangle, make the corners round, lower the opacity!*/
#Introduction{   
	background: linear-gradient(rgb(203, 89, 255), rgb(255, 160, 166));
	-webkit-text-stroke-width: 0.02px;
	-webkit-text-stroke-color: white;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;

    font-family: Sixtyfour;
    white-space: pre-line;
    font-size: 1.3em;
    text-align: left;
    
}
#AboutMe{
    background: -webkit-linear-gradient(#ffda8a, #d41d1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: Sixtyfour;
    margin-bottom: -30px;
    font-size: 1.7em;
    -webkit-text-stroke-color: #ff008c;
    -webkit-text-stroke-width: 0.025px;
}

/* VVVVVVVVV rectangle VVVVVVVV */
#musicPlayer{
    height: 100px;
    width: 100px;
    background-color: #ffcaca;
    opacity: 80%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    margin-left: 150px;
    margin-top: 120px;
	z-index: 1300;
}
#musicPlayer:hover{
    cursor: url('Link.png'), auto;
    color: hsl(0, 0%, 100%);
    opacity: 60%;
}
#musicPlayer:active{
    cursor: url('Link.png'), auto;
    color: hsl(0, 0%, 100%);
    opacity: 100%;
}
/* pause and play button HERE */
#musicIcon{
    height: 100px;
    width: 100px;
    opacity: 60%;
    background-repeat: no-repeat;
}


/**************************************Scrollbar (borrowed from sira0xff)****************************************/
#OutterRectangle::-webkit-scrollbar{
	width:					21px;
	height:					21px;
}
body::-webkit-scrollbar{
	width:					21px;
	height:					21px;
}

#OutterRectangle::-webkit-scrollbar-track{
	background-image:		url(Line.gif);
	background-size:		30px;
	box-shadow: inset 0 0 5px rgb(118, 5, 28); 
}	
body::-webkit-scrollbar-track{
	background: var(--color);
	background-size:		30px;
	box-shadow: inset 0 0 5px rgb(118, 5, 28); 
}	
	
#OutterRectangle::-webkit-scrollbar-thumb{
	background-color:		#777777;
	border-left:			ridge 2px #E3E3E3;
	border-top:				ridge 2px #E3E3E3;
	border-right:			ridge 2px #000;
	border-bottom:			ridge 2px #000;
}
body::-webkit-scrollbar-thumb{
	background-color:		#777777;
	border-left:			ridge 2px #E3E3E3;
	border-top:				ridge 2px #E3E3E3;
	border-right:			ridge 2px #000;
	border-bottom:			ridge 2px #000;
}

#OutterRectangle::-webkit-scrollbar-button:horizontal:end:increment,
#OutterRectangle::-webkit-scrollbar-button:horizontal:start:decrement{
	background-color:		#777777;
	border-left:			ridge 2px #E3E3E3;
	border-top:				ridge 2px #E3E3E3;
	border-right:			ridge 2px #000;
	border-bottom:			ridge 2px #000;
	width:					21px;
	height:					21px;
	image-rendering: 		pixelated;
	image-rendering: 		-moz-crisp-edges;
}
#OutterRectangle::-webkit-scrollbar-button:horizontal:end:increment,
body::-webkit-scrollbar-button:horizontal:start:decrement{
	background-color:		#777777;
	border-left:			ridge 2px #E3E3E3;
	border-top:				ridge 2px #E3E3E3;
	border-right:			ridge 2px #000;
	border-bottom:			ridge 2px #000;
	width:					21px;
	height:					21px;
	image-rendering: 		pixelated;
	image-rendering: 		-moz-crisp-edges;
}

#OutterRectangle::-webkit-scrollbar-button:horizontal:end:increment:active:hover,
#OutterRectangle::-webkit-scrollbar-button:horizontal:start:decrement:active:hover{
	background-color:		#777777;
	border:					solid 1px #000;
	width:					21px;
	height:					21px;
}
body::-webkit-scrollbar-button:horizontal:end:increment:active:hover,
body::-webkit-scrollbar-button:horizontal:start:decrement:active:hover{
	background-color:		#777777;
	border:					solid 1px #000;
	width:					21px;
	height:					21px;
}
	
#OutterRectangle::-webkit-scrollbar-button:horizontal:end:increment{
	background-image:		url(appearance/right.png);
	height:					22px;
}
body::-webkit-scrollbar-button:horizontal:end:increment{
	background-image:		url(appearance/right.png);
	height:					22px;
}
	
#OutterRectangle::-webkit-scrollbar-button:horizontal:start:decrement{
	background-image:		url(appearance/left.png);
	height:					22px;
}	
body::-webkit-scrollbar-button:horizontal:start:decrement{
	background-image:		url(appearance/left.png);
	height:					22px;
}	


#OutterRectangle::-webkit-scrollbar-corner{
	background-color:		black;
}
body::-webkit-scrollbar-corner{
	background-color:		black;
}

body::-webkit-scrollbar-button, .scroll::-webkit-scrollbar-button {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
	display: block;
	width: 16px;
	height: 16px;
	background-color: #cccccc;
	image-rendering: pixelated;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
	body::-webkit-scrollbar-button:active, .scroll::-webkit-scrollbar-button:active {
	background-position: 2px 2px;
	}
	
	body::-webkit-scrollbar-button:horizontal:decrement, .scroll::-webkit-scrollbar-button:horizontal:decrement {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
	}
	
	body::-webkit-scrollbar-button:horizontal:increment, .scroll::-webkit-scrollbar-button:horizontal:increment {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
	}
	
	body::-webkit-scrollbar-button:vertical:decrement, .scroll::-webkit-scrollbar-button:vertical:decrement {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
	}
	
	body::-webkit-scrollbar-button:vertical:increment, .scroll::-webkit-scrollbar-button:vertical:increment {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
	}
	
	body::-webkit-scrollbar-button:horizontal:increment:start, .scroll::-webkit-scrollbar-button:horizontal:increment:start {
	display: none;
	}
	
	body::-webkit-scrollbar-button:horizontal:decrement:end, .scroll::-webkit-scrollbar-button:horizontal:decrement:end {
	display: none;
	}
	
	body::-webkit-scrollbar-button:vertical:increment:start, .scroll::-webkit-scrollbar-button:vertical:increment:start {
	display: none;
	}
	
	body::-webkit-scrollbar-button:vertical:decrement:end, .scroll::-webkit-scrollbar-button:vertical:decrement:end {
	display: none;
	}
	
	body::-webkit-scrollbar-button:active, ::-webkit-scrollbar-button:active {
	border-top: 1px solid #868a8e;
	border-left: 1px solid #868a8e;
	border-bottom: 1px solid #868a8e;
	border-right: 1px solid #868a8e;
	box-shadow: none;
	}