/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur829.cur), auto !important;} /* End https://www.cursors-4u.com */

/*
div, header, main, footer, aside, nav {
  border: solid 1px blue !important; 
}
*/

@font-face {
  font-family: PixelOperator;
  src: url(assets/font/PixelOperator.ttf);
  font-weight: normal;
}

@font-face {
  font-family: PixelOperator;
  src: url(assets/font/PixelOperator-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: Pixellari;
  src: url(assets/font/Pixellari.ttf);
  font-weight: bold;
}



* {
  box-sizing: border-box;
}

p, h1, h2, h3, h4, li {
  margin: 0px;
}

html {
  font-family: PixelOperator;
  font-size: 16px;
  color: #9b7969;
}

html, body {
  height: 99%;
  overflow: hidden;
}

body {
  background: url(assets/sitemap/yellow-bg.gif);
}

.container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 {
  font-size: 16px;
  color: #fffdf9;
  paint-order: stroke fill;
  -webkit-text-stroke: 2px #9b7969;
}

h3 {
  display: inline;
  font-family: Pixellari;
  font-size: 16px;
}

main {
  width: 500px;
  border-radius: 5px;
  border: solid 1px #a6c05e;
  padding: 10px;
  background: #fffdf9;
  box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #a6c05e;
}

.back-deco {
  border-radius: 7px;
  border: solid 1px #a6c05e;
  padding: 5px;
  background: #e7e69b;
  box-shadow: inset 1px 1px 0 #fffdf9, inset -1px -1px 0 #a6c05e, 1px 1px 0 #a6c05e;
}

.banner-image {
  padding: 10px 10px 5px 10px;
  background: url(assets/sitemap/nene-banner.png);
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 120px;
  border-radius: 3px;
  border: solid 1px #d1c4b2;
}

.callout {
  margin-top: 10px;
  border-radius: 5px;
  border: solid 1px #d1c4b2;
  padding: 10px;
  background: #faf5eb;
  box-shadow: inset 2px 2px 0 #ffffff, inset -1px -1px 0 #d1c4b2;
}

.links {
  height: 400px;
  margin-top: 10px;
  overflow-y: auto;
  padding-right: 10px;
}

.links-title {
  margin-bottom: 5px;
  display: block;
  padding: 7px 7px 4px 7px;
  border-radius: 3px;
  background: #a6c05e;
  color: #fffdf9;
  border: solid 1px #6a8d49;
  box-shadow: inset 2px 2px 0 #e7e69b, inset -1px -1px 0 #6a8d49;
}

.links p + h3 {
  margin-top: 20px;
}

a {
  color: #8ea13a;
  text-decoration: underline dotted 1px;
}

a:hover {
  color: #fffdf9;
  background: #a6c05e;
  font-weight: bold;
  padding: 0 3px 0 3px;
  border-radius: 3px;
  text-decoration: none;
}


/* width */
::-webkit-scrollbar {
  width: 15px;
  
}

/* Track */
::-webkit-scrollbar-track {
  background: #fffdf9;
  border: solid 1px #d1c4b2;
  border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a6c05e;
  border-radius: 3px;
  border: solid 1px #6a8d49;
  border-right: none;
  box-shadow: inset 2px 2px 0 #e7e69b, inset -2px -2px 0 #6a8d49;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e7e69b;
  box-shadow: inset 2px 2px 0 #fffdf9, inset -1px -1px 0 #a6c05e;
}

::-moz-selection { /* Code for Firefox */
  color: #a6c05e;
  background: #f3fdd6;
}

::selection {
  color: #a6c05e;
  background: #f3fdd6;
}

s {
  color: #d1c4b2;
  text-decoration: line-through underline 1px #d1c4b2;
}
