@import url('https://fonts.googleapis.com/css2?family=Imperial+Script');

/* ----FONTS----
    Imperial Script = cursive
    Georgia = nice fancy-ish
*/

:root {
  --lightblue: #d7ecff;
  --cream: #fdfffc;
  --darkbrown: #554c46;
  --lightbrown: #8e796a;
  --lightgray: #e4e4e4;
  --lightcyan: #c7eeff;
  --medpink: #ff77bd;
  --limegreen: #b7ff6f;
  --darkblue: #2066de;
  --medblue: #76ace2;
  --lightpink: #ffafc7;
  --mint: #b9ffca;
  --gray: rgba(46, 46, 46, 0.204);
  --reddy: #ff5574;
}

::selection {
  background: var(--medpink);
  color: var(--limegreen);
}

* {
  box-sizing: border-box;
  color: var(--darkbrown);
  overflow: wrap;
  font-family: Tahoma, Verdana, sans-serif;
}

body {
  font-family: Arial;
  padding: 7px;
  background-color: var(--lightblue);
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  color: #469fda;
  text-shadow: var(--lightcyan) 0.5px 0.5x 2px;
  text-decoration: underline dotted 2px rgb(64, 171, 224);
}

a:hover {
  color: #ff77bd;
  font-weight: bold;
}

.main {
  float: auto;
  padding: 16px;
  margin: 1em;
  border: 2px solid var(--lightbrown);
  background-image: repeating-linear-gradient(45deg, white, white 6px, var(--medpink) 6px, var(--lightpink) 12px);
  box-shadow: -1.5px -1.5px 2px inset var(--gray), 0 0 10px 0px var(--medblue);
  max-width: 800px;
  border-radius: 0.5em;
}


.container {
  display: grid;
  grid-template-areas:
    "header header header"
    "left1 mid1 right1"
    "left1 mid1 right2"
    "left1 mid1 right3"
    "left2 mid3 right3"
    "footer footer footer";
  grid-template-columns: 1fr 2.3fr 1fr;
  grid-template-rows: minmax(100px, auto); 
  gap: 7px;
  background-color: lightyellow;
  padding: 10px;
  box-shadow: inset 0 0 2px 0px var(--gray);
  border: 2px solid var(--lightbrown);
  border-radius: 0.5em;
}

.container div {
  padding: 10px;
  grid-area: auto;
  border-radius: 0.5em;
}

.container div.header {
  grid-area: header;
  border-radius: 0.4em 0.4em 0px 0px;
  margin: -10px -10px 0px;
  background-image: url("image/neo\ banner\ sketch\ copy.png"),url("image/lace.gif"), url("image/diamond-bg.png");
  background-size: contain, 25px, 300px;
  background-position: bottom left, top center, center;
  background-repeat: no-repeat, repeat-x, repeat;
  box-shadow: inset rgba(255, 255, 255, 0.516) 3px 3px 2px, inset rgba(79, 79, 79, 0.226) -2px -2px 1px;
  text-shadow: white 1px 1px 0px, white -1px -1px 0px, white 1px -1px 0px, white -1px 1px 0px, rgb(69, 69, 69) 1px 2px 5px;
  padding-left: 170px;
  height: 190px;
  text-align: center;
  padding-top: 75px;
  padding-right: 10px;
  border-bottom: #8e796a 2px solid;
}

.header p {
  font-style: italic;
  margin: 0;
  padding: 0;
}

.container div.menu {
  grid-area: left1;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: auto;
  font-size: 12px;
  text-align: center;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.container div.content {
  grid-area: mid1;
  padding: 13px;
  font-size: 14px;
  min-width: 240px;
  overflow-y: scroll;
  overflow-wrap: normal;
  max-height: 242.2px;
  box-shadow: 2px 2px lightskyblue;
  background-color: var(--cream);
  border: var(--lightbrown) 2px solid;
  margin-right: 2px;
}

.container div.contentbox {
  grid-area: mid3;
  padding: 13px;
  font-size: 14px;
  overflow-y: scroll;
  overflow-wrap: normal;
  box-shadow: 2px 2px lightskyblue;
  background-color: var(--cream);
  border: var(--lightbrown) 2px solid;
  margin-right: 2px;
}

.container div.footer {
  grid-area: footer;
  text-align: center;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-size: 13px;
  color: var(--lightbrown);
}

.container div.menu a {
  color: var(--darkbrown);
  display: block;
  padding: 7px 10px 7px 10px;
  margin: 4px 0px;
  background-color: rgb(181, 249, 158);
  border: var(--lightbrown) solid 1.8px;
  box-shadow: inset #6c6c6c -1.2px -1.2px 1.5px, inset #fff 1px 1px 1.5px;
  text-decoration: none;
  border-radius: 0.5em;
}

.container div.menu a:hover {
  font-style: normal;
  box-shadow: inset #6c6c6c -0.6px -0.6px 1px, inset #fff 1.6px 1.6px 1px;
  background-color:var(--lightcyan);
}

p {
  line-height: 1.4;
  margin-bottom: 4px;
}

h1 {
  margin: 0px;
  font-family: "Imperial Script", cursive;
  font-size: 60px;
  padding: 0px;
  margin-bottom: -10px;
}

h2 {
  margin: 0px;
  padding: 0px;
  margin-bottom: -9.5px;
  text-decoration: underline dotted 3px var(--lightpink);
  text-underline-offset: 1.2px;
  font-size: 24px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  margin-bottom: 6px;
}

/*.container {
  color: var(--darkbrown);
  padding: 8px;
  margin: 0px;
  text-align: left;
  padding-left: 30px;
  box-shadow: -1.5px -1.5px 1px inset var(--gray);
  text-shadow: var(--gray) 0px 0px 3px;
  border: 2px outset var(--lightpink);
  background-image: url("image/lacy.gif");
  background-size: cover;
  background-position: left;
  height: 40px;
  border-radius: 0px;
  width: 198px;
  cursor: pointer;
  font-family: "Imperial Script", cursive;
  font-size: 26px;
  display: flex;
  align-items: center;
}

.dropbutton:hover {
  color: #7b4e2d;
  box-shadow: -1.5px -1.5px 1px inset white, 1.5px 1.5px 1px inset var(--gray);
  border: 2px inset var(--lightpink);
  font-style: normal;
  background-image: url("image/lacy-hover.gif");
  text-shadow: lightpink 0px 0px 3px;
  padding-left: 35px;
}

.dropbutton:focus {
  background-image: url("image/lacy-click.gif");
  color: #7b4e2d;
  text-shadow: lightpink 0px 0px 3px;
}

.container div.dropdown {
  position: relative;
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  padding: 0px;
  border: none;
  margin: 0px;
}

.submenu {
  display: none;
  position: relative;
  margin: 0px;
  border-radius: 0px;
  cursor: pointer;
  box-shadow: none;
  width: 100%;
}

.submenu a {
  text-decoration: none;
  display: block;
}


.show {
  display: inline-block;
}

.container div.submenu {
  border: none;
  box-shadow: none;
  padding: 0;
}

.container div.submenu a {
  padding-left: 60px;
  text-align: left;
  background-image: url(image/lacy-pinky.gif);
  border: none;
  box-shadow: none;
  height: min-content;
  background-size: 100%;
  background-position: center;
  font-size: smaller;
}

.container div.submenu a:hover {
  padding-left: 65px;
  text-align: left;
  background-image: url(image/lacy-pinky.gif);
  border: none;
  box-shadow: none;
}
*/

span {
  color: var(--reddy);
}

s {
  font-style: italic;
  color: inherit;
  text-decoration-thickness: 2px;
  opacity: 50%;
}

mark {
  border-radius: 0px;
  padding: 0px 3px;
  color: inherit;
  background: linear-gradient(to top, var(--limegreen) 35%, transparent 1%);
}

h3 {
  margin: 0px;
  padding: 0px;
  margin-bottom: -9.5px;
  font-size: 18px;
  font-family: 'Arial Narrow';
  font-weight: bold;
}

.container div.log {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 78px;
  font-size: 12px;
  min-width: 120px;
  padding-top: 7px;
  background-color: powderblue;
  border: var(--lightbrown) dashed 2px;
  box-shadow: inset #6c6c6c -2px -2px 1.7px, inset #fff 1.5px 1.5px 1.6px;
  text-overflow: break;
}

.log::-webkit-scrollbar {
  display: none;
}

.log {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.log h3 {
  text-align: center;
  font-size: 16px;
  padding-bottom: 7px;
}

dt {
  float: left;
  clear: left;
  width: auto;
  font-weight: bold;
  color: var(--darkbrown);
  padding-right: 5px;
}

dd {
  margin: 0px;
  margin-left: 8px;
  color: var(--lightbrown);
  margin-bottom: 5px;
}

*::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.container div.boxy {
  font-size: 12px;
  padding: 7px;
  background-color: rgb(181, 249, 158);
  border: var(--lightbrown) solid 2px;
  box-shadow: inset #6c6c6c -2px -2px 1.7px, inset #fff 1.5px 1.5px 1.6px;
}

.boxy p {
  margin: 1px;
}

.container div.spacer {
  background-color: transparent;
  color: transparent;
  border: none;
  box-shadow: none;

}

.container div.buttonsss {
  padding: 0px;
}

.container div.menu2 {
  grid-area: left2;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: auto;
  font-size: 12px;
  text-align: center;
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.container div.menu2 a {
  color: var(--darkbrown);
  display: block;
  padding: 7px 10px 7px 10px;
  margin: 4px 0px;
  background-color: var(--lightpink);
  border: var(--lightbrown) solid 1.8px;
  box-shadow: inset #6c6c6c -1.2px -1.2px 1.5px, inset #fff 1px 1px 1.5px;
  text-decoration: none;
  border-radius: 0.5em;
}

.container div.menu2 a:hover {
  font-style: normal;
  box-shadow: inset #6c6c6c -0.6px -0.6px 1px, inset #fff 1.6px 1.6px 1px;
  background-color: #ffb59c;
}

h4 {
  padding: 0px;
  margin: 4px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Arial';
  text-shadow: var(--lightblue) 1px 1px 0px, var(--lightblue) -1px -1px 0px, var(--lightblue) 1px -1px 0px, var(--lightblue) -1px 1px 0px,
  white 2px 2px 0px, white -2px -2px 0px, white 2px -2px 0px, white -2px 2px 0px,
  white 2px 1px 0px, white -2px -1px 0px, white 1px -2px 0px, white -1px 2px 0px,
  white 1px 2px 0px, white -1px -2px 0px, white 2px -1px 0px, white -2px 1px 0px;
}

