html {
	scrollbar-width:thin;
	scrollbar-color: #8db0e9 transparent;
	overflow-x: hidden;
}

body {
	background-image: url("/images/background.jpg");
	width:2560;
	height:1440;
	background-repeat: repeat;
	background-size:2400px;
	overflow:scroll;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	gap:10px;
	/* Start https://www.cursors-4u.com */ 
    cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol394.cur), auto !important;
    /* End https://www.cursors-4u.com */
	scrollbar-width:thin;
	scrollbar-color: #8db0e9 transparent;
}

span {
	display:inline-block;
}

.scroller {
	height: 100%;
    overflow-y: auto;
}

.scroller .webring{
	max-height:100%;
    overflow-y: auto;
}

.scroller .sites{
	max-height: 100%;
    overflow-y: auto;
}

.content {
	display: flex;
}

.content * {
    scrollbar-width:thin;
    scrollbar-color: #8db0e9 transparent;
}

h1 {
    font-family:nextsunday;
    font-size:30px;
    color:#1d3863;
    text-shadow: 1px 1px 2px #ffffff;
    text-decoration: wavy underline;
	margin-top:15px;
	margin-bottom:15px;
	text-decoration-skip:spaces;
    transition: 0.2s;
}

h1:hover {
    font-size:31px;
    color:#3e74b4;
	text-decoration:none;
    transition: 0.2s
}

.sidebar {
	width: 300px;
	height: 800px;
	position: relative;
	left: 60px;
	top: 45px;
	padding:15px;
	margin-right: 50px;
	box-sizing: border-box;
}

.nav {
	width: 200px;
	height: 350px;
	background-image: url("/images/cloudtile.png");
	background-repeat: repeat;
	background-size: 200px;
	border: ridge 5px #1d3863;
	outline: solid 3px #c5f3fe;
	box-shadow: 0px 0px 10px #c5f3fe;
	border-radius: 10px 60px 10px 10px;
	padding-left:15px;
    margin-bottom: 20px;
	overflow-x:hidden;
	box-sizing: border-box;
}

.nav img {
	height: 20px;
	width:20px;
}

.nav a {
	text-decoration: none;
	color:inherit;
}

.nav li {
    font-family:effortless;
    font-size: 20px;
    color:#3e74b4;
    text-shadow: 1px 1px 2px #ffffff;
    text-decoration:dotted underline;
	text-decoration-skip:spaces;
    transition: 0.15s;
    list-style:none;
    padding-bottom:5px;
    padding-left:5px;
}

.nav li:hover{
    font-size: 21px;
    color:#63bae6;
    transition: 0.15s;
}

.nav ul {
    font-family:effortless;
    font-size: 20px;
    color:#3e74b4;
    text-shadow: 1px 1px 2px #ffffff;
    text-decoration:dotted underline;
	text-decoration-skip:spaces;
    transition: 0.15s;
    list-style:none;
    padding-left:20px;
	margin: 0px;
}

.nav ul a:hover{
    font-size: 21px;
    color:#63bae6;
    transition: 0.15s;
}

.nav summary {
    font-family:effortless;
    font-size: 20px;
    color:#3e74b4;
    text-shadow: 1px 1px 2px #ffffff;
    text-decoration:dotted underline;
    transition: 0.15s;
    list-style:none;
	padding-bottom: 5px;
	padding-left:5px;
}

.nav summary:hover{
    font-size: 21px;
    color:#63bae6;
    transition: 0.15s;
}

.status {
	width: 200px;
	height: 100px;
	background-image: url("/images/plaid.png");
	background-repeat: repeat;
	background-size: 200px;
	border: ridge 5px #b5defd;
	outline: solid 2px #4279b9;
	box-shadow: 0px 0px 10px #4279b9;
	border-radius: 10px;
	margin-bottom: 20px;
	padding-top:3px;
	overflow-x:hidden;
	box-sizing: border-box
}

#statuscafe-username {
	font-family:papernotes;
	font-size: 15px;
	color:#4279b9;
	text-align: center;
	scrollbar-width:none;
	padding-bottom:3px;	
}

#statuscafe-content {
	font-family:handwriting;
	font-size:20px;
	color:#1d3863;
	text-shadow: 1px 1px 1px #ffffff;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	box-sizing: border-box;
}

#statuscafe-username a{
	color:#4279b9;
	text-decoration:dotted underline;
	transition:0.1s;
}

#statuscafe-username a:hover{
	color:#1d3863;
	font-size:16px;
	text-decoration:dotted underline;
	transition:0.1s;
}

.todo {
	width: 200px;
	height: 200px;
	background-image: url("/images/wavy.png");
	background-repeat: repeat;
	background-size: 200px;
	border: ridge 5px #99cffd;
	outline: solid 2px #e4fdfd;
	box-shadow: 0px 0px 10px #e4fdfd;
	border-radius: 10px 10px 10px 60px;
	overflow-x:hidden;
	box-sizing: border-box
}

.todo p{
	font-size:20px;
	font-family:handwriting;
	color:#1d3863;
	text-shadow: 1px 1px 2px #ffffff;
	margin:0;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
}

.todo h1{
	margin-bottom:10px;
	margin-top:15px;
	padding-left:15px;
}

.main{
	background-color: transparent;
	position:relative;
	top:45px;
	overflow:wrap;
}

.banner {
	height:100px;
	width: 600px;
}

.toprow {
	height: 200px;
	max-width:600px;
	margin-top:10px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: left;
	flex-wrap:nowrap;
}

.mishimage img {
	max-height:200px;
}

.about {
	height: 200px;
	width:400px;
	background-image: url("/images/gingham.jpg");
	border-radius: 60px 10px 10px 10px;
	border: ridge 6px #8db0e9;
	outline: solid 3px #cdecff;
	box-shadow: 0px 0px 10px #cdecff;
	overflow-x:hidden;
	box-sizing: border-box;
	font-family:effortless;
	text-align:justify;
	padding:20px 20px 15px 20px;
	margin:none;
	font-size:15px;
	color: #5a7095;
	z-index: +1;
}


.about h1{
	font-family:handwriting;
	text-decoration:dotted underline;
	text-align: right;
	padding:none;
	margin:none;
	font-size:40px;
	margin-top:0px;
	margin-bottom:0px;
	transition: 0.2s;
	color:#8db0e9;
	text-shadow:1px 2px 2px #3e74b4;
	transition:0.2s;
	
}

.about h1:hover {
	transition: 0.2s;
	letter-spacing: 1px;
	color:#3e74b4
}

.about h2 {
	align-content: left;
}

.about a {
	text-decoration: dotted underline;
	transition:0.2s;
	color: #8db0e9;
}

.about a:hover{
	font-size:16px;
	transition:0.2s;
}

.about li {
	list-style: none;
}

.about li::before {
	content:"•";
	padding-right:5px;
}

.about i {
	font-size:14px;
}

.aboutsticker1 {
	position:relative;
	top:10px;
	height:0px;
	width:0px;
	transform:rotate(-10deg);
} 

.boxes {
	align-content: center !important;
	display: grid;
	grid-template-columns: repeat(2, minmax 0, 1fr);
	grid-template-rows: repeat(5, minmax 0, 1fr);
	grid-gap: 24px;
	margin-top:10px;
	overflow:wrap;
}

.boxes h1{
	font-family:handwriting;
	text-decoration:dotted underline;
	text-align: left;
	padding:none;
	margin:none;
	font-size:30px;
	margin-top:0px;
	margin-bottom:8px;
	transition: 0.2s;
	color:#8db0e9;
	text-shadow:1px 2px 2px #3e74b4;
	transition:0.2s;
	
}

.boxes h1:hover {
	transition: 0.2s;
	letter-spacing: 1px;
	color:#3e74b4;
}

.boxes h2{
	font-family:handwriting;
	text-decoration:dotted underline;
	text-align: right;
	padding:none;
	margin:none;
	font-size:30px;
	margin-top:0px;
	margin-bottom:8px;
	transition: 0.2s;
	color:#8db0e9;
	text-shadow:1px 2px 2px #3e74b4;
	transition:0.2s;
	
}

.boxes h2:hover {
	transition: 0.2s;
	letter-spacing: 1px;
	color:#3e74b4
}

.webring {
	grid-area: 1 / 1 / 4 / 2;
	width:300px;
	height:230px;
	padding:10px;
	background-image: url("/images/hearts.png");
	border-radius: 10px 60px 10px 10px;
	border: ridge 4px #8db0e9;
	outline: solid 2px #cdecff;
	box-shadow: 0px 0px 15px #cdecff;
	overflow-x:hidden;
	box-sizing: border-box;
}

.stamps {
	grid-area: 4 / 1 / 6 / 2;
	max-width:300px;
	height:150px;
	padding:9px;
	background-image: url("/images/greenplaid.jpg");
	border-radius:60px 10px 10px 10px;
	border: ridge 4px #8db0e9;
	outline: solid 2px #cdecff;
	box-shadow: 0px 0px 15px #cdecff;
	overflow-x:hidden;
	box-sizing: border-box;
}

.stamps img {
	max-width: 270px;
}

.butt {
	max-width: 88px;
	max-height: 31px;
}

.sites {
	grid-area: 1 / 2 / 3 / 3;
	max-width:300px;
	height:150px;
	font-family:effortless;
	text-align:center;
	font-size:15px;
	color: #5a7095;
	background-image: url("/images/heart.gif");
	border-radius: 10px 10px 60px 10px;
	border: ridge 4px #8db0e9;
	outline: solid 2px #cdecff;
	box-shadow: 0px 0px 15px #cdecff;
	overflow-x:hidden;
	box-sizing: border-box;
	
}

.sitebuttons {
	padding:9px;
}

.sitebuttons h1 {
	padding:9px;
}

.cbox {
	grid-area: 3 / 2 / 6 / 3;
	width:300px;
	height:230px;
	padding:10px;
	background-image: url("/images/flowerplaid.png");
	border-radius: 10px 10px 10px 60px;
	border: ridge 4px #8db0e9;
	outline: solid 2px #cdecff;
	box-shadow: 0px 0px 15px #cdecff;
	overflow-x:hidden;
	box-sizing: border-box;
}

.moreschtuff {
	top:45px;
	height:630px;
	width:550px;
	background-image: url("/images/greenplaid.jpg");
	border-radius: 10px 60px 10px 60px;
	border: ridge 6px #8db0e9;
	outline: solid 3px #cdecff;
	box-shadow: 0px 0px 10px #cdecff;
	overflow-x:hidden;
	box-sizing: border-box;
	font-family:effortless;
	text-align:justify;
	padding:20px 20px 15px 20px;
	margin:none;
	font-size:15px;
	color: #5a7095;
	z-index: +1;
}
