:root {
	--text: RoyalBlue;
	--line: Khaki;
	--accent: magenta;
	--fill: black;
}

/* Header/Blog Title 
.header {
	padding: 100px;
  background-image: url("bgbloom.jpg");
  background-size: cover;
  background-position: center;
}*/

body { 
	font-family: "Retro"; 
	color: black;
  background-image: url("/texture/powerbg.jpg");
}

@font-face {
  font-family: "Retro";
  src: url("/font/basis33.ttf") format("truetype");
}

@font-face {
  font-family: "Retroer";
  src: url("/font/terminal.ttf") format("truetype");
}

body * {cursor: url(https://cur.cursors-4u.net/others/oth-3/oth213.cur), auto !important;}

* { 
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scrollbar-color: var(--line) var(--text) }

*::-webkit-scrollbar { width: 20px; }
*::-webkit-scrollbar-track { background: var(--line); }
*::-webkit-scrollbar-thumb { background-color: var(--text); border: transparent; }

img { max-width: 100%}

nav {
	float: left;
	width: 10%;
	height: 100vh;
	position: relative;
	background-color: var(--bg);
		filter: drop-shadow(1px 1px 0 var(--bg))
			drop-shadow(-1px 1px 0 var(--bg))
			drop-shadow(0 -1px 0 var(--bg))
			drop-shadow(1px 0 var(--bg));
}

nav div {
	height: fit-content;
	width: fit-content;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -1.5vw;
	text-align: right;
}

.button { 
  font-family: "Retro";
  width: 100%;
	display: block;
	margin: 15px 0;
	padding: 5px;
	font-size: 1em;
	color:var(--fill);
}

.button:hover {
  cursor: pointer;
  background-color: DarkSeaGreen;
}

.button1 { 
	background-color: var(--accent);
	font-size: 1em;
}

.button2 { 
	background-color: black;
	font-size: 1em;
}

.button3 { 
	background-color: Khaki;
}

main {
	float:right;
	padding: 2em;
	width: 70%;
	height: 100vh;
	overflow-y: scroll;
	background-image: url("/texture/cdbg.jpg"); /* Right column background, underneath boxes THE DIRT IS HERE!!!*/
}

rightbar {
	float: right;
	width: 17%;
	height: 100vh;
  background-color: RoyalBlue;
}

/*
 rigthbar div {
	 height: fit-content;
	 width: fit-content;
	 position: absolute;
	 top: 50%;
	 text-align: right;
}*/

/* CUSTOM BOXES */

.column {
  float: right;
  width: 100%;
}

.leftcolumn {
  float: left;
  width: 30%;
}

.centercolumn {
  float: right;
  width: 65%;
}

.rightcolumn {
  float: right;
  width: 25%;
  background-color: RoyalBlue;
  height: 100vh;
}

@media screen and (max-width: 1000px) {
  .leftcolumn, .centercolumn, .rightcolumn, .wrapper, .sidebar {
    width: 100%;
    padding: 0;
    flex-direction: column;
    position: static;
  }
}

.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  background-color: khaki;
  margin: 20px;
  padding: 20px;
  box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
}

.aside-1 {
  background-color: DarkSeaGreen;
  padding: 20px;
}

.aside-2 {
  background-color: LightPink;
  color: mediumblue;
  margin: 20px;
  padding: 20px;
  box-shadow: rgba(240, 46, 170, 0.4) 0px 5px, rgba(240, 46, 170, 0.3) 0px 10px, rgba(240, 46, 170, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 170, 0.05) 0px 25px;
}

.aside-3 {
  background-color: lightsalmon;
  padding: 20px;
}

.aside-5 {
  padding: 20px;
  text-align: center;
}

.bleb {
  color: black;
  margin: 20px;
}
.bleb {
  /* tail dimension */
  --b: 2em; /* base */
  --h: 1em; /* height */

  --p: 30%;  /* main position (0%:left 100%:right) */
  --x: -2em; /* tail position (relative to the main position). Can be percentage */

  padding: 1em;
  clip-path: polygon(0 100%,0 0,100% 0,100% 100%,
    clamp(var(--b),var(--p) + var(--b)/2,100%) 100%,
    calc(var(--p) + var(--x)) calc(100% + var(--h)),
    clamp(0%,var(--p) - var(--b)/2,100% - var(--b)) 100%);
  border-image: fill 0//999px
    conic-gradient(#FFA07A 0 0); /* the color */
}

.bleb2 {
  color: black;
  margin: 20px;
}
.bleb2 {
  /* tail dimension */
  --b: 2em; /* base */
  --h: 1em; /* height */

  --p: 70%;  /* main position (0%:left 100%:right) */
  --x: 2em; /* tail position (relative to the main position). Can be percentage */

  padding: 1em;
  clip-path: polygon(0 100%,0 0,100% 0,100% 100%,
    clamp(var(--b),var(--p) + var(--b)/2,100%) 100%,
    calc(var(--p) + var(--x)) calc(100% + var(--h)),
    clamp(0%,var(--p) - var(--b)/2,100% - var(--b)) 100%);
  border-image: fill 0//999px
    conic-gradient(#AFEEEE 0 0); /* the color */
}

.bleb3 {
  color: black;
  margin: 20px;
}
.bleb3 {
  /* tail dimension */
  --b: 2em; /* base */
  --h: 1em; /* height */

  --p: 70%;  /* main position (0%:left 100%:right) */
  --x: 2em; /* tail position (relative to the main position). Can be percentage */

  padding: 1em;
  clip-path: polygon(0 100%,0 0,100% 0,100% 100%,
    clamp(var(--b),var(--p) + var(--b)/2,100%) 100%,
    calc(var(--p) + var(--x)) calc(100% + var(--h)),
    clamp(0%,var(--p) - var(--b)/2,100% - var(--b)) 100%);
  border-image: fill 0//999px
    conic-gradient(#98FB98 0 0); /* the color */
}
/* CUSTOM BOXES */

.chicken {
  width: 20%;
  float: left;
  margin: 0 0.5rem 0 0;
}

.it {
  color: Purple;
  font-style: italic;
}

/* IMG */

.longimage {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.image {
  outline: 4px dotted DarkSeaGreen;
  border-radius: 25px;
  margin: 10px;
}

/* CUSTOM BOXES */

.stripe {
	float: left;
	width: 3%;
	height: 100vh;
	background-image: url("/texture/would4.jpg");
}

hr {
	border: none;
	border-top: 1px dashed black;
}

header {
	font-size: 2em;
	margin-bottom: 2rem;
	color:var(--fill);
	filter: drop-shadow(1px 1px 0 var(--text))
			drop-shadow(-1px 1px 0 var(--text))
			drop-shadow(0 -1px 0 var(--text))
			drop-shadow(1px 0 var(--text));
}

h2, h3, h4, p, table, details, cite, blockquote {
	margin: 1rem 0;
}

li {
  display: flex;
  align-items: flex-start;
  gap: 8px /*or whatever you think probably looks good 8px was just a sample size*/
}

li::before {
  content: "";
  width: 20px; /*or whatever you wnat it to be*/
  height: 20px; /*or whatever you wnat it to be*/
  background-image: url(/asset/disc-ico.gif);
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

ul, ol, dl {
	margin: 1rem 10rem 1rem 1rem;
	list-style: url('/asset/disc-ico.gif');
}

ul ul, ol ol { 
	margin: 0 0 0 2rem;
}

table,  ul, ol, dl {
	font-size: 1em;
}

a { 
	color: var(--accent);
	text-decoration: none;
}

a:hover { 
	color: var(--fill);
	background-color: var(--accent);
}

h6 { font-size: 1.7em; font-family: "Retroer"; color:blue;}
h5 { font-size: 1.25em; }
h4 { font-size: 1.5em; color:navy;}
h3 { font-size: 1.75em; color:navy; font-family: "veg";}
h2 { font-size: 2em; font-family: "Retroer"; color:Magenta;}
h1 { font-size: 2em;
  color: white;
  text-shadow: 2px 2px Magenta;
  margin-bottom: 10px;
}


footer { 
	font-size: 1em;
	text-align: center;
	background-color: var(--accent); 
	margin-top: 2em;
	padding: 5px;
}

footer a { color: var(--text); }

@media screen and (max-width: 800px){

	nav, main, rightbar, .stripe {
		float: none;
		width: 100%;
		height: fit-content;
	}
	
	nav { padding: 2vw }
	
	nav div {
		height: fit-content;
		width: 100%;
		position: static;
		-ms-transform: translateY(0);
		transform: translateY(0);
		text-align: right;
	}
	
	nav img {
		display: none;
	}
	
	.button {
		display: inline-block;
		margin: 5px;
	}
	
	main { 
		overflow: auto;
		padding: 2em 1em;
	}
	
	header { 
		text-align: center;
		font-size: 1.5em;
	}
	
	section { padding: 0 1em; }
	
	.stripe { height: 30px; }
	
	*::-webkit-scrollbar { width: 10px; }
	
}