@import url('https://fonts.googleapis.com/css2?family=Jacquard+24&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jersey+15&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jersey+10&display=swap');

:root {
	min-height: 100%;
	font-size: 1.3rem;
	background: black;
}

body {
	margin: 0;
	min-height: 100%;
	font-family: "Jersey 10", sans-serif;
	font-size: 1.5rem;
	color: #f8f8f8;
	overflow-x: hidden;
	background: url(dirt.png) repeat;
	background-size: 64px 64px;
	padding-bottom: 5rem;
	/* background: #101010; */
}

.emoji {
	height: 12pt;
	transform: translate(0, 2pt);
	padding: 0;
}

nav {
	padding: 0;
	background-color: #00000040;
	display: inline-table;
	width: 100vw;
	border-bottom: 5px solid black;
}

.navbar {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 5rem 0 5rem;
	justify-content: center;
}

.navbar-item {
	padding: 0.5rem;
	display: block;
	transition: 0.5s;
}

.navbar-item:hover {
	background-color: #404040;
}

.navbar-title {
	padding: 0.5rem;
	font-weight: bold;
}

.navbar-button {
	display: none;
	position: absolute;
	right: 0.5rem;
	width: 2rem;
	height: 2rem;
	border: none;
	padding: none;
	background: url(/menu.svg) no-repeat;
	background-size: cover;
}

@media (max-width: 800px) {
	:root {
		font-size: 1rem;
	}

	.navbar {
		padding: 0 1rem 0 1rem;
		flex-direction: column;
		min-height: 3rem;
	}
	.hidden-navbar * {
		display: none;
	}
	.visible-navbar * {
		display: initial;
	}
	.navbar-button {
		display: initial;
	}
	h1, h1 * {
		font-size: 3rem;
	}
}

h2 {
	/* color: #deae1e; */
	color: #808080;
	/* border-bottom: 3px dashed #deae1e; */
	text-shadow: 3px 3px black;
	border-bottom: 3px dashed grey;
}
h3 {
	color: #808080;
	border-bottom: 3px dashed grey;
	text-shadow: 3px 3px black;
}

a { color: #c597e4; }

img {
	max-width: 90%;
	margin: 0.5rem 0.5rem 0.5rem 0.5rem;
	/* border-radius: 3px; */
	border: 3px dashed #303030;
	/* box-shadow: 5px 5px #303030; */
}

pre {
	background-color: #1f1d2e;
	border-radius: 3px;
	padding: 2pt;
	font-family: 'Ubuntu Mono', monospace;
}

code {
	background-color: #1f1d2e;
	border-radius: 2px;
	padding: 0 2pt;
	font-family: 'Ubuntu Mono', monospace;
}

main {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1rem 0 1rem;
	margin-top: 1rem;
	/* margin-bottom: 5rem; */
	/* border: 5px dashed #c597e4ff; */
}

p {
	text-align: justify;
}

li > p {
    margin: 0;
}

table, td, th {
    border-collapse: collapse;
    border: 1px solid #908caa;
}

td, th {
    padding: 3px;
}

th {
    color: #ebbcba;
}

.tape {
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
}

.tape p::before, .tape p::after {
	content: "⚠️";
	padding: 0.5rem;
}

.tape p {
	margin: 0;
}

@keyframes bounce_in {
	from {
		opacity: 0%;
		transform: translateY(-10rem);
	}
	50% {
		opacity: 100%;
		transform: translateY(0.5rem);
	}
	80% {
		transform: translateY(-0.1rem);
	}
	to {
		transform: translateY(0);
	}
}

h1, h1 > * {
	font-family: "Jacquard 24", Serif;
	text-shadow: 5px 5px black;
}

h1 {
	color: #fac62b;
	font-size: 4rem;
	font-weight: 300;
	display: flex;
	flex-direction: row;
	flax-wrap: wrap;
	opacity: 0%;
	border-bottom: 3px dashed #fac62b;
}

.loaded {
	opacity: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.letter {
	display: block;
	animation: bounce_in 0.3s linear;
	min-width: 0.25rem;
	transition: 0.1s;
}

.letter:hover {
	transform: translateY(0.2rem);
}

.gallery > * {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery > * > * {
    width: 12rem;
    /* height: 15rem; */
    margin: 0.1rem;
    padding: 0.1rem;
}

.gallery * {
	text-align: center;
}

.gallery figure {
	margin: 0;
}

.gallery figcaption {
	color: #808080;
	font-size: 0.8em;
}

@media (max-width: 800px) {
	.gallery > * {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	    align-items: center;
	    justify-content: center;
	    list-style: none;
	}
	.gallery > * > * {
    text-align: center;
		width: 100%;
	}
}

.pfp figure {
	float: right;
	max-width: 20rem;
}

figcaption {
	text-align: center;
}

figure {
	text-align: center;
}

ul {
	list-style: square;
}

ul > li::marker {
	color: #fac62b;
}


/* vertical gallery */

.vertical_gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.vertical_gallery .column {
  flex: 20%;
  max-width: 25%;
  padding: 0 6px;
}

.vertical_gallery p {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.vertical_gallery img {
	max-width: 100%;
  width: 100%;
  margin: 6px 0;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .vertical_gallery .column {
    flex: 40%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .vertical_gallery .column {
    flex: 100%;
    max-width: 100%;
  }
} 

img {
	background-color: #00000060;
}
