:root{
--logo-purple:#7070b5;
--logo-gray:#1d1d23;
--character-purple:#4b4b69;
--background-gray:#141418;
--background-gray2:#0f0f12;
--background-gray3:#0a0a0c;
--highlight-purple: hsla(288, 41%, 73%, 1);
--text-white:#c3c3df;
--text-lesser-white:#c6c2e1;
--logo-gray:#1d1d23;
--icon-trim-purple:#5c4f82;
--nameplate-bg:#2e3046;
--text-drop-shadow:#262839;
--links:#fff;
}

body {
  background-color: var(--background-gray);
  background-image: url("elements/Background2.png"), url("elements/Background4.png");
  background-repeat: repeat, repeat-x;
  background-size: contain;
  background-attachment: fixed;
  background-position: bottom 0 left 0;
  margin: 0 0;
  color: var(--text-white);
  min-height: 100vh;
}

h1 {
  color: var(--text-white);
}
p {
  color: var(--text-lesser-white);
}

a {
	color: #bcbcef;
	text-decoration: none;
}

@media screen and (max-width: 2560px) {
	
}

@media screen and (max-width: 1920px) {
	html{font-size:75%;}
}

@media screen and (max-width: 1280px) {
	html{font-size:75%;}
}

@media screen and (max-width: 800px) {
	html{font-size:60%;}
}

@media screen and (max-width: 500px) {
	html{font-size:63%;}
}

@media screen and (max-height: 900px) {
	html{font-size:60%;}
}

html{transition: 0.3s;}

.logo{
	background-image: url("elements/Nav_Logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
	top: 2rem;
	left: 2rem;
	height: 15rem;
	width: 15rem;
	z-index: 6;
	transition: 0.3s;
}

.logo:hover{
	top: 2.5rem;
}

.logo-bg{
	background-image: url("elements/Nav_Logo_BG.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
	top: 5rem;
	left: 2rem;
	height: 15rem;
	width: 15rem;
	z-index: 3;
	transition: 0.4s;
}

.logo-bg:hover{
	top: 3rem;
}


.navigation-bg-diamond{
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	height: 52rem;
	width: 60rem;
	z-index: 0;
}

.navigation-bg-diamond.diamond1{
	background-image: url("elements/Nav_Diamond_2.png");
	bottom: 34.5rem;
	left: -30rem;
}

.navigation-bg-diamond.diamond2{
	background-image: url("elements/Nav_Diamond_1.png");
	bottom: -15rem;
	left: -18rem;
}

.navigation {
	background-image: url("elements/Nav_Character.png");
	background-position: bottom -5rem right 0rem;
	background-repeat: no-repeat;
	background-size: 64rem;
	position: fixed;
	bottom: 0%;
	left: 0%;
	height: 100vh;
	width: 39rem;
	z-index: 4;
	animation-name: charactermotion;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}

.nav-links {
	position: fixed;
	bottom: 12rem;
}

.navigation-button{
	
}

.nav-button-new{
	background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0, 1));
	background-repeat: no-repeat;
	background-size: contain;
	width: 19rem;
	height: 3.4rem;
	align-content: center;
	margin: 2.15rem 8rem;
	display: block;
	transition: 0.3s;
	position:relative;
	left: 0rem;
		--bevel: 1.7rem;
	clip-path: 
    polygon(
      0% var(--bevel), 
      var(--bevel) 0%, 
      calc(100% - 0rem) 0%, 
      100% 0rem, 
      100% calc(100% - 0rem), 
      calc(100% - 0rem) 100%, 
      var(--bevel) 100%, 
      0% calc(100% - var(--bevel))
    );
	margin-bottom: 2.4rem;
}

.nav-button-text {
	color: #fff;
	position: relative;
	font-size: 2.7rem;
	width: 19rem;
	height: 3.4rem;
	font-family: Carpet;
	letter-spacing: .2rem;
	text-decoration: none;
	z-index: 5;
	top: 0rem;
	left: 2.5rem;
}
.nav-button-text-outline{
	color: #333345;
	Position:relative;
	font-size: 2.7rem;
	width: 19rem;
	height: 3.4rem;
	font-family: LT Carpet;
	letter-spacing: .2rem;
	-webkit-text-stroke: 0.5rem #333345;
	text-decoration: none;
	z-index: 3;
	top: -3.4rem;
	left: 2.5rem;
}
.nav-button-new:hover {
	cursor: pointer;
	left: 1rem;
	min-height:100%;
    background: -moz-linear-gradient(right, rgba(52,29,83,0), rgba(52,29,83, 1));
    background-size:cover;
	background-blend-mode: overlay;
}

.nav-button {
	background-repeat: no-repeat;
	background-size: contain;
	width: 19rem;
	height: 3.4rem;
	font-size: 2rem;
	font-family: LT Carpet;
	letter-spacing: .2rem;
	text-decoration: small-caps;
	align-content: center;
	margin: 2.15rem 8rem;
	text-shadow: var(--character-purple) 1rem;
	display: block;
	transition: 0.3s;
	position:relative;
	left: 0rem;
	
}

.nav-button:hover {
	left: 1rem;
}

@keyframes newnotif1 {
	0% {
		left: 0rem;
		
		}
	20%{
		left: 0.5rem;
		
		}
	100% {
		left: 0rem;
		
		}
}
@keyframes newnotif2 {
	0% {
		left: 0rem;
		
		}
	30%{
		left: 0.5rem;
		
		}
	100% {
		left: 0rem;
		
		}
}
@keyframes newnotif3 {
	0% {
		left: 0rem;
		
		}
	30%{
		left: 0.5rem;
		
		}
	100% {
		left: 0rem;
		
		}
}
@keyframes wip{
	0%{
		transform: rotate(0deg);
		left:0rem;
	}
	50%{
		transform: rotate(-2deg);
		left:0.2rem;
	}
	100%{
		transform: rotate(0deg);
		left:0rem;
	}
}
@keyframes wip2{
	0%{
		transform: rotate(0deg);
		left:0rem;
	}
	70%{
		transform: rotate(2deg);
		left:-0.2rem;
	}
	100%{
		transform: rotate(0deg);
		left:0rem;
	}
}

@keyframes charactermotion {
	0% {
		background-position: bottom -5rem right 0rem;
		
		}
	50%{
		background-position: bottom -4.5rem right 0rem;
		
		}
	100% {
		background-position: bottom -5rem right 0rem;
		
		}
}

@keyframes gallerymotion{
	0%{
		transform-origin: top center;
		background-color: #0f0f12;
		transform: translate(0%, -100%);
	}
	40%{
		background-color: #0f0f12;
		transform: scale(100%, 100%);
	}
	
	100%{
		transform-origin: center;
		background-color: #0f0f1200;
		transform: translate(0%,0%);
		rotate: 0deg;
	}
}

@keyframes galleryflash{
	0%{
		background-color: #fff;
	}
	100%{
		background-color: #fff0;
		rotate: 0deg;
	}
}

.new-notif {
	background-image: url("elements/Notif_New.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -5.7rem;
	height: 2.4rem;
	width: 8rem;
	z-index: 2;
	animation-name: newnotif1;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	margin: -2.3rem;
	margin-left: 8rem;
	opacity: 0;
}
.new-notif2 {
	background-image: url("elements/Notif_New.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -5.7rem;
	height: 2.4rem;
	width: 8rem;
	z-index: 2;
	animation-name: newnotif2;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	margin: -2.3rem;
	margin-left: 8rem;
	opacity: 0;
}
.gallery-notif {
	background-image: url("elements/Notif_New.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -1.5rem;
	left: 0rem;
	margin-left: -1rem;
	height: 2.4rem;
	width: 8rem;
	z-index: 14;
	animation-name: newnotif3;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	opacity: 0;
}

.preload::after{
   position:absolute;
   width:0;
   height:0;
   overflow:hidden;
   z-index:-1;
}

.nav-button-new.nav-about-new{
	margin: 11rem 8rem;
}
.nav-button.nav-about{
	background-image: url("elements/Nav_About_1.png");
	margin: 11rem 8rem;
}
.nav-button.nav-about:hover {
	background-image: url("elements/Nav_About_2.png");
}
.nav-button.nav-gallery{
	background-image: url("elements/Nav_Gallery_1.png");
}
.nav-button.nav-gallery:hover {
	background-image: url("elements/Nav_Gallery_2.png");
}
.nav-button.nav-blog{
	background-image: url("elements/Nav_Blog_1.png");
}
.nav-button.nav-blog:hover {
	background-image: url("elements/Nav_Blog_2.png");
}
.nav-button.nav-patreon{
	background-image: url("elements/Nav_Patreon_1.png");
}
.nav-button.nav-patreon:hover {
	background-image: url("elements/Nav_Patreon_2.png");
}
.nav-button.nav-contact{
	background-image: url("elements/Nav_Contact_1.png");
}
.nav-button.nav-contact:hover {
	background-image: url("elements/Nav_Contact_2.png");
}
.nav-button.nav-friends{
	background-image: url("elements/Nav_Friends_1.png");
}
.nav-button.nav-friends:hover {
	background-image: url("elements/Nav_Friends_2.png");
}
.notif-new{
	background-image: url("elements/Notif_New.png");
	transition: 0.3s;
}

.wip-icon{
	background-image: url("elements/wip_icon.png");
	transition: 0.3s;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 29.3rem;
	height: 7.4rem;
	width: 19rem;
	z-index: 2;
	animation-name: wip;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	margin-left: 8rem;
	opacity: 1;
}
.wip-icon2{
	background-image: url("elements/wip_icon.png");
	transition: 0.3s;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 23.3rem;
	height: 7.4rem;
	width: 19rem;
	z-index: 2;
	animation-name: wip2;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	margin-left: 8rem;
	opacity: 1;
}

.diamond-pip{
	cursor:pointer;
	height:0.8rem;
	width: 0.8rem;
	margin: 0 0.2rem;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition:background-color 0.6s ease;
}

.about-icon {
	background-image: url("elements/About_Icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	top: -16rem;
	right: 0rem;
	height: 27rem;
	width: 27rem;
	z-index: 10;
	transition: 0.3s;
}
.about-banner {
	position: relative;
	top: -28.5rem;
	left: 12.2rem;
	right: 0rem;
	height: 6rem;
}

.about-banner-bg{
	position: relative;
	height: 100%;
	width: 70rem;
	top: -28rem;
	left: -0.2rem;
	background-color: #2e3046;
	clip-path: 
    polygon(
      0% 3rem, 
      3rem 0%, 
      calc(100% - 0px) 0%, 
      100% 0px, 
      100% calc(100% - 0px), 
      calc(100% - 0px) 100%, 
      0px 100%, 
      0% calc(100% - 0px)
    );
	z-index: 3;
}
.about-banner-name-outline {
	position: relative;
	font-size: 4rem;
	color: #4c4c68;
	font-family: LT Carpet;
	-webkit-text-stroke: 12px #4c4c68;
	letter-spacing: .2rem;
	top: -2rem;
	left: 2rem;
	height: 6rem;
	width: 29rem;
	z-index: 12;
}

.about-banner-name {
	position: relative;
	font-size: 4rem;
	color: #fefefe;
	font-family: LT Carpet;
	letter-spacing: .2rem;
	top: -12rem;
	left: 2rem;
	height: 6rem;
	width: 29rem;
	z-index: 12;
}

.about-banner-titles {
	position: relative;
	font-size: 1.9rem;
	color: var(--text-lesser-white);
	font-family: Bahnschrift;
	letter-spacing: 0.05rem;
	text-shadow: #262839 -2px 4px 0px, #262839 4px 4px 3px;
	top: -16.6rem;
	left: 2rem;
	height: 6rem;
	width: 300rem;
	z-index: 12;
}

.about-blog-post {
	font-size: 1.4rem;
	font-family: Noto Sans;
	position: relative;
	top: 0rem;
	left: 0rem;
	height: fit-content;
	width: 70rem;
	filter: drop-shadow(1px 5px 8px #000000c2);
	padding-bottom: 0rem;
}
.about-blog-post-header {
	position: relative;
	background-color: #40405b;
	left: 0rem;
	top: 0rem;
	margin-right: 0rem;
	height: fit-content;
	padding-bottom: 1rem;
}
.about-blog-date-fix{
	color: #fff0;
	text-align: center;
	position: relative;
	top: -0.7rem;
	font-size: 1.8rem;
	font-family: Bahnschrift;
	z-index: 7;
}

.about-link{
	position: relative;
	left: 0rem;
	color: #bcbcef;
	width: fit-content;
	height: 3rem;
	transition: 0.1s;
	padding-bottom: 4.2rem;
}

.about-link:hover{
	transition: 0.1s;
	left: 1rem;
	cursor: pointer;
}

.about-link2{
	position: relative;
	left: 1.5rem;
	top: 0rem;
	color: #bcbcef;
	width: fit-content;
	height: 3rem;
	transition: 0.1s;
	padding-bottom: 4.2rem;
}
.about-link2:hover{
	transition: 0.1s;
	top: -0.5rem;
	cursor: pointer;
}

.about-link-text{
	position: relative;
	font-size: 2rem;
	font-family: Bahnschrift;
	left: 0rem;
	top: -2.7rem;
	width: fit-content;
	padding-left: 7.1rem;
	padding-right: 2rem;
}

.about-link-bg{
	background-color: #40405b;
	position:relative;
	height: 3rem;
	width: 100%;
	top: 0rem;
	left: 0rem;
	padding-right: 4rem;
	padding-left: 4rem;
	--bevel: 1.5rem;
	clip-path: 
    polygon(
      0% var(--bevel), 
      var(--bevel) 0%, 
      calc(100% - var(--bevel)) 0%, 
      100% var(--bevel), 
      100% calc(100% - var(--bevel)), 
      calc(100% - var(--bevel)) 100%, 
      var(--bevel) 100%, 
      0% calc(100% - var(--bevel))
    );
}

.about-link-icon{
	Position:relative;
	background-size: contain;
	background-repeat: no-repeat;
	width: 4.5rem;
	height: 3.5rem;
	top: -5.8rem;
	left: 2rem;
}

.art-banner {
	background-color: #2e3046;
	position: fixed;
	top: -4rem;
	left: 27rem;
	right: -25rem;
	height: 10rem;
	z-index: 4;
	--bevel: 3rem;
	clip-path: 
    polygon(
      0% var(--bevel), 
      var(--bevel) 0%, 
      calc(100% - var(--bevel)) 0%, 
      100% var(--bevel), 
      100% calc(100% - var(--bevel)), 
      calc(100% - var(--bevel)) 100%, 
      var(--bevel) 100%, 
      0% calc(100% - var(--bevel))
    );
}

.art-banner2{
	background-color: #0f0f12;
	position: fixed;
	top: 0rem;
	bottom: 0rem;
	left: 31rem;
	width: 2rem;
	z-index: 2;
}
.art-banner3{
	background-color: #2e3046;
	position: fixed;
	top: 0rem;
	bottom: 0rem;
	left: 33rem;
	width: 1rem;
	z-index: 2;
}

.art-title {
	color: #fefefe;
	font-family: Bahnschrift;
	font-size: 4rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
	position: relative;
	bottom: -1.9rem;
	left: 7rem;
	height: 6rem;
	filter: drop-shadow(1px 5px 8px #000000c2);
}

.art-images {
	width: 100%;
    height: auto;
	object-fit: contain;
}

.art-text {
	position: fixed;
	overflow-y: scroll;
    overflow-x: hidden;
	font-size: 1.4rem;
	font-family: Noto Sans;
	align-content: stretch;
	top: 8rem;
	left: 32rem;
	right: 4rem;
	bottom: 0;
	z-index: 20;
	padding-right: 8rem;
	padding-left: 8rem;
	margin: 0rem 2rem;
}

.art-text-bg {
	background-color: #1d1d23a8;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.diamond-break{
	position:relative;
	background-color: #2e3046;
	rotate: 45deg;
	height: 3rem;
	width: 3rem;
	margin: 3rem;
}

hr {
	background-color: #4b4b69;
	height: 2px;
	border: 1rem;
}

.art-writeup {
	padding-right: 15rem;
	padding-left: 15rem;
}

.music-thumbnail {
	height: 30rem;
	width: 30rem;
}
.music-player {
	background-color: #aaaafd;
	width: 75%;
	--bevel: 1rem;
	clip-path: 
    polygon(
      0% var(--bevel), 
      var(--bevel) 0%, 
      calc(100% - 0rem) 0%, 
      100% 0rem, 
      100% calc(100% - var(--bevel)), 
      calc(100% - var(--bevel)) 100%, 
      var(--bevel) 100%, 
      0% calc(100% - 0rem)
    );
}

.support-button{
	background-image: url("elements/support_1.png");
	background-size:contain;
	background-repeat: no-repeat;
	Position:relative;
	top:0rem;
	height: 5.1rem;
	width: 32rem;
	transition: 0.2s;
}
.support-button:hover{
	cursor: pointer;
	height: 5.5rem;
	width: 33rem;
	transition: 0.2s;
}

.support-button.support2{
	background-image: url("elements/support_2.png");
}
.support-button.support3{
	background-image: url("elements/support_3.png");
}

.page-content {
	position: absolute;
	font-size: 1.4rem;
	font-family: Noto Sans;
	align-content: center;
	top: 3rem;
	left: 34rem;
	right: 3rem;
	bottom: 0rem;
}

.blog-page-content {
	position: absolute;
	font-size: 1.4rem;
	font-family: Noto Sans;
	top: 3rem;
	left: 34rem;
	right: 3rem;
	bottom: 0rem;
}

.page-content-art {
	position: absolute;
	font-size: 1.4rem;
	font-family: Noto Sans;
	align-content: center;
	top: 7rem;
	left: 34rem;
	right: 0rem;
	bottom: 0rem;
}
.page-panel {
	position: fixed;
	top: 15rem;
	left: 34rem;
	right: 7.7rem;
	bottom: 0rem;
	z-index: 3;
}

.page-panel-art {
	background-color: #1d1d23;
	border-width: 0.35rem;
	border-radius: 0.6rem;
	border-style: solid;
	border-color: #0a0a0c;
	position: absolute;
	top: 6rem;
	left: 34rem;
	right: 0rem;
	bottom: 0rem;
	z-index: 3;
}

.page-panel-gallery {
	position: absolute;
	top: 11rem;
	left: 7rem;
	right: 7.7rem;
	bottom: 0rem;
	z-index: 3;
}

.gallery-nav {
	background-color: #141418;
	border-color: #0f0f12;
	border-width: 1rem;
	border-style: solid;
	position: fixed;
	top: 0rem;
	left: -3rem;
	right: -3rem;
	height: 9rem;
	z-index: 5;
	display: grid;
	grid: repeat(1,2rem) / auto-flow 34%;
	padding-left: 32rem;
	padding-right: 20rem;
}

.gallery-nav-button {
	background-image: url("elements/Nav_Button_BG.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: 1rem;
	background-position-y: 0rem;
	width: 21rem;
	position: absolute;
	font-family: LT Carpet;
	font-size: 3rem;
	color: #ffffff;
	left: 44rem;
	top: 5rem;
}

.gallery-nav-button:active {
	rotate: 24deg;
}

.gallery-nav-art {
	
}

.gallery-nav-art:active {
	
}

.gallery-nav-music {
	left: 69rem;
}

.gallery-nav-music:active {
	
}

.gallery-nav-projects {
	left: 94rem;
}

.gallery-nav-projects:active {
	
}

.gallery-transition{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0rem;
	left: 0rem;
	z-index: 5;
	animation-duration: 0.4s;
}

.gallery-art-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1rem));
	grid-auto-rows: minmax(10rem, auto);
	gap: 1rem;
	
	animation-duration: 0.4s;
}

.gallery-music-grid {
	display: none;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1rem));
	grid-auto-rows: minmax(10rem, auto);
	gap: 1rem;
	
	animation-duration: 0.4s;
}

.gallery-projects-grid {
	display: none;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1rem));
	grid-auto-rows: minmax(10rem, auto);
	gap: 1rem;
	
	animation-duration: 0.4s;
}

.art-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(20rem, auto));
	grid-auto-rows: minmax(auto, auto);
	gap: 1rem;
}

.gallery-thumbnail {
	background-image: url("elements/placeholder.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 15rem;
	height: 15rem;
	border-width: 0.9rem;
	border-style: solid;
	border-color: #0f0f12;
	transition: 1s;
	z-index: 12;
}

.gallery-thumbnail:hover {
	background-size: 120%;
	background-position: center;
	border-color: #4b4b69;
	transition: 0.05s;
	rotate: 4deg;
}

.page-text {
	background-color: #1d1d23;
	position: fixed;
	overflow-y: scroll;
    overflow-x: hidden;
	font-size: 1.4rem;
	font-family: Noto Sans;
	align-content: stretch;
	top: 22rem;
	left: 42rem;
	right: 4rem;
	bottom: 0;
	z-index: 3;
	padding-right: 120px;
	margin: 2.15rem 4rem;
}
.page-text2 {
	position: fixed;
    overflow-x: hidden;
	font-size: 1.4rem;
	font-family: Noto Sans;
	align-content: stretch;
	top: 22rem;
	left: 42rem;
	right: 0rem;
	bottom: 0;
	z-index: 3;
	margin-top: 2.15rem;
	margin-left: 4rem;
}

.blog-bg {
	background-color: #1d1d23;
	border-width: 0.35rem;
	border-radius: 0.6rem;
	border-style: solid;
	border-color: #0a0a0c;
	position: fixed;
	top: -6rem;
	left: 34rem;
	bottom: 0rem;
	width: 72rem;
	z-index: 3;
	margin-left: -2rem;
	padding-left: 15rem;
	padding-right: 5rem;
}

.blog-post {
	font-size: 1.4rem;
	font-family: Noto Sans;
	position: relative;
	left: 12rem;
	height: fit-content;
	width: 54rem;
	filter: drop-shadow(1px 5px 8px #000000c2);
	padding-bottom: 3rem;
	z-index: 6;
}

.blog-post-clipper {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	font-family: Noto Sans;
	background-color: #2e3046;
	position: relative;
	height: fit-content;
	min-height: 2rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 8rem;
	border-radius: 0rem 0rem 1rem 0rem;
	clip-path: 
    polygon(
      0% 0px,                 /* top left */
      0px -35%,                 /* top left */
      calc(100% - 0px) -50%,    /* top right */
      100% 20px,               /* top right */
      100% calc(100% - 11rem),  /* bottom right */
      calc(100% - 11rem) 100%,  /* bottom right */
      20px 100%,               /* bottom left */
      0 calc(100% - 0px)      /* bottom left */
    );
}

.blog-text{
	position: absolute;
	font-size: 1.4rem;
	font-family: Noto Sans;
	align-content: center;
	top: 2rem;
	left: 2rem;
}

.blog-icon{
	background-color: #40405b;
	background-size: contain;
	position: fixed;
	left: -11rem;
	top: 0rem;
	height: 10rem;
	width: 10rem;
	z-index: 4;
}

.blog-post-header {
	position: relative;
	background-color: #40405b;
	left: 0rem;
	top: 0rem;
	margin-right: 0rem;
	height: fit-content;
	padding-bottom: 1rem;
	border-radius: 1rem 1rem 0rem 0rem;
}
.blog-header-title {
	position: relative;
	color: white;
	top: 0.55rem;
	height: fit-content;
	width: 43rem;
	left: 2rem;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: 'Bahns';
}

.blog-header-date {
	position:absolute;
	right: 0rem;
	top: -3rem;
	width: 6rem;
	height: 2rem;
	font-size: 2.4rem;
	z-index: 3;
}

.blog-header-date-day {
	color: white;
	position: relative;
	text-align: center;
	right: 0.3rem;
	top: -2.4rem;
	font-family: Bahnschrift;
	z-index: 7;
}

.blog-header-date-month {
	color: white;
	text-align: center;
	position: relative;
	top: -0.7rem;
	font-size: 1.8rem;
	font-family: Bahnschrift;
	z-index: 7;
}

.blog-date-diamond1 {
	background-color: #696382;
	position: relative;
	top: 1.3rem;
	left: 1rem;
	height: 3.5rem;
	width: 3.5rem;
	rotate: 45deg;
	z-index: 1;
}
.blog-date-diamond1.diamond2 {
	background-color: #25253d;
	position: relative;
	top: -0.7rem;
	margin-top: 0.9rem;
	margin-left: 1.55rem;
	height: 1rem;
	width: 1rem;
	z-index: 1;
}
.blog-date-diamond1.diamond3 {
	background-color: #25253d;
	position: relative;
	margin-top: -0.9rem;
	margin-left: 1.02rem;
	height: 2rem;
	width: 2rem;
	z-index: 1;
}

.blog-post-footer {
	position: relative;
	background-color: #40405b;
	left: 0rem;
	bottom: 1rem;
	height: 3.5rem;
	margin-right: 0rem;
	border-radius: 0rem 0rem 0rem 1rem;
	clip-path: 
    polygon(
      0% 0px,                 /* top left */
      20px 0%,                 /* top left */
      calc(100% - 0px) 0%,    /* top right */
      100% 20px,               /* top right */
      100% calc(100% - 11rem),  /* bottom right */
      calc(100% - 11rem) 100%,  /* bottom right */
      20px 100%,               /* bottom left */
      0 calc(100% - 0px)      /* bottom left */
    );
}

.blog-footer-tags {
	color: #6b6b94;
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	top: 0.6rem;
	left: 1.2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-right: 1rem;
}
.blog-archive-container{
	Position: fixed;
	top: 4rem;
	left: 108rem;
	z-index: 5;
	margin-right: 20px;
	filter: drop-shadow(1px 5px 8px #000000c2);
}
.blog-archive-panel{
	background-color: #2e3046;
	position: relative;
	right: 0rem;
	top: 1rem;
	width: 16rem;
	height: fit-content;
	z-index: 4;
	border-radius: 0rem 0rem 3rem 0rem;
	margin-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.7rem;
	padding-right: 1.7rem;
	padding-top: 0.1rem;
}
.blog-archive-panel2{
	position: relative;
	left: -2rem;
	top: 0rem;
	width: 16rem;
	height: 12rem;
	z-index: 4;
	margin-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0rem;
}
.blog-archive-panel-header{
	background-color: #40405b;
	Position: relative;
	top: 0rem;
	left: 0rem;
	width: 100%;
	height: 5rem;
	border-radius: 2rem 2rem 0rem 0rem;
}
.blog-archive-panel-text{
	Position: relative;
	color: #fff;
	font-size: 2.4rem;
	font-family: Bahnschrift;
	top: 1rem;
	margin: 0rem;
}

.main-page-content {
	position: fixed;
	font-size: 1.4rem;
	font-family: Noto Sans;
	height: 100%;
	left: 35rem;
	right: 0rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans&display=swap');
@font-face{
	font-family: Carpet;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://beak.zone/elements/fonts/LTCarpet.ttf");
}
@font-face{
	font-family: LT Carpet;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	src: url("https://beak.zone/elements/fonts/LTCarpet.ttf");
}
@font-face{
	font-family: Bahns;
	font-display: swap;
	src: url("https://beak.zone/elements/fonts/bahnschrift.ttf");
}
@font-face{
	font-family: Bahnschrift;
	font-display: swap;
	src: url("https://beak.zone/elements/fonts/bahnschrift.ttf");
}
@font-face{
	font-family: Kandinsky;
	font-display: swap;
	src: url("https://beak.zone/elements/fonts/Kandinsky.ttf");
}

.main-front-page{
	position: relative;
	font-size: 1.4rem;
	top: 8rem;
	padding-right: 6rem;
	margin-bottom: 2rem;
	z-index: 6;
	flex: auto;
	width: 80rem;
}
.main-bg {
	Position:absolute;
	background-color: #1d1d23a8;
	top: 27rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;
	z-index: 2;
}

.main-big-shape1 {
	Position:absolute;
	background-color: #1d1d23;
	z-index: 1;
	left: 20rem;
	height: 10rem;
	width: 10rem;
}

.demo-grid {
	display: grid;
}

.demo-art{
	background-image: url("elements/placeholder.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	rotate: 45deg;
}

.demo-thumbnail {
	width: 15rem;
	height: 15rem;
	border-width: 0.9rem;
	border-style: solid;
	border-color: #0f0f12;
	transition: 1s;
	z-index: 12;
}

.demo-bg{
	position: relative;
	background-color: #0a0a0c;
	left: -5rem;
	top: 0rem;
	width: 2rem;
	height: 20rem;
	rotate: -45deg;
	border-width: 0.9rem;
	border-style: solid;
	border-color: #1d1d23;
	z-index: 1;
}

.demo-box{
	background-color: #fff;
	position: fixed;
	top: 0rem;
	right: 0rem;
	height: 6rem;
	width: 37%;
}

.links-pin-diamond {
	position: relative;
	background-color: #2c2c3a;
	height: 7rem;
	width: 7rem;
	rotate: 45deg;
}
.links-pin{
	Position: relative;
	align-content: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 90px;
	height: 33.8px;
	rotate: -45deg;
	filter: drop-shadow(1px 5px 8px #000000c2);
	top: 35%;
	image-rendering: pixelated;
}

.links-bg {
	background-color: #1d1d23;
	border-width: 0.35rem;
	border-radius: 0.6rem;
	border-style: solid;
	border-color: #0a0a0c;
	position: fixed;
	top: -6rem;
	left: 34rem;
	bottom: 0rem;
	width: 72rem;
	z-index: 3;
	margin-left: -2rem;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 5rem;
}

.links-text{
	color: #fdfdfd;
	Position: relative;
	padding: 4rem;
	font-size: 1.4rem;
	font-family: Noto Sans;
}
.links-link-button-text{
	Position: relative;
	bottom: 2.5rem;
}

.links-button-grid{
	display: grid;
	grid-template-columns: repeat(3, 33%);
	grid-template-rows: repeat(2, 3.5rem);
	grid-column-gap: 6px;
	grid-row-gap: 6px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	filter: drop-shadow(1px 5px 8px #0000003d);
}

.links-pins-grid{
	display: grid;
	grid-template-columns: repeat(5, 6rem);
	grid-template-rows: repeat(5, 2rem);
	grid-column-gap: 6px;
	grid-row-gap: 6px; 
}


/*HERE BE LIGHT BOX BULLSHIT, YER NORMAL CODE NOT STRETCH BEYOND HERE, FUCKIN' YARRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR*/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 55rem;
  min-width: 40rem;
  width: 50%;
  position: relative;
  margin: auto;
  top: 6rem;
  transition: 0.5s;
  z-index: 7;
  filter: drop-shadow(1px 5px 8px #000000c2);
}

/* Hide the images by default */
.mmoSlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: relative;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.2s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  margin: 1rem 0.3rem;
  background-color: #4b4b69;
  display: inline-block;
  transition: background-color 0.2s ease;
  rotate: 45deg;
}

.active, .dot:hover {
  background-color: #cecdec;
  transition: 0.2s ease;
  rotate: 135deg;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 0.4s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}