
body {
	font-family: 'Willow';
	margin: auto;
	background-attachment: fixed;
	font-size: 14px;
	overflow-x: hidden;
	color: #91817d;
	padding:10px;
	-webkit-font-smoothing:none;
	font-smooth: never;
  background-image:url('Images/funkybg.png');
  background-repeat: repeat-x;
  background-size:40%;
  letter-spacing:0px;
}
@font-face {
    font-family: 'willow';
    src: url('/Assets/Fonts/willow.woff2') format('woff2'),
        url('/Assets/Fonts/willow.woff') format('woff'),
        url('/Assets/Fonts/willow.ttf') format('truetype'),
        url('/Assets/Fonts/willow.svg#willow') format('svg');
}
@font-face {
    font-family: 'Faeries';
    src: url('Newassets/Fonts/Fairies.otf') format('opentype');
}
@font-face {
    font-family: 'Unchanged';
    src: url('Assets/Fonts/unchanged.ttf') format('truetype');
}

a:hover {
	font-style: italic;
	text-decoration: underline;
}
a:active {
	color: #ff6bce;
	text-decoration: underline;
}

.clock {
	text-align: center;
	font-family: 'Willow';
	font-weight:100;
	font-size: 18px;
	color: brown;
}
img {
	image-rendering: pixelated;
	max-width: 100%;
}
h1 {
  color:#6e5e8f;
  text-align:center;
  box-shadow: 0px 02px 2px inset #fff;
	font-family: 'Faeries';
	font-size: 24px;
	width: calc(100% + 20px);
	height:25px;
	margin-left:-10px;
	margin-top:-1px;
	padding:3px;
  box-sizing:border-box;
  border-width: 8px;
  background: url('https://i.pinimg.com/1200x/b6/fc/79/b6fc799f4408020348069f831424976a.jpg');
  background-position: center center;
  background-size:cover;
  border:none;
  text-shadow: -1px 1px 1px #FFFFFF;
}
h2 {
  font-family: 'Unchanged';
	font-size: 17px;
	color:#806db2;
}
h3 {
	font-family: 'Willow';
	font-size: 15px;
	color: #7b9174;
}
h4 {
	font-family: 'Willow';
	text-decoration: underline;
	font-style:italic;
	font-size: 20px;
	color: blue;
	font-weight: 100;
	margin:0px;
	margin-bottom:-15px;
}
h5 {
	font-family: 'Willow';
	text-decoration: none;
	font-style:italic;
	font-size: 17px;
	color: brown;
	font-weight: 100;
	margin:-5px;
	margin-bottom:-10px;
	margin-left:10px;
}
textarea {
	background: white;
	border: 2px inset;
	color: #91817d;
	font-weight: 100;
	font-family: 'Willow';
	resize: none;
}
::selection {
	color: #800080;
	background: #ba84a8;
}
::-webkit-scrollbar {
    width: 16px;
}
::-webkit-scrollbar-thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #c8d6fb;
    background-size: 7px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: inset -3px 0 #bad1fc, inset 1px 1px #b7caf5;
}
::-webkit-scrollbar-track {
    background: white;
}
/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
  background-image: url('https://cocopie.neocities.org/Assets/scrollup.PNG');
  background-size: contain;
  background-repeat: no-repeat;
}
/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
  background-image: url('https://cocopie.neocities.org/Assets/scrolldown.PNG');
  background-size: contain;
  background-repeat: no-repeat;
}
::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(0deg,rgb(200, 190, 255) 0%,rgb(222, 168, 248) 10%,rgb(168, 222, 258) 30%,rgb(189, 250, 205) 42%,rgb(243, 250, 189) 58%,rgb(250, 227, 189) 70%,rgb(248, 172, 171) 95%,rgb(254, 170, 212) 100%);
}
.borders {
  box-sizing: border-box;
  padding: 20px;
  background-image:url('Graphics/bg16.jpg');
  width: 100%;
  height: 100%;
}
.boxy {
  display: inline-block;
	box-sizing: border-box;
	background: white;
  width: 100%;
  height: 100%;	
  overflow:hidden;
  padding:10px;
}
.link {
	width: 100%;
	box-shadow: -1px -1.4px 1px inset #9e9699, 2px 3px 1.5px inset white, 0px 0px 2px #aba4a6;
	background: linear-gradient(180deg, rgb(255, 255, 244) 41%, rgb(255, 217, 229) 56%);
	text-align: left;
	text-decoration: none;
	padding: 5px;
	color: #948478;
	letter-spacing: 1px;
	font-weight: 100;
    font-size: 15px;
  height:18px;
  box-sizing: border-box;
}
.link a {
	letter-spacing: -1px;
	height: 18px;
	width: 100%;
	display: inline-block;
	color: #91817d;
	text-decoration: none;
	font-style: none;
	text-align:left;
}
.link a:hover {
	color: #ffb3d4;
	font-style: italic;
}
iframe {
	height: 100%;
	width: 100%;
	overflow: scroll;
	border: none;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  top: 100%;
  left: 50%;
  margin-left: -60px; 
  background-color: #fff2b3;
  color: blue;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 99999;
  opacity: 0;
  transition: opacity 1s;
}
.tooltip {
  position: relative;
  display: inline-block;
  border: 1px dotted brown;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#statuscafe {
  margin-top:50px;
  margin-left:220px;
  border: none;
  background-image:url("Assets/bubble.png");
  background-size:contain;
  background-repeat:no-repeat;
  z-index:99999;
  height:399px;
  color:#a5cf8a;
  width:150px;
  padding-left:30px;
  padding-right:5px;
  padding-top:5px;
  box-sizing:border-box;
  font-size:13px;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
#statuscafe-username {
    font-size:15px;
    font-family: 'Willow';
    margin-bottom: 14px;
    color: blue;
    font-style: italic;
}
#statuscafe-content {
    margin: auto;
    line-height:15px;
    font-size:13px;
}
.navigation {
  position:relative;
  width:170px;
  height:672px;
  overflow-x:hidden;
  overflow-y:hidden;
  margin-bottom:10px;
  border:1px groove #523108;
}
#menu {
  float: left;
  margin: 0 0 10px;
  margin-top:-14px;
  padding: 0;
  width: 170px;
  line-height: 180%;
  letter-spacing: 1px;
}

}
#side {
  float: left;
  padding: 0;
  width: 170px;
  margin: 0 0 10px 0;
}
ul {
  display:inline-block;
  padding:0px;
  margin:0px;
  list-style: inside;
}
#menu li {
  padding-left: 10px;
  width: 160px;
  padding-top: 5px;
  padding-bottom: 8px;
  box-shadow:2px 3px 1.5px inset white, 0px 0px 2px #aba4a6;
  background: linear-gradient(180deg, rgba(255,255,244,1) 41%, rgba(255,247,210,1) 56%);
  height: 13px;
	font-size: 15px;
	font-weight: 100;
}
#menu li:hover{
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
     -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
          box-shadow: inset 0px 0px 5px #c1c1c1;
}

#footer {
  width:100%;
  border:14px solid black;
  margin-top:20px;
  padding:5px;
  border-image: url(Newassets/border.png) 13 fill round;
  color:#fffeed;
  background: none;
  text-align:center;
}

.cutie {
  margin:10px;
  height:200px;
  width:100px;
  background:url('Newassets/cloviesbg.gif');
  border: 2px outset;
  text-align:center;
  display:inline-block;
  box-sizing:border-box;
}
.hiddenscroll ::-webkit-scrollbar {
    display: none;
}
.hiddenscroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.sepia {filter:  sepia(80%);} 
.sepia :img:hover { filter: none;}
/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-11/nat1009.cur), auto !important;} /* End https://www.cursors-4u.com */

.thumbnail {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 330px;
  
}
.thumbnail:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  filter: brightness(105%);
}