/* user styles */

:root {
	--header-image: url('https://nighthawkstar.neocities.org/assets/jakurai/banner.png');
	--body-bg-image: url('https://nighthawkstar.neocities.org/assets/jakurai/background.jpg');
}

/* font */

.noto-serif-display-<uniquifier> { font-family: "Noto Serif Display", serif; font-optical-sizing: auto; font-weight: <weight>; font-style: normal; font-variation-settings: "wdth" 100; }

@font-face {
	font-family: Noto Serif Display;
                src: url('https://nighthawkstar.neocities.org/assets/jakurai/NotoSerifDisplay-VariableFont_wdth,wght.ttf');
}

@font-face {
	font-family: Noto Serif Display;
                src: url('https://nighthawkstar.neocities.org/assets/jakurai/NotoSerifDisplay-VariableFont_wdth,wght.ttf');
                font-weight: bold;
}

@font-face {
	font-family: Noto Serif Display;
                src: url('https://nighthawkstar.neocities.org/assets/jakurai/NotoSerifDisplay-Italic-VariableFont_wdth,wght.ttf');
                font-style: italic;
}

@font-face {
	font-family: Noto Serif Display;
                src: url('https://nighthawkstar.neocities.org/assets/jakurai/NotoSerifDisplay-Italic-VariableFont_wdth,wght.ttf');
                font-style: italic;
                font-weight: bold;
}

body {
	font-family: 'Noto Serif Display', serif;
	margin: 20px;
	background: var(--body-bg-image);
	background-repeat: repeat;
	color: #17027A;
}

* {
	box-sizing: border-box;
}

/*alignment*/

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*container*/

#container {
	max-width: 900px;
	margin: 0 auto;
	;
}

/*special text colors*/

#container a {
	color: #7B5EFD;
	font-weight: bold;
}

#container a:hover {
  color: #EAE6FF;
  transition: 0.3s;
}

strong {
	color: #0E0146;
}

#header {
	width: 100%;
	border: 1px solid;
	border-radius: 4px;
	margin: auto;
	padding: 10px;
	height: 225px;
	background-image: var(--header-image);
	background-size: 100%;
}

#flex {
	display: flex;
}
			
/*style switcher*/
            
.dropbtn {
	background-color: #3498DB;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #2980B9;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {
	background-color: #ddd;
}

.show {
	display: block;
}

/*sidebar*/

aside {
	background-color: #CDBEFF;
	width: 200px;
	padding: 20px;
	border: 1px solid;
	border-radius: 4px;
	font-size: smaller;
}

/*main*/

main {
	background-color: #CDBEFF;
	flex: 1;
	padding: 20px;
	border: 1px solid;
	border-radius: 4px;
	order: 2;
}

*/ #leftSidebar {
	order: 1;
}
            
 /*navigation*/
            
.nav {
	background-color: #CDBEFF;
	border: 1px solid white;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
}

ulnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	background-color: transparent;
	text-align: center;
}

ulnav li a {
	display: block;
	color: #CDBEFF;
	padding: 8px 16px;
	text-decoration: none;
	transition: 0.3s;
}

ulnav li a:hover {
	background-color: #7B5EFD;
}

/*lists*/

ol {
	list-style-image: url('https://nighthawkstar.neocities.org/assets/jakurai/bullet.png');
}

/*border*/

hr {
	display: block;
	border: 0px;
	height: 50px;
	width: 300px;
	margin: auto;
	background-image: url('https://nighthawkstar.neocities.org/assets/jakurai/header.png');
	background-repeat: no-repeat;
}

/*footer*/

footer {
	background-color: #CDBEFF;
	width: 100%;
	height: 40px;
	padding: 10px;
	text-align: center;
	border: 1px solid;
	border-radius: 4px;
	;
}

/*headers*/

h1,
h2,
h3, {
	color: #9ED1E8;
}

h1 {
	font-size: 23px;
}

h2 {
	background-color: #A58AFF;
	border: 1px solid #17027A;
	border-radius: 6px;
	padding: 10px;
	margin: auto;
	text-align: center;
	font-size: 18px;
}

h3 {
  background: linear-gradient(rgba(205, 190, 255,.3), rgba(205, 190, 255,.3)), url('https://nighthawkstar.neocities.org/assets/jakurai/h3.jpg');
	border: 1px dotted #17027A;
	border-radius: 6px;
	padding: 10px;
	text-align: center;
}

div.a {
	text-align: center;
}

/*box*/

.box {
	background: linear-gradient(rgba(205, 190, 255,.5), rgba(205, 190, 255,.5)), var(--body-bg-image);
	border: 1px dotted white;
	padding: 10px;
}
            
/*overflow*/

div.ex2 {
	background: linear-gradient(rgba(205, 190, 255,.9), rgba(205, 190, 255,.9)), var(--body-bg-image);
	background-color: #0d4c63;
	background-repeat: repeat;
	border: 1px dotted #17027A;
	border-radius: 6px;
	padding: 10px;
	height: auto;
}

div.ex3 {
	background: linear-gradient(rgba(205, 190, 255,.9), rgba(205, 190, 255,.9)), var(--body-bg-image);
	background-color: #0d4c63;
	background-repeat: repeat;
	border: 1px dotted #17027A;
	border-radius: 6px;
	padding: 10px;
	height: 100px;
	overflow: auto;
}

div.ex4 {
	background: linear-gradient(rgba(205, 190, 255,.9), rgba(205, 190, 255,.9)), var(--body-bg-image);
	background-color: #0d4c63;
	background-repeat: repeat;
	border: 1px dotted #17027A;
	border-radius: 6px;
	padding: 10px;
	height: 500px;
	overflow: auto;
}
            
/*status cafe*/
            
#statuscafe {
	background: linear-gradient(rgba(205, 190, 255,.9), rgba(205, 190, 255,.9)), var(--body-bg-image);
	background-color: #0d4c63;
	background-repeat: repeat;
	border: 1px dotted #17027A;
	border-radius: 6px;
	padding: 10px;
}

#statuscafe-username {
	margin-bottom: .5em;
}

#statuscafe-content {
	margin: 0 1em 0.5em 1em;
}

/*art gallery*/

div.gallery {
	transition: 0.3s;
	width: 150px;
	opacity: 0.9;
}

div.gallery:hover {
	background-color: #CDBEFF;
	width: 150px;
	opacity: 1;
}

div.gallery img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

div.desc {
	padding: 10px;
	text-align: center;
}

* {
	box-sizing: border-box;
}

.responsive {
	padding: 0 6px;
	float: left;
	width: 24.99999%;
}

@media only screen and (max-width: 700px) {
	.responsive {
		width: 49.99999%;
		margin: 6px 0;
	}
}

@media only screen and (max-width: 500px) {
	.responsive {
		width: 100%;
	}
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.collapsible {
	font-family: 'Merriweather', serif;
	background: linear-gradient(rgba(205, 190, 255,.1), rgba(205, 190, 255,.1)), url('https://nighthawkstar.neocities.org/assets/jakurai/h3.jpg');
	border: 1px dotted #17027A;
	border-radius: 6px;
	opacity: 0.8;
	color: #17027A;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.3s;
}

.active, .collapsible:hover {
	background: linear-gradient(rgba(205, 190, 255,.1), rgba(205, 190, 255,.1)), url('https://nighthawkstar.neocities.org/assets/jakurai/h3.jpg');
	border: 1px dotted #17027A;
	border-radius: 6px;
	opacity: 1;
}

.content {
	background: linear-gradient(rgba(205, 190, 255,.9), rgba(205, 190, 255,.9)), var(--body-bg-image);
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.fadein img {
	opacity: 0.5;
	transition: 1s ease;
}

.fadein img:hover {
	opacity: 1;
	transition: 1s ease;
}

/*tab stuff*/

/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px dotted white;
	background-color: inherit;
	border-radius: 6px;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	color: #9ED1E8;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-family: 'Merriweather', serif;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #4C7AD3;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px dotted white;
	border-top: none;
	border-radius: 6px;
	background: linear-gradient(rgba(97,158,255,.5), rgba(97,158,255,.5)), var(--body-bg-image);
}
  
/*table*/

table, th, td {
	border: 1px solid white;
	border-collapse: collapse;
	padding: 8px;
}

tr:nth-child(odd) {
	background-color: #0750c0;
}

tr:nth-child(even) {
	background-color: #619EFF;
}

/*sparkles*/

.glitter-text {
	color: #9ED1E8;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF0000, 0 0 30px #FF0000, 0 0 40px #FF0000;
}

.animated-glitter {
	color: #9ED1E8;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF0000, 0 0 30px #FF0000, 0 0 40px #FF0000;
	animation: glitter 1s linear infinite;
}

@keyframes glitter {
	0% {
		text-shadow: 0 0 5px #fff, 0 0 10px #00FFFF;
	}

	50% {
		text-shadow: 0 0 15px #fff, 0 0 20px #00FFFF;
	}

	100% {
		text-shadow: 0 0 5px #fff, 0 0 10px #00FFFF;
	}
}

/* BELOW THIS POINT IS MEDIA QUERY */

@media only screen and (max-width: 800px) {
	#flex {
		flex-wrap: wrap;
	}

	aside {
		width: 100%;
	}

	main {
		order: 1;
	}

	#leftSidebar {
		order: 2;
	}

	#rightSidebar {
		order: 3;
	}

	#navbar ul {
		flex-wrap: wrap;
	}
}