* {
	box-sizing: border-box;
}

html {
	scrollbar-width: auto;

	overflow-y: scroll;
	overflow-x: hidden;
}

body {	
	margin: 0;
	font-family: 'deltarune';
		background-image: url('clouds.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0;
	background-attachment: fixed;
	height: 100vh;
}


h3 {
	
}

@keyframes cloudmove {
	0% {
		left: -40%;
	}
	100% {
		left: 120%;
	}
}


#myartli {
	opacity: 0.5;
}


.RightToLeft p {
	animation: RightToLeft 2s linear infinite;
	
}
.LeftToRight  {
	animation: LeftToRight 2s linear infinite;
	display: flex;
	justify-content:center;
}

@keyframes LeftToRight {
	0% {
		transform: translateX(-184px);
	}
	100% {
		transform: translateX(280px);
	}
}
@keyframes RightToLeft {
0% {
		transform: translateX(4px);
	}
	100% {
		transform: translateX(-220px);
	}
}

@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: 0;
}

#ded {
	width: 100%;
	height: 40%;
	
}

@keyframes breathing {
	0% {
		width: 356px;
	height: 280px;
	}
	50% {
		width: 356px;
	height: 270px;
	}
	100% {
		width: 356px;
	height: 280px;
	}
	
}


#deadend {
	margin-top: 2%;
	position: absolute;
	left: 57%;
		height: 125px;
	width: auto;
	z-index: -9;
}

#whoops {
	margin-top: 2%;
	position: absolute;
	left: 40%;
	width: auto;
	height: 280px;
	animation: breathing 4s infinite;
}

#dog-img {
	position: fixed;
	width:125px;
	height:auto;
	bottom: 0;
	transform: translate3d(-15px, -7px, 0px);
	left:0;
	z-index:1;
}

#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:0;
	
}

#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(-150%);
	}
}

.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;
}

#song-artist {
	font-family: deltarune;
	font-size: 15px;
	color: white;
	transform: translate3d(-85px, -55px, 0px);
}
	
	#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;
		
		
	}
	
	#music-player {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


div#music-buttons {
    display: flex;
    align-items: center;
	z-index: 0;
	

}


#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;
}

@font-face {
	font-family: deltarune;
	src: url(DTM-Sans.otf);
}


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;
	
}

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;
}



.sacky-text-container {
	display: flex;
	font-size: 5rem;
	font-weight: bold;
	text-transform: lowercase;
	color: #fff;
	overflow: hidden;
	font-family: deltarune;
font-size: 35px;

}


.text-part.left {
		transform: translateX(24%);
	animation:
		typingghastly 2s steps(30, end),
		step-end linear;

}

@keyframes typingghastly {
	0% { 
		transform: translateX(12%);
	}
	15% {
		transform: translateX(12%);
	}
	
	35% {
		transform: translateX(12%);
	}
	
	45% {
		transform: translateX(24%);
	}
	
	100% { 
	transform: translateX(24.2%);
	}
}

.text-part.right {
	transform: translateX(0%);
		font-family: deltarune;
		color: white;
	overflow: hidden;
	border-right: 0.1em solid white;
	white-space: nowrap;
	margin: 0 auto;
	animation:
		typingart 2s steps(30, end),
		blink-caretart 2s step-end infinite;
		
		
		opacity: 1;
		width: 60px;
		margin-left:30px;
		
		
		
}
@keyframes typingart {
			0% { width: 0%;
		opacity: 1;
	}
	
	20% {
		width: 0%;
	}
	
	50% { width: 0%;
	opacity: 1;
	}
	80% { width: 0%;
	opacity: 1;
	}
	
}

.text-part.sacky {
	transform: translateX(200%);
		font-family: deltarune;
		color: white;
	overflow: hidden;
	border-right: 0.1em solid white;
	white-space: nowrap;
	margin: 0 auto;
	animation:
		typingsacky 0.85s steps(4, end),
		blink-caretsacky 1s step-end infinite;
		
		opacity: 1;
		width: 0px;
		margin-right: -5px;
		
}

@keyframes typingsacky {
		0% { 
		transform: translateX(-20%);
		width: 40%;
		opacity: 1;
	}
	
	80% { 
		transform: translateX(-20%);
		width: 40%;
		opacity: 1;
	}
	
	90% { 
	transform: translateX(0%);
	width: 0%;
	opacity: 1;
	
	100% {
		transform: translateX(0%);
	width: 0%;
	opacity: 1;
	}
	}
}

@keyframes slide-in-left {
	0% {
		transform: translateX(-200%);
	}
	100% {
		transform: translateX(12%);
	}
}


@keyframes blink-caretsacky {
	from, to { border-color: transparent }
	50% { border-color: white; }
}

@keyframes blink-caretart {
	from, to { border-color: transparent }
50% { border-color: white; }
}

.sortlist {
	position: absolute;
	left: 62.5%;
	min-height: 50%;
	max-height: 50%;
	min-width: 25%;
	max-width: 25%;
	display: block;
	font-size: 20px;
	margin: 0 auto;
	overflow-y: auto;
	margin-top: 45px;
	background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#listtitle h1 {
	margin:0;
}
p {
	color: white;
	margin: 10px auto;
	top: 15%;
}

#ghastlyartlogo {
	margin-top: 10px;
	height: auto;
	width: 300px;
}

.sortlist ul {
	position: relative;
color: white;
font-size: 25px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 0px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
	overflow-y: auto;
}

.modal-content {
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: auto;
	margin-right: auto;
	height: 90%;
	display: block;
	width: auto;
	z-index: 999;
	max-width: fit-content;
	
}

#desc2 {
	color: white;
}

.desc {
	display: none;
}
#title {
	text-align: center;
}
#caption {
	background-color: black;
	width: auto;
	margin: auto;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	border: 5px solid white;
	z-index: 999;
	margin-top: 1%;

}

#malice2 {
	display: none;
}

#btns {
	display: none;
	z-index: 999;
}

#btns2 {
	display: none;
	z-index: 999;
}

#next {
		display: none;
		position: absolute;
		top: 50%;
		right: 5%;
}

#prev {
		display: none;
		position: absolute;
		top: 50%;
		right: 95%;
}


#next2 {
		display: none;
		position: absolute;
		top: 50%;
		right: 5%;
}

#prev2 {
		display: none;
		position: absolute;
		top: 50%;
		right: 95%;
}

.modal-content, #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {transform:scale(0)}
	to {transform: scale(1)}
}

@keyframes zoom {
	from {transform: scale(0.1)}
	to {transform:scale(1)}
}

@-webkit-keyframes zoomhover {
	from {transform:scale(1)}
	to {transform: scale(1.5)}
}


@keyframes zoomhover {
	from {transform:scale(1)}
	to {transform: scale(1.5)}
}


.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;
}

@media only screen and (max-width: 700px) {
	


div.art-piece img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
	
	.gallery {
		width: 49.99999%;
		margin: 0px 0;
		
	}
	.modal-content {
		width: 100%;
		z-index: 999;
		
	}
}

@media only screen and (max-width: 500px){
	.gallery {
		width: 100%;
		
	}
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

h1 {
	font-family: arial;
		color: white;
		position: relative;
		top:0%;
		left:0%;
		font-size: 45px;
		overflow: hidden;

}

.sortlist #standalone {
	border: 2px solid green;
background-image: url("ghastlyartbutton.png");
opacity: 1;
height: 100px;
border-radius: 25px;
}

#listdesc {
	color: white;
	text-align: center;
}

#ghastlyartul {
	font-size: 30px;
		text-shadow: 0px 0px 4px black;
}

a {
	text-decoration: none;
}

.blinking {
font-family: deltarune;
	opacity: 0.7;
	background-color: #0061ff;
	width: 225px;
	height:40px;
	color: white;
	font-size: 30px;
	margin-right: -300px;
	margin-top: 5px;
	transform:  translate3d(-75px, 0px, 0px);
}



h2#blinkingtxt {
	font-family: deltarune;
	opacity: 1;
	width: 225px;
	height:0px;
	color: white;
	font-size: 30px;
	
	transform:  translate3d(0px, -20px, 0px);
}


.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	justify-content: center;
	align-items: center;
}


#sorttitle {
		margin-right: 40%;
		

}


#by {
	margin-left: 20%;
	font-size: 20px;
}

#sorttitle  h1 {
	margin-left: 0%;
	margin-bottom: 0%;
	margin-top: 5%;
}

.arttitle {
	width: 50%;
	height: 50%;
	display: flex;
	justify-content: left;
	align-items: left;
	margin-left: 12.5%;
	margin-right: auto;
	margin-top: 45px;
	background-image: url(roombg.gif);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	background-attatchment: fixed;
	background-color: black;
	color: white;
		overflow: hidden;
}
	
#plushhover img {
	display: block;
	height: auto;
	position: relative;
		top: 60%;
		right: -30%;
	width: 100%;
	min-height: 40%;
	max-height: 40%;
}
.dropdown {
		position: relative;
		font-size: 12px;
		color: black;
		display: block;
	height: auto;
	position: relative;
		top: 60%;
	width: 45%;
	right:0%;
	min-height: 40%;
	max-height: 41%;
	left: 0%;
	
	}
	
img {
	height: auto;
	width: 5%;
}
	
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 130px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	font-size:22px;
	border: 1px solid blue;
	top: -28%;
	right: 0%;
}
.dropdown:hover .dropdown-content {
	display: block;
}
#plushhover img:hover {
	content: url(plushhover.gif);
	display: block;
	height: auto;
	position: relative;
		top: 62%;
	width: 100%;
	min-left: 30%;
	max-left: 30%;
	min-height: 40%;
	max-height: 40%;
}

.arttitle h1 {
	display: block;
	color: white;
		position: relative;
		background: #000000;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 0%);
		font-size: 45px;
		overflow: hidden;
			box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5), 0 0 18px 3px rgba(0, 0, 0, 0.5);
		
}

.art-piece {
	margin: 15px;
	width: calc(25% - 20px);
	cursor: pointer;
}

.art-piece:hover {
	border: 1px solid #777;
}

.art-piece img {
	width: 100%;
	height: auto;
}

.art-piece .desc, #context1 {
	padding: 0px;
	text-align: center;
	color: white;
	
	
}


@media only screen and (max-width: 768px) {
	.art-piece {
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 480px) {
	.art-piece {
		width: calc(100% - 20px);
	}
}

.gallerycontainer {
	width: 75%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.ghastlyart {
	width: 75%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
.ghastlyart h1 {

}

#thisfar {
	color: white;
}

#heya {
	transform: translate3d(35%, 90px, 0px);
}
#support {
	transform: translate3d(40%, 90px, 0px);
}

#bsky2 {
		transform: translate3d(900%, 80px, 0px);
}

#bskytxt {
	height: 100px;
	color: #1185fe;
	transform: translate3d(52%, -120px, 0px);
}

#thanks {
	height: 100px;
	color: white;
	transform: translate3d(50%, 60px, 0px);
}

#tablet {
	width: 150px;
	height: auto;
	margin-top: 15%;
	position: absolute;
	left: 35%;
}

#endsign {
	position: absolute;
	left: 20%;
	width: 300px;
	height: auto;
	margin-bottom: 0%;
}

#sleepin {
	position: absolute;
	left: 39%;
	width: 50px;
	height: auto;
	opacity: 0%;
	animation: sleepin 2s infinite;
	
}

#sleepin2 {
	position: absolute;
	left: 39%;
	width: 50px;
	height: auto;
	opacity: 0%;
	animation: sleepin 2s infinite 3s;
	
}
#sleepin3 {
	position: absolute;
	left: 39%;
	width: 50px;
	height: auto;
	opacity: 0%;
	animation: sleepin 2s infinite 5s;
	
}

@keyframes sleepin {
	0% {
		opacity:0;
		transform: scale(0);
		transform: translate3d(0px, 90px, 0px);
	}
	
	50% {
		opacity:1;
	}
	90% {
		opacity:0.2;
		transform: scale(1);
	}
	
	100% {
		opacity:0;
	transform: scale(0.8);
	}
}