html {
	cursor: url(""), auto;
	height: 100%;
	margin: auto;
	width: auto;
	box-sizing: border-box;
	cursor: url("Giant.cur"), auto;
}

body {	
	margin: 0;
	font-family: 'courier new';
	background-image: url('darkfountain.gif');
	background-size: cover;
	background-repeat: repeat;
	overflow-x:hidden;
	background-color: black;
	padding: 0;
	
}

ul.topnav {
	font-family: deltarune;
	font-size: 20px;
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	box-shadow: inset 0 0 15px rgba(135, 135, 135, 1), 0 0 18px 3px rgba(0, 0, 0, 1);
		text-align: center;
		justify-content: center;
}

ul.topnav li a {
	display: block;
	color: #f1f1f1;
	padding: 14px 40px;
	text-decoration: none;
	position: relative;
	color: white;
	
}

#homeidle {
	color: #b7b7b7;
}

ul.topnav li a:hover {
	box-shadow: inset 0 0 15px rgba(135, 135, 135, 1), 0 0 18px 3px rgba(0, 0, 0, 1);
	animation: 0.2s fadeIn;
	
}

ul.topnav li a:hover:after {
	content: url(starselect.gif);
	display: block;
	position: absolute;
	transform: scale(0.05);
	left: 0;
	right: 80%;
	top: -149px;
	z-index: 4;
}
.row {
	width: 1200px;
	margin:0 auto;
	position: relative;
		display: flex;
	flex-direction: row;
	text-align: center;
		justify-content: center;
	border: 5px solid #a89aec;
	margin-top: 10px;
	
}

.split-text-container {
	display: flex;
	font-size: 5rem;
	font-weight: bold;
	text-transform: lowercase;
	color: #fff;
	overflow: hidden;
	font-family: deltarune;
font-size: 35px;
background: #0061FF;
background: linear-gradient(0deg,rgba(0, 97, 255, 0.7) 100%);
width:250px;
}

.text-part {
	display: inline-block;
	position: relative;
	transform: translateX(0);
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.text-part.left {
	transform: translateX(-200%);
	animation-name: slide-in-left;
}

.text-part.right {
	transform: translateX(102%);
	
}

@keyframes slide-in-left {
	0% {
		transform: translateX(-400%);
	}
	100% {
		transform: translateX(30%);
	}
}

@keyframes slide-in-right {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(0%);
	}
}

.row {
	width: 1300px;
	margin:0 auto;
	position: relative;
		display: flex;
	flex-direction: row;
	text-align: center;
		justify-content: center;
	border: 5px solid #a89aec;
	margin-top: 10px;
}



.column {
	float: left;
	height: 1450px;
}

.column h2{
	font-family: deltarune;
	font-size: 25px;
	color: white;
}

#welcometext {
	font-size: 50px;
}

.left {
	width: 20%;
	text-align: center;
}

.middle {
	width: 80%;
	text-align: center;
}



.row:after {
	content: "";
	display: flex;
	clear: both;
	
}

@keyframes blinking {
	0%{background-color: black;}
	50%{background-color: gray;
		}
	100%{background-color: black;}
}



.container img {
		object-fit: fill;
}
.container .backboard img {
	padding: 0px;
	width: 250px;
	height: auto;
	position: absolute;
	margin-left: -125px;
	display: absolute;
}

.container img {
	padding: 0px;
	width: 250px;
	height: auto;
	position: absolute;
	margin-left: -5px;

	display: absolute;
}

.container .id img {
	padding: 0px;
	transition: transform .2s;
	width: 250px;
	height: auto;
	position: absolute;
	margin-left: -125px;
	display: absolute;
}
.container .id img:hover {
	cursor: pointer;
	margin-left: -125px;
	transform:  translate3d(0px, 140px, 0px);
	border: solid #F5E2AE 2px;
	width: 246px;
	height: auto;
}



@keyframes fadeIn {
	0%{ opacity: 0;}
	100%{ opacity: 1;}
	}

.fadeIn-animation {
	animation: 1s fadeIn;
}

.scroll  {
	font-family: 'Workbench';
	font-size: 2em;
	color: white;
	line-height: 10px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 1300px;
	margin: 0 auto;
	border: solid gray 5px;
	background-color: black;
	
}

.bio {
	color: white;
	text-shadow: black 2px 1px 2px;
	text-align:center;
	z-index: 1;
	transform:  translate3d(0px, -420px, 0px);
	width: 1000px;
	font-size: 18px;
	height: 200px;
}


.RightToLeft p {
	animation: RightToLeft 5s linear infinite;
	color: white;
	
}
.LeftToRight  {
	animation: LeftToRight 2s linear infinite;
	display: flex;
	justify-content:center;
	color: orange;
}

@keyframes LeftToRight {
	0% {
		transform: translateX(-184px);
	}
	100% {
		transform: translateX(280px);
	}
}
@keyframes RightToLeft {
0% {
		transform: translateX(0px);
	}
	100% {
		transform: translateX(-400px);
	}
}

@keyframes RightToLeft2 {
0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(10%);
	}
}


@font-face {
	font-family: deltarune;
	src: url(DTM-Sans.otf);
}

#music-border {
	position: fixed;
	width:240px;
	height:80px;
	bottom: 0;
	left:0;
	
}

.slider-song {
	position: fixed;
	margin-bottom: 10px;
	margin-left: 80px;
	accent-color: white;
	height: 15px;
	width: 140px;
	display: flex;
	flex-direction: column;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	bottom: 0;
}

#song-image {
   	position: fixed;
	width:230px;
	height:66.5px;
	opacity: 0;
	
	bottom: 6.8px;
	left:5px;
	z-index: 1;
}


#dog-img {
	position: fixed;
	width:125px;
	height:auto;
	bottom: 0;
	transform: translate3d(-15px, -7px, 0px);
	left:0;
	z-index:2;
}

#slider-song {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position: fixed;
	width:135px;
	height:1px;
	bottom: 0;
	transform: translate3d(87px, -34px, 0px);
	left:0;
	    border-radius: 0px;
	    border: 2px solid #8694b7;
		z-index:2;
	
}

#slider-song::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    width: 10px;
    height: 10px;
   
}


@keyframes song-name {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-160%);
	}
}

.song-name {
	position: fixed;
	font-family: deltarune;
	font-size: 20px;
	color: white;
	padding: 0px;
	overflow: hidden;
	z-index: 1;
	bottom: 38px;
	margin-left: 55px;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 30px;
	width: 180px;
}

#song-name {
animation: song-name 4s infinite linear;
}



.banner-wrapper {
	width: 2912px;
	-webkit-animation: slide1 25s ease infinite;
}

.slide1 {
	float: left;
		height: 400px;
	width: 1010px;
}

.slide2 {
	float: left;
		height: 400px;
	width: 1010px;
}

#thx4asking {
	opacity: 0.2;
}

#welcomebanner {
	border: 4px black solid;
	height: 400px;
	width: 1010px;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
}

#home1 {
	position: absolute;
	margin: 0;
	background-color: black;
	font-color: white;
	bottom: 95%;
	left: 22%;
	background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 100%);
}

#hometxt {
	font-family: deltarune;
	color: white;
	font-size: 30px;
	text-shadow: 1px 2px 5px black;
}


@-webkit-keyframes slide1 {
	10% {margin-left: 0px;}
	20% {margin-left: 0px;}
	30% {margin-left: -1012px;}
	50% {margin-left: -1012px;}
	60% {margin-left: -1012px;}
	70% {margin-left: -1012px;}
	80% {margin-left: 0px;}
	90% {margin-left: 0px;}
}

img#welcome {
	width: 100%;
	height: auto;
}

div.blawg {
	height:450px;
	width:480px;
	border:5px solid #ccc;
	font:16px/26px Georgia, Garamond, Serif;
	overflow-y: scroll;
	background-image: url("blawg-bg.png");
	color: black;
	text-shadow: 1px 1px  2px gray;
	transform: translate3d(0px, -35px, 0px);
}

#box1 {
	border: 0px solid black;
	margin-top:10px;
	margin-bottom:10px;
}

#box2 {
	border: 2px solid black;
	margin-top:10px;
	margin-bottom:10px;
}

#box3 {
	border: 2px solid black;
	margin-top:10px;
	margin-bottom:10px;
}

#box4 {
	border: 2px solid black;
	margin-top:10px;
	margin-bottom:10px;
}

#box5 {
	border: 2px solid black;
	margin-top:10px;
	margin-bottom:10px;
}
#song-artist {
	font-family: deltarune;
	font-size: 15px;
	color: white;
	transform: translate3d(-85px, -55px, 0px);
}
#fakead {
	margin-top: 300px;
	width:200px;
	height: auto;
	border: solid #868FA3 5px;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
	z-index: 999;
}

.modal-content {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 700px;
	z-index: 999;
}

img#img01.modal-content {
	margin-top: 14%;
	right: 0;
	bottom: 0;
	position: relative;
	transform:scale(3)
}
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

.modal-content, #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

#mycard {
	color: white;
	font-size: 20px;
}

@-webkit-keyframes zoom {
	from {transform:scale(0)}
	to {transform: scale(3)}
}

@keyframes zoom {
	from {transform: scale(0)}
	to {transform:scale(3)}
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

#home {
	font-size: 40px;
	font-family: deltarune;
	color: white;
}

h1#home {
	margin-top:2rem;
}

span {
	color: white;
}

.wavy {
	animation-name: wavy;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	position: relative;
	top: 0;
	left: 0;
	font-size: 40px;
	font-family: deltarune;
	color: white;
}

@keyframes wavy {
	0% {
		top: 0px;
	}
	50% {
		top: -15px;
	}
	100% {
		top: 0px;
	}
}

img#border {
	width:514px;
	height:470px;
	z-index: 99;
	border-image: url(winborder.png);
	position: relative;
	transform: translate3d(254px, -495px, 0px);
}


.border {
	padding: 0px;
	width: 250px;
	height: auto;
	position: absolute;
	margin-left: -115px;
	display: absolute;
}

p#bordertext {
	font-family: deltarune;
	font-size: 18px;
	color: white;
		transform: translate3d(560px, -505px, 0px);
		position: absolute;
		z-index: 998;
}
#guestbook {
		transform: translate3d(-355px, -0px, 0px);
}
#border-icon {
	width: 30px;
	height: auto;
	transform: translate3d(-255px, -490px, 0px);
	z-index: 99;
	position: absolute;
}

#disclaimer {
	font-family: deltarune;
	color: white;
	font-size: 25px;
}

.bio h2 {
	font-family: deltarune;
	font-size: 40px;
	z-index: 9999;
	height: 40px;
}

.bio {
	margin: 0px auto;
	padding-right: 45px;
	
	transform: translate3d(0px, 0px, 0px);
	background: #092157;
background: linear-gradient(90deg, rgba(9, 33, 87, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
	
}

#brief {
	display: flex;
	transform: translate3d(10px, 0px, 0px);
}

#fakead2 img {
	width: 1000px;
	height: auto;
	border: 5px solid gray;
}

#fakead2 {
	position: absolute;
	bottom: 10px;
	right: 20px;
}



#recentart-slideshow {
		height:420px;
	width:490px;
	font:16px/26px Georgia, Garamond, Serif;
	right: 20px;
	bottom: 467px;
		position: absolute;
			display: inline-block;
			overflow: hidden;
			z-index: 9;
			transform: translate3d(-1px, 204px, 0px);
}
#recentart {
			background: linear-gradient(
		to right,
		#00f236,
		#ffffff,
		#ffe400,
		#00b5ee,
		#00f236
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	background-size: 200% auto;
	animation: gradientAnim 4s linear infinite;
}

h2#recentart {
	transform: translate3d(0px, -32px, 0px);
}

@keyframes gradientAnim {
	0% {
		background-position: 200% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

img#bg {
	width:500px;
	height: auto;
	transform: translate3d(0px, 0px, 0px);
}

body:has(img#border:hover) #art {
	transform: scale(1.1);
	transition: .3s;
	animation: art 0.5s infinite alternate;
}

.blawgtxt {
	font-family: deltarune;
		color: white;
	transform: translate3d(-260px, 20px, 0px);
	width: 110px;
	overflow: hidden;
	border-right: .15em solid white;
	white-space: nowrap;
	margin: 0 auto;
	letter-spacing: .15em;
	animation:
		typing 0.5s steps(30, end),
		blink-caret .75s step-end infinite;
}

h2#updatetxt {
	margin: 5px auto;
}

@keyframes typing {
	from { width: 0 }
	to { width: 10% }
}

@keyframes blink-caret {
	from, to { border-color: transparent }
	50% { border-color: white; }
}

#art-title {
		font-family: deltarune;
		color: white;
	transform: translate3d(700px, 0px, 0px);
	width: 150px;
}

#background-music {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 375px;
	height: 50px;
	background: white;
	transform: translate3d(0px, -75px, 0px);
	;
}

@keyframes song-name-animation {
	from {
		
	}
	to {
		left: 0;
	transform: translateX(-100%);
	}
}


	.footer #icons {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 50px;
	}
	
	.footer #icons img {
		width: 150px;
		height: auto;
		
		
	}
	



@media screen and (max-width: 1200px) {
	.column {
	width: 100%;
	}
	
	.footer {
		
}
}

.column {
background: #274591;
background: linear-gradient(0deg, rgba(39, 69, 145, 1) 0%, rgba(81, 70, 138, 1) 50%, rgba(107, 101, 219, 1) 100%);
}

.footer h2 {
	color: white;
	text-align: center;
	
}



#music-player {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


div#music-buttons {
    display: flex;
    align-items: center;
	z-index: 6;
	

}


#music-buttons i {
	
}

#music-buttons {
	position: fixed;
	width: 0px;
	height: auto;
	right:700px;
	bottom:30px;
	left: 109px;
	cursor: pointer;

}


#music-buttons img {
	width: 20px;
	height: auto;
}

i {
	max-height: 0px;
	min-height: 0px;
	padding-right:20px;
}

