* {
	margin: 0;
	  font-family: "Rubik", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 300;
	  font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.noSelect {
  user-select: none;
}

.animate{
	transition:all 0.1s ease-in 0s;
}
.delay{
	transition:all 0.1s ease-in 2s;
	animation-name: quoteAnim;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes headerAnim {
  0%   {margin-right: 2px; opacity:0.9;}
  12%  {margin-left: 5px; opacity:0.4;}
  25%  {margin-right: 12px; opacity:0.6;}
  33%	{margin-left: 6px; opacity:0.4;}
  50%  {margin-right: 8px; opacity:0.7;}
  66%  {margin-left: 3px; opacity:0.5;}
  75%  {margin-right: 4px; opacity:0.7;}
  88%	{margin-left: 6px; opacity:0.8;}
  100%  {margin-right: 2px; opacity:1;}
}

@keyframes quoteAnim {
  0%   {right: 0px;}
  25%   {right: -5px;}
  50%  {right: 5px;}
  75%  {right: -5px;}
  100%  {right: 0px;}
}

@keyframes quoteSelect {
  0%     {opacity: 0;}
  1%    {opacity: 1;}
  99%    {opacity: 1;}
  100%   {opacity: 0;}
}

.rubik-80s-fade-regular {
  font-family: "Rubik 80s Fade", system-ui;
  font-weight: 400;
  font-style: normal;
}

body {
	background-image: url(/background.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #dcddde;	
}

header {
	display:block;
	position:relative;
	font-size:80px;
	text-align: center;
	width:100%;
	padding: 10px;
	margin: 0 auto;
	background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

header > h2 {
  animation-name: headerAnim;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.avatar {
	display: block;
	width:730px;
	height: 500px;
	cursor: grab;
	background-image: url(/assets/images/tsespato_laying.png);
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.avatar:hover > .quotes {
	opacity:1;
}

@media(hover: hover) and (pointer: fine) {
	.avatar:hover > .quotes > .quote {
		animation-play-state: running;
	}
}

@media(hover: hover) and (pointer: coarse) {
	.avatar:hover > .quotes > .quote {
		animation-play-state: paused;
	}
}

.quotes {
	opacity:0;
	text-align: center;
	max-width:200px;
	top:50px;
	padding: 10px;
	margin: 0 auto;
	margin-top:20px;
	font-style: normal;
	font-size:30px;
	position: relative;
}

.quote {
	display:block;
	height:0px;
	opacity:0;
	animation-name: quoteSelect;
	animation-duration: 5s;
	animation-play-state: paused;
	text-shadow: 0px 0px 5px #000, 0px 0px 7px #000, 0px 0px 10px #000;
}

.quote:nth-of-type(1){animation-delay: 0s;}
.quote:nth-of-type(2){animation-delay: 8s;}
.quote:nth-of-type(3){animation-delay: 16s;}
.quote:nth-of-type(4){animation-delay: 24s;}
.quote:nth-of-type(5){animation-delay: 32s;}
.quote:nth-of-type(6){animation-delay: 40s;}
.quote:nth-of-type(7){animation-delay: 48s;}

h3 {
  font-family: "Rubik 80s Fade", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size:40px;
}

.aboutMe {
    cursor: pointer;
	font-size:40px;
}


.show {
	display:block;
	margin-top:20px;
}

.show > p {
	padding:20px;
	text-align:center;
	height:0px;
	overflow: hidden;
	font-size:20px;
	color: rgba(200, 200, 200, 0);
}

.show:hover > p {
	height:auto;
	color: rgba(200, 200, 200, 1);
}

.show:hover > .aboutMe {
	display: none;
}

.emoji {
	font-size:60px;
	display: block;
}

.emojiFont {
	font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
}
	

.paragraph {
}

.socials {
	max-width:730px;
	margin: 0 auto;
	margin-top:20px;
}

.mainDiv {
	text-align: center;
	max-width:710px;
	background-color: rgba(0, 0, 0, 0.7);
	filter:drop-shadow(5px 5px 5px #000);
	padding: 10px;
	margin: 0 auto;
	margin-top:20px;
}

.socialButton {
	display: block;
	min-height: 50px;
	margin-top: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	border: 10px solid;
	border-image-slice: 1;
	text-decoration: none;
	text-align:right;
	font-size: 60px;
	color: white;
	filter:drop-shadow(5px 5px 5px #000);
	background-position: 10px 10px;
	background-size: auto 200%;
	background-repeat: no-repeat;
	overflow:hidden;
	opacity:0.6;
}
.socialButton:hover {
        cursor: pointer;
		opacity:1;
}

.socialButton > span {
	display:block;
	position:relative;
	top:30px;
	right: 10px;
}

.socialButton:hover > span {
	display:block;
	position:relative;
	top:0px;
}

.twitter {
	border-image-source: linear-gradient(to right, #1da1f2, #61bdf6);
	background-image: url(/assets/images/twitter.png);
}

.bluesky {
	border-image-source: linear-gradient(to right, #01AAFF, #15406B);
	background-image: url(/assets/images/bluesky.png);
}

.telegram {
	border-image-source: linear-gradient(to right, #37aee2, #1e96c8);
	background-image: url(/assets/images/telegram.png);
}

.tiktok {
	border-image-source: linear-gradient(to right, #ff0050, #00f2ea);
	background-image: url(/assets/images/tiktok.png);
}

.instagram {
	border-image-source: linear-gradient(to right, #FD1D1D, #405DE6);
	background-image: url(/assets/images/instagram.png);
}

.youtube {
	border-image-source: linear-gradient(to right, #FF0000, #800000);
	background-image: url(/assets/images/youtube.png);
}

.twitch {
	border-image-source: linear-gradient(to right,  #6441A4, #462e73);
	background-image: url(/assets/images/twitch.png);
}

.furtrack {
	border-image-source: linear-gradient(to right,  #2d0e4c, #ffffff);
	background-image: url(/assets/images/furtrack.png);
}

.vrchat {
	border-image-source: linear-gradient(to right, #FFF, #333);
	background-image: url(/assets/images/vrchat.png);
}

.footer {
	text-align: center;
	max-width:670px;
	padding: 10px;
	margin: 0 auto;
	margin-top:20px;
}
.footerImage {
	width:128px;
	opacity:0.5;
}
@media screen and (width <= 730px) {
	header {
		font-size:50px
	}
	
	.avatar {
		max-width:90%;
		height: 300px;
	}
	
	.socials {
	max-width:100%;
	margin-left:20px;
	margin-right:20px;
	}

	.mainDiv {
	max-width:100%;
	margin-left:20px;
	margin-right:20px;
	}
}

@media screen and (width <= 500px) {
	header {
		font-size:35px
	}
	.avatar {
		max-width:90%;
		height: 300px;
	}
	.socials {
	max-width:100%;
	margin-left:20px;
	margin-right:20px;
	}

	.mainDiv {
	max-width:100%;
	margin-left:20px;
	margin-right:20px;
}

	.socialButton {
		min-height: 40px;
		background-position: 10px 10px;
		background-size: auto 200%;
	}
	
	.socialButton > span {
		display:block;
		position:relative;
		top: 0px;
		font-size: 30px;
	}
	
	.quotes{
		font-size:20px;
	}

	@keyframes headerAnim {
	  0%   {opacity:0.9;}
	  12%  {opacity:0.4;}
	  25%  {opacity:0.6;}
	  33%	{opacity:0.4;}
	  50%  {opacity:0.7;}
	  66%  {opacity:0.5;}
	  75%  {opacity:0.7;}
	  88%	{opacity:0.8;}
	  100%  {opacity:1;}
	}
}

@media screen and (width <= 400px) {
	header {
		font-size:35px
	}
	.avatar {
		max-width:90%;
		height: 150px;
	}
	.socials {
	max-width:100%;
	margin-left:20px;
	margin-right:20px;
	}

	.mainDiv {
	max-width:100%;
	margin-left:20px;
	margin-right:20px;
}

	.socialButton {
		min-height: 40px;
		background-position: 10px 10px;
		background-size: auto 200%;
	}
	
	.socialButton > span {
		display:block;
		position:relative;
		top: 0px;
		font-size: 30px;
	}
	
	.quotes{
		font-size:20px;
	}

	@keyframes headerAnim {
	  0%   {opacity:0.9;}
	  12%  {opacity:0.4;}
	  25%  {opacity:0.6;}
	  33%	{opacity:0.4;}
	  50%  {opacity:0.7;}
	  66%  {opacity:0.5;}
	  75%  {opacity:0.7;}
	  88%	{opacity:0.8;}
	  100%  {opacity:1;}
	}
}

.ref {
	width:100%;
	height: 100%;
	margin: 0 auto;
}

.images {
	list-style-type: none;
	margin-left:-40px;
}

.images li {
	display: inline-block;
	width: 22.5%;
	opacity:0.8;
}
.images li:hover {
	opacity:1;
}

.sonaLeft {
	margin-top:20px;
	width: 30%;
	display: inline-block;
	float: left;
}

.sonaRight {
	margin-top:20px;
	width: 70%;
	display: inline-block;
}

.sonaColors {
	list-style-type: none;
	li:nth-of-type(1){background: #2d1000;}
	li:nth-of-type(2){background: #080200;}
	li:nth-of-type(3){background: #dfdfdf;}
	li:nth-of-type(4){background: #1d01ff;}
	li:nth-of-type(5){background: #890cff;}
	li:nth-of-type(6){background: #090909;}
	li:nth-of-type(7){background: #111f22;}
	p {
		display:none;
	}
}

.sonaColors li:hover > p {
	display: block;
}

.sonaColors > li {
	text-shadow: 0px 0px 5px #000;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: -40px;
}

.sonaSpecs {
	list-style-type: none;
	li:nth-of-type(odd){background: rgba(255,255,255,0.1);
						text-transform: uppercase;
						font-weight: bold;
	}
	li:nth-of-type(even){padding-top:20px;
						padding-bottom:20px;
	}
}

.sonaSpecs > li {
	padding-top: 15px;
	padding-bottom: 15px;
}