@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gudea:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gudea:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-size: 1em; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

/* adapted from https://github.com/thesephist/blocks.css/ */
/* latest version 6.25.2023 */
/* DEFAULT VARIABLES */
body { --block-text-color: #222; --block-background-color: #fff; --block-accent-color: #444; --block-shadow-color: #444; }

/* BASIC BLOCK STYLES */
.block { display: block; color: var(--block-text-color); border: 1px solid var(--block-text-color); border-radius: 3px; padding: 4px 8px; background: var(--block-background-color); font-weight: bold; cursor: pointer; box-sizing: border-box; position: relative; top: -2px; left: -2px; transition: transform 0.2s; margin: 8px 2px 10px 2px; z-index: 1; user-select: none; -webkit-user-select: none; -moz-user-select: none; }

.block.wrapper, .block.wrapper.inline { display: inline-block; padding: 0; }

.block.wrapper > * { margin: 0; }

/* INTERACTIVE BLOCK STYLES */
.block::before { content: ""; background: var(--block-background-color); border: 1px solid var(--block-text-color); border-radius: 3px; box-sizing: border-box; position: absolute; top: -2px; left: -2px; height: calc(100% + 4px); width: calc(100% + 4px); z-index: -1; }

.block:hover, .block:focus { transform: translate(2px, 2px); }

.block::after { content: ""; display: block; box-sizing: border-box; background: var(--block-shadow-color); border: 3px solid var(--block-text-color); border-radius: 3px; height: calc(100% + 4px); width: calc(100% + 4px); position: absolute; top: 1px; left: 1px; right: 0; z-index: -2; transition: transform 0.2s; }

.block:hover::after, .block:focus::after { transform: translate(-2px, -2px); }

.block:active { color: var(--block-text-color); transform: translate(2px, 2px); }

.block:active::after { transform: translate(-2px, -2px); }

.block:focus { outline: none; }

.block.fixed { cursor: initial !important; }

/* FIXED STYLES */
.block.fixed:hover, .block.fixed:hover::before, .block.fixed:hover::after, .block.fixed:active, .block.fixed:active::before, .block.fixed:active::after, .block.fixed:focus, .block.fixed:focus::before, .block.fixed:focus::after { transform: none !important; }

/* ACCENT STYLES */
.block.accent { color: var(--block-background-color); background: var(--block-accent-color); }

.block.accent::before { background: var(--block-accent-color); }

/* INLINE STYLES */
.block.inline { display: inline-block; font-size: 0.75em; padding: 0 6px; margin: 3px 2px 1px 4px; }

.block.inline::after { top: -1px; left: -1px; }

.block.inline:hover, .block.inline:focus { transform: translate(1px, 1px); }

.block.inline:hover::after, .block.inline:focus::after { transform: translate(-1px, -1px); }

.block.inline:active { transform: translate(2px, 2px); }

/* ROUND STYLES */
.block.round, .block.round::before, .block.round::after { border-radius: 30px; }

.block.round::after { left: 1px; }

* { box-sizing: border-box; }

body { box-sizing: content-box; font-family: "Lora", serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; margin: 0 auto; line-height: 1.7; padding: 4vh 6vw; overflow-x: hidden; color: #333333; }

@media (min-width: 820px) { body { font-size: 14px; } }

a { color: inherit; text-decoration: underline; text-decoration-style: solid; text-decoration-thickness: 1px; }

a:hover { color: inherit; text-decoration: underline; text-decoration-style: wavy; text-decoration-thickness: 1px; }

p { font-weight: normal; }

time { display: block; color: #4d4d4d; margin: 0.5em 0 1em; }

footer.ui.grid { margin-top: 10rem; padding-top: 5rem; border-top: 1px solid; font-size: 0.8em; }

footer.ui.grid .ui.button, footer.ui.grid .ui.button:hover { border-bottom: 0px; box-shadow: none; }

footer.ui.grid a.button { opacity: .7; font-weight: lighter; }

footer.ui.grid a.button:hover { opacity: 1; }

img { max-width: 100%; display: block; max-height: 75vh; }

blockquote { padding: 1.5em; margin: 0; font-size: 0.88em; background: #f6f6f6; border-radius: 4px; }

blockquote p { margin: 0; }

hr { width: 100%; border: 0; height: 1px; margin: 1.5em 0; background: #d9d9d9; }

h1, h2, h3, h4, h5, h6 { line-height: 1.3; font-family: "Lora", serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; }

nav { margin: 1em 0 3em; }

nav a { text-decoration: none; }

#notes-entry-container { margin-top: 20px; font-size: 1.2rem; }

.backlink-box { padding: 1em; border-radius: 4px; }

.backlink-box a { font-weight: bold; }

code { background: #f5f5f5; padding: 0.1em 0.2em; border-radius: 4px; }

.invalid-link { color: #444444; cursor: help; background: #fafafa; padding: 0 0.1em; }

.invalid-link-brackets { color: #ccc; cursor: help; }

.home side .excerpt img { max-height: 175px; }

.home footer.ui.grid { margin-top: 0px; padding-top: 2.5rem; border-top: 0px; }

.gallery { font-size: 14px; }

.gallery content { padding-top: 0px; }

.gallery .page_higlight { color: dimgrey; }

.gallery h1 { padding: 0.37em 0px; border-top: 1px solid; border-bottom: 4px solid; margin: 0px; }

.gallery .description { padding: 20px 0px; margin-bottom: 30px; font-size: 1.2rem; border-bottom: 5px solid; /* border-radius: 4px; div { padding: 10px 20px; } */ }

.gallery .description a { text-decoration: underline solid 2px; text-underline-offset: 4px; color: inherit; }

.gallery .description a:hover { text-decoration: underline wavy 1px; text-underline-offset: 4px; }

.gallery .cards .card { cursor: auto; }

.gallery .cards .card .content p { margin: 1em auto; font-weight: normal; }

.gallery .cards .card .content .thumbnail { float: left; margin: 0px 5px 5px 0px; }

.gallery .cards .card .content .title { font-weight: normal; font-size: .9em; }

.gallery .cards .card .content a.card-link:hover { text-decoration: none; }

.gallery .cards .card .content a.card-link:hover:after { content: " ↝"; }

.gallery .cards .card .card-header { margin-top: -1px; margin-left: -1px; border-bottom: 1px dashed !important; width: calc(100% + 2px); border-radius: 1px 1px 0 0 !important; }

.gallery .cards .card .card-header .date { color: black; padding: 1em; font-weight: normal; font-family: 'Courier New', Courier, monospace; }

.gallery .img_grid { width: 100%; display: grid; grid-gap: .2em; grid-template-columns: 1fr 1fr; }

@media (max-width: 900px) { .gallery .img_grid { grid-template-columns: 1fr; } }

.gallery .img { padding: 5px; }

.gallery .img a.image-title { display: block; width: 100%; font-family: monospace; background-color: transparent; border-color: transparent !important; }

.gallery .img img { border-radius: none; }

.buttons-container { margin: 20px 0px; }

.buttons-container h2 { float: left; width: auto; }

.buttons-container button.button { margin: 5px; }

article.asset .asset-nav { margin: 20px 0px; }

article.asset .asset-nav #previous-asset { float: left; }

article.asset .asset-nav #next-asset { float: right; }

side { padding: 30px; margin-top: 10px; }

side div { margin: 2rem 0px; }

side * { font-family: "Lora", serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; }

side .overlay { background-color: white; padding: 4%; }

side .overlay div { margin: 1rem 15% 1rem 1rem; }

side .overlay .label:hover { opacity: 1; }

a.ui.button { margin: 3px; }

.desaturate { backdrop-filter: saturate(45%) brightness(2.3) !important; -webkit-backdrop-filter: saturate(30%) brightness(2.3); }

a.internal-link:after { display: none !important; }

@slayer old { body.home { margin: 0px; padding: 0px; }
  body.home .homepage { display: grid; grid-template-columns: repeat(25, 1fr); width: 100vw; background-color: #3abe41; }
  @media (max-width: 900px) { body.home .homepage { grid-template-columns: repeat(10, 1fr); } }
  body.home .homepage a.internal-link { border: none; background: unset; }
  body.home .homepage a.garden-grid { width: 4vw; height: 4vw; background-size: contain; background-repeat: no-repeat; background-image: url(/images/grass2.png); }
  @media (max-width: 900px) { body.home .homepage a.garden-grid { width: 10vw; height: 10vw; } }
  body.home .homepage a.garden-grid:hover i { margin-top: -7px; }
  body.home .homepage a.garden-grid i { width: 2vw; height: 2vw; margin: 1vw; padding: 1vw; display: block; background-size: contain; background-repeat: no-repeat; }
  @media (max-width: 900px) { body.home .homepage a.garden-grid i { width: 6vw; height: 6vw; padding: 2vw; margin: 2vw; } }
  body.home .homepage a.garden-sprite i { background-image: url(/images/talkingweed.gif); }
  .garden h3 { grid-column: 1 / -1; }
  .stuff-list h3, .stuff-list a, .stuff-list p { grid-column: 1 / -1; } }

/*# sourceMappingURL=style.css.map */