html {
  margin-left: calc(100vw - 100%);
}

body {
	background: url("../pages/about-me/lines_pixelated.png") fixed;
	*# background-image: linear-gradient(#f98100, #cb87f6);
	background-size: 300px;
	image-rendering: pixelated;
	color: white;
	font-family: NeuePixelSans;
	margin: 0;
}

hr {
	width: 101%;
	left: -0.5%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: auto;
	top: 1.5px;
	position: relative;
	display: block;
	height: 3px;
	border: 0;
	border-top: 3px solid #633572;
}

.page_layout {
	display: block;
	line-height: 1.4;
	font-family: NeuePixelSans;
	text-align: justify;
	background-color: #9C5EB2;
	max-width: 1100px;
	width: 90%;
	height: fit-content;
	font-size: 22px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border-style: none;
	border-radius: 10px;
	box-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.page_layout p {
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.page_layout a {
	padding: 5px;
}

.link_row {
	max-width: 1100px;
	width: 90%;
	display: flex;
	justify-content: space-evenly;
	position: relative;
	background-color: #633572;
	font-family: NeuePixelSans;
	font-size: 35px;
	padding: 10px;
	margin: auto;
	margin-top: 100px;
	justify-items: center;
	border-style: none;
	border-radius: 10px;
	box-shadow: rgb(0, 0, 0) 0px 0px 5px;
	z-index: 0;
}

.link_row a:hover {
	color: #B37CC6;
}

.link_row a {
	padding: 10px;
}

.yai_anchor {
	position: absolute;
	width: 0px;
	height: 0px;
}

.main_content {
	padding: 20px;
	margin-top: -30px;
}

.imagebox {
	width: 98%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #633572;
	image-rendering: initial;
	border-radius: 10px;
}
.imagebox img { 
	padding: 15px;
	margin: 10px;
	justify-content: center;
	justify-items: center;
	max-width: 400px;
	max-height: 400px;
	transition: .25s ease-in-out;
}
.imagebox.wide img { 
	max-width: 465px !important;
	max-height: 700px !important;
}
.imagebox img:hover {
    transform:scale(1.25); 
	filter: drop-shadow(10px 10px 10px  rgba(0, 0, 0, 0.7) );
}

.subtitled img {
	max-width: 200px;
	max-height: 200px;
}
.subtitled p {
	text-align: center;
}

.gallery {
	position: fixed;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.gallery img {
	max-width: 90vw;
	max-height: 80vh;
	margin: auto;
	display: block;
	image-rendering: initial;
	pointer-events: none;
}
.galleryCredit {
	max-width: 100vw;
	max-height: 5vh;
	width: auto;
	height: auto;
	position: absolute;
	text-align: center;
	margin: auto;
	bottom: 0;
	margin-bottom: 20px;
	font-size: 20px;
	image-rendering: initial;
	pointer-events: auto;
}
.gallery div {
	display: none;
	pointer-events: none;
}
.gallery div:target {
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: auto;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.95);
}
.gallery div:target a {
	display: inline;
	position: absolute;
	width: 100vw;
	height: 100vh;
}
.gallery div:target img {
	pointer-events: auto;
	z-index: 100;
}

.bottom-right-fixed {
	display: flex;
	flex-direction: column;
    height: fit-content;
    width: fit-content;
    position: fixed;
	right: 1%;
	bottom: 0%;
}

a {
	transition: .2s ease-in-out;
}

a:visited, a:active, a:link {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #D9AFEA;
  text-decoration: none;
}