:root {
    --white: #000000;
    --orange: #3d3324;
    --darkorange: #70380b;
	  --lightgreen: #c4bfad;
    --green: #d3cfc7;
    --shadow: 0 0 1.5px #ffffff;
	  --bg: #f1f0ed;
    --bg2: linear-gradient(0deg,rgba(241, 240, 237, 0.4) 50%, rgba(230, 226, 218, 0.5) 100%);
    --bg3:  none;
    --bg4: #e7e4e2;
    --bg-size: 10px;
    --test: none;
    --header: bold;
    --header2: var(--green);
    --header3: -1.25px -1.25px 0 var(--orange), 1.25px -1.25px 0 var(--orange), -1.25px 1.25px 0 var(--orange), 1.25px 1.25px 0 var(--orange);
    --undeadparish: none;
    scroll-behavior: smooth;
}

#sitebutton, #note, #controls, #webamp {display: none; visibility: hidden; opacity: 0;}