/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 5px;
}

*::-webkit-scrollbar-track {
	background: #1e1e1e;
}

*::-webkit-scrollbar-thumb {
	background: #353535;
	border-radius: 0px;
}

*::-webkit-scrollbar-thumb:hover {
	background: #353535;
}

b {
	font-weight: bold;
	color: #df6689;
}

i {
	color: #bd78cb;
	font-style: italic;
}

u {
	color: #df6689;
	text-decoration: underline wavy;
	text-decoration-color: #ad1732;
}

s,
strike,
del {
	color: #d23153;
	text-decoration: line-through wavy;
	text-decoration-color: #df6689;
}

body {
	min-height: 100vh;
	background: url(https://shye.nekoweb.org/graphics_bg/star3.gif);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
	color: #e8e5e6;
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 55px 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-image: linear-gradient(90deg, rgba(140, 57, 162, 1) 0%, rgba(195, 41, 74, 1) 33%, rgba(173, 9, 27, 1) 67%, rgba(173, 23, 50, 1) 100%) 1;
}

* {
	box-sizing: border-box;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	border: 0;
}

/* TOP ROW */
#top-row {
	display: flex;
	gap: 6px;
	/* gap between nav and header */
	align-items: stretch;
}

/* NAV */
#nav {
	width: 162px;
	height: 235px;
	display: flex;
	flex-direction: column;
	gap: 1px;
	background-color: #111111;
}

a.nav,
a.nav:visited,
a.nav:active {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 8px;
	line-height: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	border: 1px solid transparent;
}

/* button colors */
a.nav:nth-child(1) {
	background: #8c39a2;
}

a.nav:nth-child(2) {
	background: #bd2d59;
}

a.nav:nth-child(3) {
	background: #bf192e;
}

a.nav:nth-child(4) {
	background: #a50616;
}

a.nav:nth-child(5) {
	background: #75020a;
}

a.nav:nth-child(6) {
	background: #620007;
}

a.nav:hover {
	color: #e8e5e6;
	background: #1e1e1e;
	border-image: linear-gradient(90deg,
			rgba(140, 57, 162, 1) 0%,
			rgba(195, 41, 74, 1) 33%,
			rgba(173, 9, 27, 1) 67%,
			rgba(173, 23, 50, 1) 100%) 1;
}

/* HEADER */
#header {
	width: 631px;
	height: 235px;
	background-image: url(https://i.imgur.com/63VGPBG.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 0px solid #8b0030;
}

/* BOTTOM ROW */
#bottom-row {
	display: flex;
	gap: 8px;
	/* gap between sidebar and content */
	margin-top: 8px;
	align-items: stretch;
}

/* HEADER AND OTHER STYLING */

h1 {
	display: block;
	font-family: "Instrument Serif", serif;
	color: #e3e5e6;
	font-size: 18px;
	letter-spacing: 2px;
	;
	font-weight: 400;
	background-image: url(https://i.imgur.com/rpQnFbQ.png);
	border: 1px solid;
	border-left: 10px solid;
	border-image: linear-gradient(90deg, rgba(140, 57, 162, 1) 0%, rgba(195, 41, 74, 1) 33%, rgba(173, 9, 27, 1) 67%, rgba(173, 23, 50, 1) 100%) 1;
	padding: 2px 1px 2px 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

h2 {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: #e3e5e6;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: center;
	background: linear-gradient(90deg, rgba(140, 57, 162, 1) 0%, rgba(195, 41, 74, 1) 33%, rgba(173, 9, 27, 1) 67%, rgba(173, 23, 50, 1) 100%);
	padding: 3px 3px 3px 6px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-radius: 50px;
}

h3 {
	display: block;
	font-family: "Instrument Serif", serif;
	text-align: center;
	color: #e8e5e6;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 6px;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(90deg, rgba(140, 57, 162, 1) 0%, rgba(195, 41, 74, 1) 33%, rgba(173, 9, 27, 1) 67%, rgba(173, 23, 50, 1) 100%) 1;
}

h4 {
	display: block;
	font-family: "Instrument Serif", serif;
	color: #e3e5e6;
	font-size: 18px;
	letter-spacing: 2px;
	;
	font-weight: 400;
	background-image: url(https://i.imgur.com/rpQnFbQ.png);
	border: 1px solid;
	border-left: 10px solid;
	border-top: 0px solid;
	border-image: linear-gradient(90deg, rgba(140, 57, 162, 1) 0%, rgba(195, 41, 74, 1) 33%, rgba(173, 9, 27, 1) 67%, rgba(173, 23, 50, 1) 100%) 1;
	padding: 2px 1px 2px 10px;
	margin-bottom: 3px;
	margin-top: 0px;
}

ul {
	list-style: none;
	padding-left: 5px;
	margin: 0;
}

li {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #e8e5e6;
	font-size: 8px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

li::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background-image: url('https://i.imgur.com/P6l7y2I.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}

blockquote {
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #1c1c1c;
	border: 1px solid;
	border-image: linear-gradient(90deg, rgba(140, 57, 162, 1) 0%, rgba(195, 41, 74, 1) 33%, rgba(173, 9, 27, 1) 67%, rgba(173, 23, 50, 1) 100%) 1;
}

blockquote a {
	color: #df6689;
	text-decoration: none;
	text-align: justify;
}

blockquote a:hover {
	color: #bd78cb;
}

blockquote::before {
	content: url('http://i122.photobucket.com/albums/o260/mhilka/minigifs/estrelinhaa.gif');
	margin-right: 10px;
	vertical-align: middle;
}

textarea {
	width: 130px;
	height: 30px;
	padding: 2px;
	box-sizing: border-box;
	border: 1px dashed #d23153;
	background-color: #111111;
	color: #e8e5e6;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

/* SIDEBAR */
#sidebar {
	width: 162px;
	min-height: 430px;
	height: auto;
	background-color: #070707;
	color: #e8e5e6;
	padding: 8px;
	overflow: visible;
	border: 1px solid transparent;
	border-image: linear-gradient(90deg,
			rgba(140, 57, 162, 1) 0%,
			rgba(195, 41, 74, 1) 33%,
			rgba(173, 9, 27, 1) 67%,
			rgba(173, 23, 50, 1) 100%) 1;
}

#sidebar p {
	text-align: justify;
	font-size: 10px;
	line-height: 13px;
	margin: 0 0 8px 0;
}

.profile-pic {
	width: 100%;
	height: 100px;
	background-image: url("https://i.imgur.com/IwlHbKr.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid;
	border-image: linear-gradient(90deg, rgba(140, 57, 162, 1) 0%, rgba(195, 41, 74, 1) 33%, rgba(173, 9, 27, 1) 67%, rgba(173, 23, 50, 1) 100%) 1;
	margin-bottom: 0px;
}

.sidebox {
	background-color: transparent;
	border: 1px dashed #8c39a2;
	padding: 6px;
	margin-bottom: 0;
	line-height: 0;
}

.sidebox marquee a,
.sidebox marquee img {
	display: inline-block;
	vertical-align: middle;
}

.sidebox marquee {
	white-space: nowrap;
	line-height: 1;
}

.sidebox a {
	display: block;
	line-height: 0;
}

.sidebox img {
	display: block;
	margin: 0 auto;
}

/* Standard syntax */
::selection {
	background-color: #ad1732;
	/* The highlight color */
	color: #e8e5e6;
	/* The text color */
}

/* Firefox support */
::-moz-selection {
	background-color: #ad1732;
	color: #e8e5e6;
}


/* CONTENT */
#content {
	width: 630px;
	height: 430px;
	background-color: #070707;
	color: #e8e5e6;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid transparent;
	border-image: linear-gradient(90deg,
			rgba(140, 57, 162, 1) 0%,
			rgba(195, 41, 74, 1) 33%,
			rgba(173, 9, 27, 1) 67%,
			rgba(173, 23, 50, 1) 100%) 1;
}

/* inner padding lives here so scrollbar stays neat */
.content-inner {
	padding: 8px;
}

.content-inner p:first-child {
	margin-top: 0;
}

/* FOOTER */
#footer {
	margin-top: 8px;
	background-color: #070707;
	color: #e8e5e6;
	border: 1px solid transparent;
	border-image: linear-gradient(90deg,
			rgba(140, 57, 162, 1) 0%,
			rgba(195, 41, 74, 1) 33%,
			rgba(173, 9, 27, 1) 67%,
			rgba(173, 23, 50, 1) 100%) 1;
	text-align: center;
	padding: 5px;
	font-size: 8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	letter-spacing: 3px;
	text-transform: uppercase;
}

ul.tab {
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
	overflow: hidden;
	text-align: center;
	margin-left: -5px;
}

ul.tab li {
	float: left;
}

ul.tab li a {
	display: inline-block;
	color: #ccc;
	background-color: #1e1e1e;
	font-family: calibri;
	border-radius: 5px;
	border: 1px solid #BD2D59;
	letter-spacing: 2px;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 10px;
	margin-right: 4px;
}

ul.tab li a:hover {
	background-color: #BD2D59;
	color: #ccc;
}

ul.tab li a:focus,
.active {
	background-color: #8C39A2;
	color: #ccc;
  border: 1px solid #8C39A2;
}

.tabcontent {
	display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: flex-start;
}

.tabcontent img {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  padding: 5px;
}

.tabcontent a {
  display: inline-block;
}

/***TABS CODING BY LOVEBLUSH - DO NOT REMOVE THIS***/