.themea {--bg: #92759f;--innerbg: #b0ae87;--accent: #ba7b4e;--text: #03061c;
    --db: #98aec2;--notice: #ddff00 ;--warning: #ff14b8;--shadow: #43454a;}
.themeb {--bg: #7a9f75;--innerbg: #aaaa95;--accent: #4e5aba;--text: #03061c;
    --db: #98aec2;--notice: #145cae ;--warning: #ff5a14;--shadow: #43454a;}
.themec{--bg: #0a1128;--innerbg: #031b44;--accent: #0f4857;--text: #fefcfb;
    --db: #034078;--notice: #14aeae ;--warning: #ff1414;--shadow: #43454a ;}
html { margin: 0;padding: 0;}
body { background: var(--bg);color: var(--text);font-family: Calibri,Cambria;
    margin: 0; padding: 0;line-height: 1.6;}
header {text-align: center;color: var(--text);}
.banner {align-items: right; width: auto;max-height: 250px;height: auto; display: block; margin: 0 auto;}
h1,h2,h3,h4 {text-align: center;}
footer {text-align: center;font-size: 0.9em;color: var(--text);margin-top: 1em;}
.boxed {text-align: left;align-items: center;margin: 1em auto;border: 1px solid var(--db);
    background: var(--innerbg);color: var(--text);border-radius: 12px;padding: 1.5em;
    box-shadow: 2px 2px 8px var(--bg);}
.boxed img {width: 160px;height: auto;float: right;margin-left: 1em;margin-bottom: 0.5em;}
.linktree ul {list-style: none;padding: 0;margin: 0;}
.linktree li {margin: 3px 0;}
.linktree a {display: block;padding: 10px;max-width: 400px;margin: 5px auto;background: var(--bg);
    color: var(--text);border: 1px solid var(--bg);
    border-radius: 5px;text-decoration: none;}
.linktree a:hover {background: var(--accent);color: var(--text);}
a:link {color: var(--text);}
a:visited {color: var(--accent);}
a:hover {color: var(text);}
a:active {color: var(--text);}
#gnome, #post, #back, #note, #join {position: fixed;z-index: 9999;}
#gnome {top: 10px;left: 10px;}
#post {top: 90px;right: 10px;}
#back {bottom: 90px;left: 10px;} 
#note {bottom: 10px;right: 10px;}
#join {bottom: 10px;right: 10px;}
#gnome img, #post img, #back img, #note img, #join img {width: 120px;height: auto;border-radius: 45px;}
#twocolumns {display: grid;grid-template-columns: repeat(2, 1fr);gap: 3px;}
.columnbox {align-items: center;margin: 2em auto;border-left: none;border-right: 3px solid var(--accent);
    background: var(--bg);color: var(--text);border-radius: 12px;
    padding: 1.5em;box-shadow: 2px 2px 8px var(--shadow);}
.anchors ul {list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;gap: 1em;
    justify-content: center;}
.anchors li {margin: 0;}
.anchors a {display: block;padding: 0.6em 1em;background: var(--innerbg);color: var(--text);
    text-decoration: none;border-radius: 6px;}
.anchors a:hover {background: var(--accent);}
.plant {margin-bottom: 1em;padding: 1em;border: 1px solid var(--shadow);border-radius: 8px;background: var(--bg);}
.joinbox {align-items: left;margin: 2em auto;padding: 1em;background: var(--innerbg);border-radius: 12px;}
.joinbox h2 {margin-top: 0;}
.gridcheck {display: grid;grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));gap: 0.5em 1em;
    margin-bottom: 1em;}
.gridcheck label {display: flex;align-items: center;}
input::placeholder, textarea::placeholder {font-family: inherit;font-size: 1.4em;line-height: 1.8px;}
code { margin: 5px 0; padding: 10px; text-align: left; display: block;
  overflow: auto; font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: var(--bg); }
acronym { cursor: help; border-bottom: 1px solid var(--shadow);}
blockquote {margin: 15px;padding: 0 0 0 20px;background: var(--bg);  
   font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;  }

nav ul {list-style: none; padding: 0; display: flex; justify-content: center;
    gap: 1rem; margin:auto;}
nav a { color: var(--text); text-decoration: none;}
nav.topper img { max-width: 60px; height: auto;}
nav.topper ul { flex-wrap: wrap; justify-content: center;}
nav.topper li { flex: 0 1 auto;}


.container { display: grid; grid-template-columns: 1fr 6fr 2fr 1fr; width: 100vw;min-height: 50vh; gap: 0.5em;}

.column1 {position: fixed;text-align: left;background: var(--innerbg);color: var(--text); border-top: 2px solid var(--accent);
    border-right: 2px solid var(--shadow);border-radius: 12px;box-shadow: 2px 2px 8px var(--bg);}
    .left {text-align: left;background: var(--innerbg);color: var(--text); border-top: 2px solid var(--accent);
    border-right: 2px solid var(--shadow);border-radius: 12px;box-shadow: 2px 2px 8px var(--bg);}
.column2 {text-align: left;background: var(--bg);}
    .center {background: var(--bg); padding: 1em;text-align: left;color: var(--text);
    margin: 0 auto;}
.column3 {text-align: right;background: var(--innerbg);color: var(--text); border-top: 2px solid var(--accent);
    border-left: 2px solid var(--accent); border-radius: 12px;box-shadow: 2px 2px 8px var(--bg);}
.column4 {text-align: right;background: var(--inbg);color: var(--text);}

.column1 img, .column2 img, .column3 img, .column4 img { max-width: 100%; height: auto; display: block; margin: 0 auto;
     border-radius: 8px;}


@media (max-width: 600px) {
.boxed img {float: none;display: block;margin: 0 auto 1em auto;}
.left, .center, .right {width: 100%;}
header, footer {padding: 0.5em;text-align: center; }
h1, h2 {font-size: 1.4em;}
  .button, .nav-item {font-size: 0.95em;padding: 0.5em;  }
  .banner { max-width: 95%;  } }
.marquee { width: 100%; overflow: hidden; white-space: nowrap;}
.marquee span { display: inline-block; padding-left: 100%; animation: scroll 10s linear infinite;}
.scrolling { white-space: nowrap; display: inline-block; animation: scroll 10s linear infinite;}
 
@keyframes scroll {  
        0%   { transform: translateX(0); } 100% { transform: translateX(-100%); }}

.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1em; padding: 1em; max-width: 1200px; margin: 0 auto;}
.gallery img { width: 100%; height: auto; object-fit: cover; border-radius: 8px;}
.gallery img:hover { transform: scale(1.12); transition: transform 0.3s ease; box-shadow: 0 0 10px rgba(0,0,0,0.3);}
#lightbox {text-align: left;width: 100%;background: var(--accent);color: var(--text);padding: 3em 1em;box-sizing: border-box;
    margin: 0;}
.lightboxed {text-align: left;max-width: 700px;margin: 0 auto;padding: 1.5em;background: var(--innerbg);color: var(--text);
    border-top: 2px solid var(--accent);border-right: 2px solid var(--accent);
    border-radius: 12px;box-shadow: 2px 2px 8px var(--bg);}


form {display: flex;flex-direction: column;gap: 0.8em;}
form input, form textarea {background-color: var(--text);padding: 0.6em;border-radius: 6px;border: 1px solid var(--accent);
    background: var(--innerbg);color: var(--text);}
form button {max-width: 200px;align-self: center;padding: 0.6em;border: none;border-radius: 6px;background: var(--innerbg);color: var(--text);
    cursor: pointer;}
form button:hover {background: var(--innerbg);}
form { margin: 15px; padding: 0; background: var(--bg);border: 1px dashed #151515;}
label {	display:block;font-weight:bold;	margin:5px 0;}
input {	padding: 2px; border: 1px solid var(--text);font: normal 1em Verdana, sans-serif;
    	color:var(--bg);background: var(--text);}
textarea { width: 250px;padding:2px;border: 1px solid var(--text);font: normal 1em Verdana, sans-serif;
	height:100px;display:block;color:var(--bg);background: var(--text);}
input.button { margin: 0;font: bold 1em Tahoma, Sans-serif;border: 1px solid var(--text);
	padding: 2px 3px; color: var(--bg);background: var(--text);}
.searchform form{position: absolute;top: 10px; right: 10px; background-color: transparent;
	border: none;margin: 0; padding: 0;}
.searchform input.textbox {	margin: 0 3px; padding: 0 2px;width: 130px;
	background: var(--bg);color: var(--text); height: 20px;border: 1px solid #7E050A;	
	vertical-align: top;}
.searchform input.button { font: bold 12px Arial, Sans-serif; 
	background: var(--bg);	color: var(--text); width: 70px;
    height: 22px;	border: none;	padding: 3px 5px;	vertical-align: top;}
form {padding: 1em;}
form input, form textarea, form button {font-size: 1em;width: 100%;box-sizing: border-box;}
form textarea {min-height: 120px;}
.gridcheck {grid-template-columns: 1fr;}
.gridcheck label {align-items: flex-start;gap: 0.5em;}
#gnome {top: 20px;left: 10px;}
#join {top: 90px;right: 10px;}
#back {bottom: 10px;left: 10px;}
#note {bottom: 10px;right: 10px;}

html, body { max-width: 100vw; overflow-x: hidden;}

.theme-buttons { position: fixed;top: 10px; right: 10px; z-index: 9999; display: flex; gap: 0.5em;}
.theme-buttons button { background: var(--accent);  color: var(--text); border: none;
     border-radius: 6px; padding: 0.4em 0.8em; font-weight: bold; cursor: pointer;}
.theme-buttons button:hover {  background: var(--inbg);}

.notesarea { display:none;position:fixed;bottom:3em;right:1em;max-width:300px;
    background: var(--bg);padding:1em;border:1px solid var(--accent);border-radius:8px;}