* {
	box-sizing: border-box;
}

@font-face {
  font-family: 'Sysfont';
  src: url('fonts/sysfont.woff2') format('woff2'),
  url('fonts/sysfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IBM';
  src: url('Web437_IBM_Model3x_Alt4.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
	scrollbar-width: thin;
	scrollbar-color: #C44C5C #fecb40;
}

h1 {
	font-family: 'Sysfont';
	color: #300745;
}

h3 {
	font-family: Sysfont;
	font-size: 30px;
	color: #300745;
}

h2 {
	font-family: Sysfont;
	font-size: 20px;
	color: #300745;
}

p { /* Paragraph styling */
  font-size: 15px;
  color: #300745;
  font-family: "IBM";
}
 
a {
  font-size: 15px;
  color: #df1678;
  font-family: "Sysfont";
  text-decoration: none;
}

b {
  font-size: 16px;
  color: #300745;
  font-family: "Sysfont";
}

hr {
	color: #300745;
}

img.kirbyvibe {
	bottom: 0;
	right: 0;
	position: fixed;
	margin: 0 3% 3% 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HOME PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container-home {
	border: 1px solid white;
	height: auto;
	width: 1000px;
	margin: auto;
	padding: 15px;
}

.container-home-2 {
	border: 1px solid white;
	height: auto;
	width: auto;
	margin: auto;
	padding: 20px;
	background-color: #FBE9B4;
	border-radius: 20px;
}

.top-flex {
	display: flex;
}

.nav {
	height: auto;
	width: 200px;
	padding: 5px;
}

.nav-button {
	background-color: #FC8952;
	margin: 15px;
	border-radius: 0px 100px 100px 100px;
	font-family: "Sysfont";
	font-size: 17px;
	font-weight: bold;
	color: #1B0341;
	padding: 7px 7px;
	display: block;
	margin-bottom: 5px;
	box-shadow: 8px 8px 0px 0px #62128b;
}

.welcome {
	margin-left: 20px;
	width: 700px;
	height: 538px;
	padding: 15px;
}

.welcome-flex {
	display: flex;
}

.welcome-text {
	border: 1px solid white;
	height: auto;
	width: 465px;
	padding: 5px;
}

.welcome-image {
	width: 545px;
	height: 145px;
	position: relative;
	border: none;
}

.changelog {
	border: 1px solid white;
	height: 300px;
	overflow: auto;
	width: 700px;
}

.nebbyhype {
	position: absolute;
}

.bottom-flex {
	display: flex;
}

.container-bottom {
	border: 1px solid white;
	width: 900px;
	height: auto;
	margin-top: 50px;
	padding: 10px;
}

.blog-art-flex {
	display: flex;
}

.blogpost {
	height: 420px;
	width: 380px;
	border: 1px solid black;
}

.recentart {
	border: 1px solid white;
	height: auto;
	width: auto;
	margin-left: 40px;
	padding: 10px;
	margin-top: 10px;
}

.art-preview {
	width: 485px;
	height: 390px;
	border: none;
	background-image: url('newart.png');
	margin: 5px 5px 0px 5px;
	border-radius: 0px 0px 10px 10px;
}

.comics-flex {
	display: flex;
}

.comics {
	width: auto;
	height: 150px;
	margin: 0;
	text-align: center;
}

.status {
	width: 210px;
	height: auto;
}

#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
	font-family: 'IBM';
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
	font-family: 'IBM';
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TOYBOX PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.toybox-flex {
	display: flex;
}

.toybox-main {
	margin: auto;
	border: 1px solid white;
	padding: 15px;
	width: 800px;
	height: auto;
}

.toybox-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.toybox-item {
	margin-right: 10px;
	margin-bottom: 10px;
}

.border {
	max-width: 800px;
	margin: 10px auto;
	border: 15px solid #260455;
	background-color: #11081d;
	border-image-outset: 1px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-image: url('assets/border.png') 19 stretch;
	border-image-outset: 1px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* OBSERVATORY PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.ob-main {
	margin: auto;
	border: 1px solid white;
	width: 800px;
	height: 800px;
	border-radius: 25px 25px 25px 25px;
	background-color:  rgb(42,8,123, 0.75);
}

.ob-nav {
	width: 600px;
	height: auto;
	border: 1px solid white;
	border-radius: 0px 25px 25px 0px;
	border-left: 3px double white;
	padding: 25px;
	text-align: center;
	
}

.ob-info {
	width: 200px;
	height: 800px;
	border: 1px solid white;
	border-radius: 25px 0px 0px 25px;
	padding: 15px;
	background-color: black;
	border-right: 1px solid blue;
}

.ob-flex {
	display: flex;
}

section:target { 
    display: block;
}

button.ob {
	background: gray;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BOOKSHELF PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bookshelf {
	width: 850px;
	height: auto;
	border-radius: 25px 0px 25px 0px;
	padding: 15px;
	background-color: #a6dce8;
	border: 5px solid #2c6cd9;
	margin: auto;
}

.sol {
	width: 850px;
	height: auto;
	border: 5px solid #cd5616;
	margin: auto;
	padding: 15px;
	background: #f1d3bb;
	border-radius: 25px 0px 25px 0px;
}