/*==========Reset==========-------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

img { vertical-align: bottom; max-width: 100%; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}


*, *::before, *::after {
    box-sizing: border-box;
}

*::before, *::after {
    pointer-events: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*========================*/
/*Universal*/
/*========================*/

/*Fonts*/
@font-face {
    font-family: 'RiiMonaka';
    src: url(../font/riimonakabl.otf);
    font-weight: normal;
}

/*
@font-face {
    font-family: 'RiiMonaka';
    src: url(../font/tsukimirounded-bold.ttf);
    font-weight: normal;
}
*/

@font-face {
    font-family: 'RiiMonaka';
    src: url(../font/riimonakabr.otf);
    font-weight: bold;
}

@font-face {
    font-family: 'Kiwi Maru';
    src: url(../font/kiwimaru-regular.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kiwi Maru';
    src: url(../font/kiwimaru-medium.ttf);
    font-weight: bold;
    font-style: normal;
}

:root {
/*Colors*/
    --bodytext: #5C507E;
    
    --white: #F2EDF3;
    --gray: #D4D0DF;
    
    --primary-light: #DCE2D9;
    --primary-dark: #6FA57B;
    
    --secondary-light: #F1E5F3;
    --secondary-dark: #E6DDEF;
    
    --detail: #B3A0F2;
    --attn: #6FA57B;

/*Sizes*/
    --wrapper-width: 960px;
    --miniwrapper-width: 520px;
    --sidenav-width: 312px;
    
    --content-height: 94vh;
    
    --letter-spacing: 1pt;
    --letter-spacing-sm: .5pt;
    
    --content-side-padding: 48px;
    --content-top-padding: 64px;
    --side-padding: 24px;
    --side-padding-sm: 12px;
    
    --bg-tiny: 12px;
    --bg-sm: 24px;
    --bg-lg: 36px;
    --bg-extralg: 52px;
    
    --lace-h: 32px;
    --lace-v: 50px;
    
/*Fonts*/
    
    --body: normal normal 400 .9rem/1.4rem Verdana, 'Kiwi Maru', sans-serif;
    --body-sm: normal normal 400 .7rem/1rem Verdana, sans-serif;

    /*  false small-caps, set letter-spacing and text-transform  */
    --body-sc: normal normal 600 .65rem/1.2rem Verdana, sans-serif;
    
    --heading: normal normal 600 1rem/1rem 'Kiwi Maru', 'Arial', sans-serif;
    --nav: normal small-caps 400 .65rem/1.2rem Verdana, 'Kiwi Maru', sans-serif;
    --handwriting: 1.25rem 'RiiMonaka', 'Arial', sans-serif;
    --numbers: normal normal 600 .65rem/1rem Consolas, Monaco, Verdana, monospace; 

    
/*Other*/
    --text-outline: var(--white) 1px 1px, var(--white) 1px -1px, var(--white) -1px 1px, var(--white) -1px -1px;
    --text-outline-dark: var(--gray) 1px 1px, var(--gray) 1px -1px, var(--gray) -1px 1px, var(--gray) -1px -1px;
    
    --image-outline: drop-shadow(1px -1px 0 var(--white)) drop-shadow(-1px 1px 0 var(--white)) drop-shadow(-1px -1px 0 var(--white)) drop-shadow(1px 1px 0 var(--white));
    
    --image-outline-dark: drop-shadow(1px -1px 0 var(--primary-dark)) drop-shadow(-1px 1px 0 var(--primary-dark)) drop-shadow(-1px -1px 0 var(--primary-dark)) drop-shadow(1px 1px 0 var(--primary-dark));
    
    --outline: var(--gray) 1px solid;
    --outline-light: var(--white) 1px solid;
    
    --speed: .1s;
}

::selection {
    color: var(--white);
    background: var(--gray);
}


/*Scrollbars*/
* { scrollbar-color: var(--secondary-light) var(--gray); }

*::-webkit-scrollbar { width: 36px; }
*::-webkit-scrollbar-track { background: var(--gray); }
*::-webkit-scrollbar-thumb { background-color: var(--primary-dark); }

.skip {
    display: none
}
.quote::before {
    content: open-quote;
}
.quote::after {
    content: close-quote;
}


/*========================*/

html { font-size: 16px; }
body {
    color: var(--bodytext);
    font: var(--body);
    width: 100%;
    min-height: 100vh;
    image-rendering: smooth;
    overflow-x: hidden;
    align-items: center;
    background: var(--secondary-light) url(../layout/background/gingham.svg) top left fixed;
    background-size: var(--bg-sm);
/*
    background-color: var(--secondary-light);
    background-image: url(../layout/background/tulip.svg), url(../layout/background/gingham.svg);
    background-attachment: fixed;
    background-size: 600px, var(--bg-sm);
*/
}

p:last-child { margin-bottom: 0}

p {
    margin-bottom: 1rem;
    text-align: justify;
}

a, button { color: inherit; }
a, a:active, a:visited { text-decoration: none; }

h2, h3, h4, h5, th, .title  {;
    letter-spacing: var(--letter-spacing);
}

h1,h2,h3,h4 {
    font: var(--heading);
}

h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    position: relative;
}


h1 ~ h2 { 
    margin: -1rem 0 0 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: lowercase;
    margin-top: 2rem;
    margin-bottom: .5rem;
}

h2, h3 {
    line-height: 1.5rem;

}

h3 {
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: var(--letter-spacing);
    background: url(../layout/deco/flower.svg) no-repeat top left;
    background-size: 32px;
    padding: 8px 0 0 16px;
    margin-left: -16px;
    margin-bottom: 1rem;
    text-shadow: var(--text-outline);
}


h4 {
    font-weight: bold;
    background-size: contain;
    padding-left: 4px;
    border-left: var(--secondary-dark) 8px solid;
    margin-bottom: 0.5rem;
}

summary {
    border-bottom: var(--outline); 
    padding: 0 var(--content-side-padding);
}

summary:hover {
    background-color: var(--secondary-dark)
}

hr {
    width: calc(100% + 40px);
    height: 12px;
    padding: 5px 22px;
    background: url(../layout/deco/ribbon.svg) center left, url(../layout/deco/ribbon.svg) center right, var(--gray);
    background-repeat: no-repeat;
    background-size: 16px;
    background-clip: padding-box, padding-box, content-box;
    border: none;
    margin: 2rem 0 2rem -20px;
}

i { font-style: italic; }
b { font-weight: 600; }

table {
    text-align: left;
    margin: .5rem 0 2rem 0;
}

ol, ul {
    margin-bottom: 2rem;
}

ul {
    list-style: none;
}
li {
    line-height: 1.75;
}
ul li::before { 
    content: '';
    width: 20px;
    height: 1em;
    display: inline-block;
    background: url(../layout/deco/ribbon.svg) no-repeat left 2px;
    background-size: 14px;
    margin-left: -20px;
}

ul p {
    font: var(--body-sm);
}

/*==========Parts & Pieces==========-------------------------------*/

/*Links*/

a:hover, .webring a:hover { 
    color: var(--attn);
    text-shadow: var(--text-outline);
}

a > img {
    display: inline-block;
    border: transparent 1px solid;
}

a:hover img {
    border-color: var(--secondary-dark);
}

p a, li a {
    text-decoration: underline dotted;
    background: var(--primary-light);
}

p a:hover, li a:hover {
    background: var(--secondary-light);
}

button {
    font: var(--body-sm);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
    text-shadow: var(--text-outline);
    border: var(--gray) 1px solid;    
    padding: 4px;
    background: var(--gray);
    -webkit-transition: all 0.1s;
	transition: all 0.1s;
}
button:hover {
    color: var(--attn);
    background: var(--secondary-light);
}

a.hidden, .webring a, #content .entry h6 a  { 
    color: var(--bodytext);
    background: none;
}

/*Images*/

.caption { 
    text-align: center;
    margin: 2rem auto;
}

.monospace, .caption, caption, .collec-desc { 
    font: var(--body-sm);
}
img + .caption {
    text-align: center;
    margin: -1rem auto 2.5rem auto;
    max-width: 80%;
}

img.center + .caption:last-child {
    margin-bottom: 4rem;
}

img.fullwidth { 
    width: 100%;
    margin: 2rem auto;
    display: block;
}
.center, img.border {
    display: block;
    margin: 2rem auto;
    max-width: 80%;
}

.border {
    border: var(--outline);
}

img.border:hover {
    transform: scale(1.25);
}

.two-across {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6px;
    justify-content: space-between;
}

.imgpair {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}

.imgpair > * {
    width: calc(50% - .5rem);
    object-fit: cover;
}

.imgpair > .wide {
    width: calc(66% - .5rem);
}
.imgpair > .narrow {
    width: calc(33% - .5rem);
} 

/* Tables */
td p { margin-bottom: 0; }

td .title { background: none; padding: 0; }
.title:only-of-type { width: 100%; }

table.details td, .log td {
    vertical-align: top;
    border-bottom: var(--outline);
}

table.fill td {
    border-color: var(--primary-light);
    background: var(--white);
}

table.match-width td:first-child { width: 40%; }

table.no-border td { border: none; }

table.details, .log {
    font: var(--body-sm);
    width: 100%;
}

table.details tr > * {
    padding: 4px 8px;
}

table.details td:first-child {
    text-align: right;
    max-width: 120px;
    background: var(--secondary-light);
    border-bottom: var(--outline);
}
table.details tr:last-child td { 
    border-bottom: none;
}
table.details th, .log th {
    font-weight: 600;
    white-space: nowrap;
    background: var(--secondary-dark);
    border-bottom: var(--outline);
}

table.details li::before {
    content: none;
}

/**/

.logs {
    margin: 2rem 0;
}

.log {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 1rem 0 2rem 0;
}
#content.fill .log {
    padding: 0 var(--content-side-padding);
}
#content.fill .conform .log {
    padding: 0;
}

.log .thumbnail {
    width: 120px;
    flex-shrink: 0;
    height: 100%;
}

.log img {
    border: var(--outline);
    border-right: none;
}

.log table {
    width: 100%;
    margin: 0;
}

.log .info tr > * {
    padding: 2px 4px;
    border: var(--outline);
    border-left: none;
}

.log img + .info tr > * {
    border-left: none;
}

.log th {
   background-color: var(--primary-light);
}
.log .headers th:first-child {
    width: 40%;
}
.log .headers th:last-child {
    width: 4ch;
}

.log .info {
    width: calc(100% - 120px);
    display: flex;
    align-items: stretch;
    flex-direction: column;
    border-left: var(--outline);
}

.logs.no-thumbnail .log .info {
    width: 100%;
    border-left: none;
}
.logs.no-thumbnail .log table {
    border-left: var(--outline);
}

.log .thoughts {
    font: var(--body-sm);
    padding: 4px 6px;
    border-width: 0 1px 1px 0;
}

.log .thoughts li {
  margin-left: 18px;
}

.log .contents {
    border: var(--outline);
    border-width: 1px 0;
    margin-top: -1px;
    padding: 4px;
}

.log table.details td {
    border-top: none;
}

.log table.details tr:last-child td {
    border-bottom: var(--outline);
}

#content .log ul {
    margin-bottom: 0;
}

#content .log  table li {
    margin-left: 18px;
}

.log > details {
    width: 100%;
}

/**/

.linklist {
    font: var(--body-sm);
    display: flex;
    flex-wrap: wrap;
}
.row { width: 100%; }

.row a { 
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: var(--outline);
    background: none;
}
.row a:hover {  
    background-color: var(--secondary-light);
}
.row .cell { flex: 0 0 50%;}

.row .cell:first-child {
    padding-right: 2px;
    font: var(--body-sc);
    text-transform: uppercase;
}

#content .linklist p { 
    margin-bottom: 0;
}

/*Other*/

.space-after { margin-bottom: 2.5rem; }

ol.space-after { margin-bottom: 0; }
ol.space-after li { margin-bottom: 2rem; }

.notes { 
    position: relative;
    text-align: center;
}
.note {
    filter: var(--image-outline);
}
.note.l, .note.r {
    font: var(--handwriting);
    line-height: 1rem;
    max-width: 11ch;
    position: absolute;
    transform: rotate(9deg);
    padding-bottom: 3rem;
    color: var(--primary-dark);
    background: url(../layout/deco/arrow-l.png) no-repeat 40% bottom;
    background-size: 2rem;
}
.note.r {
    transform: rotate(-12deg);
    background-image: url(../layout/deco/arrow-r.png);
    background-position: 50% bottom;
}
.note p { margin: 0; text-align: center;}

/*Text Effects*/

.spoiler {
    color: var(--primary-light);
    background: var(--primary-light);
}
.spoiler:hover {
    color: var(--bodytext);
    background: var(--secondary-dark);
}

/*Misc Deco*/

.entry-date {
    margin-top: 1rem;
    text-transform: uppercase;
    font: var(--body-sm);
    letter-spacing: var(--letter-spacing);
    background-size: contain;
    border-bottom: var(--gray) 1px dashed;
    background: var(--white) url(../layout/deco/ribbon.svg) no-repeat center right;
    background-size: 16px;
}

#frame > .entry-date {
    width: calc(100% - 1px);
    color: var(--attn);
    background: none;
    border: none;
    transform: rotate(90deg);
    transform-origin: top left;
    padding-left: calc(var(--content-side-padding) - 1.5ch);
    position: absolute;
    top: 0;
    left: calc(100% - var(--side-padding-sm));
}

h3 + .entry-date { margin-top: -0.5rem; }

.decofield {
    background: var(--white) url(../layout/deco/ribbon.svg) no-repeat left;
    background-size: 18px;
    padding: 2px 2px 2px 24px;
}

/*========================*/
/*Layout*/
/*========================*/

#wrapper {
    min-height: 100vh;
/*    margin: 0 auto;*/
    display: flex;
    flex-direction: column;
    max-width: var(--wrapper-width);
}

header {
    width: 100vw;
    font: var(--body-sc);
    text-transform: uppercase;
    text-shadow: var(--text-outline);
    letter-spacing: var(--letter-spacing);
    border-bottom: var(--outline);
    padding-left: calc( var(--sidenav-width) + var(--content-side-padding));
    position: relative;
    z-index: 1002;
    background: var(--secondary-light) url(../layout/background/plaid.svg);
    background-size: var(--bg-sm);
}

header a {
    text-decoration: none;
    background: none;
}

#plate {
    display: flex;
    flex-grow: 1;
    padding-bottom: 18px;
    position: relative;
    z-index: 1;
}

#frame {
    grid-column: 2;
    border-width: 0 1px;
    flex: 1 0 80%;
    max-width: calc(100% - var(--sidenav-width));  
}

#content {
    min-height: 80vh;
    padding: var(--content-side-padding);
    background: var(--white);
    border: var(--outline);
    border-radius: 4px;
}
#content, #title {
    max-width: calc(var(--wrapper-width) - var(--sidenav-width));
    padding-left: var(--content-side-padding);
    padding-right: var(--content-side-padding);
    position: relative;
}

#title {
    padding-top: var(--content-top-padding);
    padding-bottom: 1rem;
    text-shadow: var(--text-outline);
}

#title p {
    font: var(--body-sc);
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
    margin-bottom: 0;
}

#title h1:only-child {
    margin-bottom: 0;
}

#content::before {
    content: '';
    display: block;
    position: absolute;
    right: -72px;
    top: -32px;
    width: 144px;
    height: 333px;
    background: url('../layout/deco/ribbon_long.png') no-repeat;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

/*Modifications*/

.floating  #content {
    background: none;
    border-color: transparent;
}
.floating #content::before {
    display: none;
    content: none;
}

#content.fill {
    padding: 0;
}

#content.fill > *:first-child {
    padding-top: var(--content-side-padding);
}
#content.fill > *:last-child {
    padding-bottom: var(--content-side-padding);
}

#content.fill .conform {
    padding-right: var(--content-side-padding);
    padding-left: var(--content-side-padding);
    margin: var(--content-side-padding) auto 0 auto;
}

#content.fill .conform:first-child {
    margin-top: 0;
    padding-top: var(--content-side-padding);
}

#content.fill .conform:last-child {
    margin-bottom: var(--content-side-padding);
}

#content.fill .bg {
    padding: var(--content-side-padding);
    margin: 0 auto;
}


/*========================*/
/*Sidenav*/
/*========================*/

#sidebar {
    flex: 0 0 var(--sidenav-width);
    text-transform: lowercase;
}

#sidebar nav {
    width: var(--sidenav-width);
    position: fixed;
    bottom: calc(var(--content-top-padding) * 2);
    max-height: calc(100vh - (var(--content-top-padding) * 2));
    overflow-y: auto;
}

/*===*/

#sidenav-main .nav-button {
    font: var(--heading);
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: left;
    text-shadow: var(--text-outline);
    display: block;
    background: var(--secondary-light);
    border-bottom: var(--outline);
}

#sidenav-main .nav-button:first-child {
    border-top: var(--outline);
}

#sidenav-main .nav-button.current {
    margin-bottom: 0;
    background: var(--secondary-light) url(../layout/background/plaid.svg);
    background-size: var(--bg-sm);
    border-bottom: var(--outline);
}

#sidenav-main .nav-button, .sidenav-more {
    padding: 6px 48px 6px 48px;
}

/*===*/

.sidenav-more {
    font: var(--nav);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
    line-height: 1rem;
    -webkit-transition: all var(--speed);
	transition: all var(--speed);
    position: relative;
    border-bottom: var(--outline);
}

.sidenav-more > div:first-child {
    border: var(--outline);
    border-radius: 4px;
    background: var(--white);
}

.sidenav-more table {
    width: 100%;
    margin: 0;
}

.sidenav-more td {
    width: 50%;
    border-bottom: var(--outline);
}
.sidenav-more td:first-child {
    border-right: var(--outline);
}
.sidenav-more tr:last-child td {
    border-bottom: none;
}
.sidenav-more td:only-child {
    border-right: none;
}

.sidenav-more td a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 2px 4px;
}
.sidenav-more td a:hover {
    background: var(--secondary-light);
}

/*===*/

#sidenav-other {
    width: 100%;
    font: var(--body-sc);
    text-transform: uppercase;
    text-shadow: var(--text-outline);
    letter-spacing: var(--letter-spacing);
    list-style: none;
    display: flex;
    padding: 0 48px;
    margin: 0;
    justify-content: space-between;
    position: relative;
    background: var(--gray);
    border-bottom: var(--outline-light);
}

#sidenav-other li::before {
    content: none;
}

#sidenav-other a {
    background: none;
    text-decoration: none;
}

/*===*/

.ornaments {
    width: 30px;
    margin-left: 9px;
    display: flex;
    flex-direction: column;
    z-index: 1001;
    pointer-events: none;
    position: fixed;
    bottom: 0;
}

.zucchi-t, .zucchi-b {
    width: 100%;
    flex: 0 1 45px;
}
.zucchi-m {
    flex-grow: 1;
    min-height: 90px;
    background: url(../layout/deco/zucchimiddle.gif) repeat-y;
}
.zucchi-t {
    background: url(../layout/deco/zucchitop.gif) no-repeat bottom;
}
.zucchi-b  {
    background: url(../layout/deco/zucchibottom.gif) no-repeat top;
}
.zucchi-t, .zucchi-b, .zucchi-m  {
    background-size: 100%;
}

/*
#sidebar .lace {
    width: 100%;
    height: var(--lace-v);
    background: url('../layout/borders/scallop_bottom.png') repeat-x;
    background-size: var(--lace-v);
}
*/

/*========================*/
/*Containers*/
/*========================*/

.hug {
    display: flex;
    margin: 6px 0;
}
.hug > *:last-child {
    max-width: 64%;
    padding-left: var(--side-padding-sm);
}
.hug .caption {
    width: 100%;
    text-align: left;
    padding-left: var(--content-side-padding);
    margin: 0;
}
.hug .caption > p {
    text-align: left;
}

.hug h4 {
    margin-left: -12px;
}

/*Divs and Containers*/
.flexcontain {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
}

.flexpair:nth-child(odd) { width: calc(49.5% - 0.5%); margin-right: 0.5%; }
.flexpair:nth-child(even) { width: calc(49.5% - 0.5%); margin-left: 0.5%; }

.innernav { 
    line-height: 1;
    text-align: center; 
    max-width: 200px;
}

.menu {
    width: 240px;
    max-width: 240px;
    flex: 240px 0 0;
    background: var(--white) url(../layout/borders/menu_middle.svg) repeat-y;
    background-size: contain;
    background-clip: content-box;
    padding: 34px 0;
}

.menu .innernav {
    margin: 0 auto;
    padding: 12px;
}
.menu .innernav > *:first-child {
    border: none;
    border-bottom: currentColor 1px dotted;
    padding-bottom: 4px;
    margin-bottom: 2px;
}

#content .menu p {
    font: var(--body-sm);
    text-align: center;
}

.menu::before, .menu::after {
    content: '';
    height: 34px;
    width: 100%;
    display: block;
    background-size: 100%;
}
.menu::before {
    background: url(../layout/borders/menu_top.svg) no-repeat top center;
    margin-top: -34px;
}
.menu::after {
    background: url(../layout/borders/menu_bottom.svg) no-repeat bottom center;
    margin-bottom: -34px;
}

#content .menu a {
    text-decoration: none;
}

.disable, .disable:hover { opacity: .5; color: var(--bodytext); }
.disappear { visibility: hidden; }

/*========================
/*Interactive Nightmare Containers*/
/*========================*/

/*Video Embed*/
.video-tv {
    height: 100%;
    max-width: 340px;
    margin: 0 auto;
    position: relative;
}
.video-img {
    width: 100%;
    height: 100%;
    image-rendering: crisp-edges;
}
.video-emb {
    width: 75%;
    height: 75%;
    position: absolute;
    top: 10%;
    left: 6%;
}

/*Other text effects*/

.notes > p, .caption > p {
    text-align: center;
}

/*========================*/
/*Responsiveness*/
/*========================*/

@media screen and (max-width: 800px) {
    
    :root {
        --content-side-padding: 2rem;
        --content-top-padding: 3rem;
        --side-padding: 12px;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    
    header{
        display: none;
    }

    #wrapper {
        display: block;
        margin: 0 auto !important;
        width: 100%;
        height: 100%;
        max-width: unset;
        max-height: unset;
    }
    

    #plate, #content, #title, #sidebar > div {
        display: block;
        width: 100%;
        max-width: unset;
    }
    
    #plate {
        padding-bottom: 0;
    }
    
    #frame {
        max-width: unset;
    }
    
    #frame, #sidebar {
        padding: 0;
    }
    
    #sidebar { 
        height: unset;
        margin-bottom: var(--side-padding);
    }
    #sidenav-main {
        padding: 0;
    }
    .sidenav-more, #sidenav-main .nav-button, #sidenav-other {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
    
    #sidebar nav {
        position: static;
        width: 100%;
    }
    
    .sidenav-extra ul {
        margin: unset;
    }

    #title::after {
        content: unset;
        display: none;
    }
    
    #content {
        border: none;
        border-radius: unset;
    }
    
    #content::before {
        display: none;
        content: '';
    }
    
    .row {
        flex-wrap: wrap;
    }
    
    .notes .note {
        display: none;
    }
    
    .log .thumbnail {
      width: 60px;
    }
    .log .info {
        width: calc(100% - 60px);
    }
    table.details td:first-child {
        width: 60px;
    }
    
    .ornaments {
        display: none;
    }


/*Interactive Nightmare Containers*/
    .video { display: none; width: 100%; margin: 0 auto; }
    .innernav { width: 100%; }
}
