/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   Formerly: reset.css
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*END OF reset.css///////////////////////*/

/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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-family: monospace, monospace; 
  font-size: 1em; 
}*/

/* 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-family: monospace, monospace; /* 1 */
  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-family: inherit; /* 1 */
  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;
}
/*END OF normalize.css///////////////////////*/

*,
*::before,
*::after{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}


html{
  font-size: 62.5%;
  /*font-size: 60.5%;*/
  scroll-behavior: smooth;
  scrollbar-color: var(--grey-middle) var(--dark-colour);
}
body{
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  background: var(--dark-colour-0_8);
  color: var(--color-primary);
  font-family: sans-serif;
}
a{
  text-decoration: none;
  color: inherit;
}
h1{
  font-size: 1.7em;
  font-weight: bold;
}
h2{
  font-size: 1.5em;
}
svg{
  width: 3.5rem;
  fill: var(--lightyellow);
}
text{
  fill: var(--color-primary);
}
pre{
  text-align: left;
  background-color: var(--full-black);
  border: 4px inset var(--grey-middle);
}

p{
  font-size: var(--font-size-default);
}

select{
  background: inherit;
  color: inherit;
}

option{
  background: var(--full-black);
}

/*************************************/
/* NAVBAR *************************/
/*************************************/
#navBar{
  position: fixed;
  background: var(--dark-colour);
  backdrop-filter: blur(5px);
  color: inherit;
  box-shadow: 0px 0px 15px 0 var(--dark-colour);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.navPadding{
  padding: 0 50px;
}

#navBar ul,
.navLinks{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  max-width: 1000px;
  margin: auto;

}
.navLinks li{
  white-space: nowrap;
  cursor: pointer;
}

.slantThat{
  background: var(--dark-colour-0_8);
  transform: skewX(-20deg);
  height: 56px;
  padding: 0 15px;
  border: 4px outset var(--lightyellow);
  display: flex;
  justify-content: center;
  align-items: center;
}
.slantThat:hover, .borderedText:hover{
  box-shadow: 0px 0px 5px 5px var(--light-colour);
  background: var(--rainbow-bkgrd);
  border: 4px outset var(--hoverSlantThat);
  transition: all 0.5s;
}

.darker-tone{
  background: var(--dark-colour);
}
.noPadding{
  padding: 0;
}
.navText{
  transform: skewX(20deg);
}

.overrideSlant{
  transform: skewX(0deg);
}

.navLogo{
/* https://codepen.io/aspittel/pen/yLJYvyV */
  text-shadow: 0 4px var(--navLogoRed), 
               0 5px var(--navLogoPink); 
/*  padding: 5px 0;*/
  font-weight: bolder;
  font-size: 2.5rem;
  position: absolute;
  top: -30px;
  cursor: pointer;
  transition: 2s ease-out;
}

.dropDown .dropBtn{
  border: none;
  color: inherit;
  padding: 0 15px;
  background-color: inherit;
  font-family: inherit;
}

.rotate-that:hover{
  transform: rotate(-1deg);  
  transition: all 0.5s;
}

.dropDownContent1 {
  display: none;
  position: absolute;
}
.dropDownContent1 a{
  display: block;
}
.dropDownContent1 a:first-of-type{
  margin-top: 15px;
}

.dropDown:hover .dropDownContent1 {
  display: block;
  z-index: 800;
}
.dropDown svg{
  width: 1.3rem;
  transform: skewX(0deg);
}
.borderedText{
  background: var(--dark-colour);
  height: 56px;
  padding: 0 15px;
  border: 4px outset var(--lightyellow);
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
}
/*************************************/
/* SLIDING NAV  ***********************/
/*************************************/
.slidingNav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  background: var(--dark-colour);
  backdrop-filter: blur(5px);
  overflow-x: hidden;
  transition: 0.5s;
  padding: 7rem 0 6rem 0;
  clip-path: polygon(
    60px 0%, 100% 0%, 
    100% calc(100% - 60px), calc(100% - 60px) 100%, 
    0% 100%, 0% 60px
  );
  overflow-y: scroll;
  scrollbar-width: none; 
  -ms-overflow-style: none;
  text-align: center;
}
.slidingNav::-webkit-scrollbar{ 
  width: 0px;
}

.slidingNav h2{
  padding-bottom: 1rem;
}

.slidingNav svg{
  width: 3rem;
  margin-top: 20px;
}

.slidingNav svg:hover{
  fill: var(--light-colour-0_8);
  cursor: pointer;
}

.slidingNav a{
  text-decoration: none;
  display: block;
  color: inherit;
  transition: 0.3s;
}

.slidingNav a:hover{
  color: inherit;
}

.slidingNav .closeSideNav{
  position: absolute;
  top: 0;
  right: 2rem;
}

.slidingNav .navLinks{
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  align-items: stretch;
  width: 90%;
}

.navCategory{
  background: var(--dark-colour);
  padding-top: 15px;
  flex: 1;
}

.navCategory.red{
  border: 4px outset var(--navBorderRed);

}
.navCategory.yellow{
  border: 4px outset var(--navBorderYellow);
  
}
.navCategory.green{
  border: 4px outset var(--navBorderGreen);
  
}
.navCategory.blue{
  border: 4px outset var(--navBorderBlue);
  
}


.navCategory h2{
  font-weight: bold;
  font-size: var(--font-size-default);
}

.navCategory li{
  padding: 5px 0;
}

/* TOGGLE HORIZONTAL NAV BAR/////////////// */
#navBar, footer {
  display: none;
}
#navBar.visible, footer.visible {
  display: block;
}

/*///// SIDEBAR SETTINGS/////////*/
/* Sidebar settings button in the fixed sidebar */
.sidebar-settings-btn {
  position: absolute;
  background: transparent;
  color: inherit;
  border: none;
  top: 5px;
}

/*.sidebar-settings-btn svg:hover {
  fill: var(--light-colour-0_8);
  cursor: pointer;
}*/

/* Settings panel: fixed on the right, hidden off-screen */
.site-settings-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  backdrop-filter: blur(5px);
  background: var(--dark-colour);
  /*border-left: 1px solid #333;*/
clip-path: polygon(
  calc(100% - 60px) 0%, 0% 0%,
  0% calc(100% - 60px), 60px 100%,
  100% 100%, 100% 60px
);
  padding: 0;
  color: inherit;
  overflow: hidden;
  transition:
    width 0.3s ease,
    right 0.3s ease,
    padding 0.3s ease;

  z-index: 9999;
}




/* When open: slide in + add padding */
.site-settings-open .site-settings-panel {
  right: 0;
  width: 205px;
  padding: 7rem 2rem 6rem 2rem;
}

/* When settings opens, shift the slidingNav left */
.site-settings-open .slidingNav {
  transform: translateX(-102%); /* match settings width */
}



/*************************************/
/* MAIN *************************/
/*************************************/
.mainPage{
  overflow: hidden;
}

.mainPage > section{
  margin: 13vh auto;
  text-align: center;
}
main h1, 
.product h2{
  font-size: 5rem;
  font-weight: bolder;
  letter-spacing: -0.1rem;
}
main p,
.product p{
  font-size: var(--font-size-default);
  line-height: 3rem;
}

.skeleton{
  display: flex;
  justify-content: center;
  position: relative;
}
.welcomingText,
.welcomingText2{
  width: 100rem;
  position: absolute;
  -webkit-transform: translate(0, -31%);
  z-index: 20;
}
.welcomingText2{
  -webkit-transform: translate(0, 121%);
}

.animated-scrolling-box {
  margin-top: 130px;
  width: 100%;
  height: 50px;
  overflow: hidden;
  border: 2px solid var(--light-colour-0_8);
  display: flex;
  font-size: var(--font-size-default);
  align-items: center;
  position: relative;
}

.animated-scrolling-text {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 60s linear infinite;
}

.animated-separation{
  padding-right: 20rem;
}


@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*ENHANCED MOTION////////////////////*/
.enhancedMotion{
  display: var(--block);
}


/*NEKOCAT//////////////////*/
#layerNeko0 {
  transform: scale(2.5);
  transform-origin: top left;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
}

.star1, 
.star2, 
.star3{
  position: absolute;
  width: 5rem;
  filter: brightness(0.9);
  -webkit-transform: translate(-830%, -60%);
}
.star2{
  -webkit-transform: translate(830%, 460%) rotate(220deg);
}
.star3{
  -webkit-transform: translate(-620%, 620%) rotate(-10deg);
}

.barContainerLeft, .barContainerRight{
  position: absolute;
  background: var(--space-background-dark);
  border: 4px inset var(--light-colour);
  height: 750px;
  width: 350px;
  transform: translate(-185%, -6%) skewX(10deg);
}
.barContainerRight{
  transform: translate(185%, -6%) skewX(-10deg);
}

.popUp, 
.popUp2{
  position: absolute;
  color: #121212;
  font-size: 3.5rem;
  background: var(--lightyellow);
  border: 4px outset var(--lightyellow);
  height: 320px;
  width: 260px;
  z-index: 100;
}

.window-popup-image-2{
  height: 100%;
  width: 100%;
  max-height: 220px;
}
.popUp{
  transform: translate(20%, 66%);
}

/*/////////NUMBER COUNTER/////////*/
.visitor-session-id {
  font: 600 16px/1.4 system-ui, sans-serif;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  border: 1px solid var(--light-colour-0_8);
  position: absolute;
  bottom: 0;
  transform: translate(0, 7rem);
}

/*************************************/
/* PRODUCT ***************************/
/*************************************/
.product, .product2, .product3{
  font-size: var(--font-size-default);
  max-width: 1200px;
  margin: auto;
  z-index: 5;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
.product2{
  max-width: 1250px;
}
.product3{
  font-size: var(--font-size-default);
  max-width: 1200px;
  margin: auto;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
.bigger-padding{
  padding: 40px 0;

}

.justFlexStartThat{
  justify-content: flex-start;
  align-items: flex-start;
}
.justSpaceAround{
  justify-content: space-around;
}
.category,
.product h2,
.product p{
  margin-bottom: 3rem;
}
.category:last-child,
.product h2:last-child,
.product p:last-child{
  margin-bottom: 0;
}
.category{
  font-weight: bolder;
}

.productCaption{
  width: 60%;
}
.productCaption{
  width: 60%;
}
.aboutMe .mwonsterPfp{
  object-fit: cover;
  height: 550px;
  width: 100%;
}

.main-playlist{
  border: 4px inset var(--light-colour);
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
}
.main-playlist > iframe{
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.blackBoard{
  background: var(--full-black);
  border: 4px inset var(--light-colour);
  line-height: 2.5rem;
  white-space: pre-wrap;
  max-height: 70vh;
  overflow: auto;
}
.blackBoard a{
  color: skyblue;
}
.readMoreLessBtn1{
  transform: skewX(10deg);
}

/*read more read less*/
#more1 {
  display: none;
}

.incrementer{
  position: absolute;
  transform: translate(250%, 2250%);
  z-index: 30;
}
.visitorCounter{
  position: absolute;
  transform: translate(-70%, 1400%);
  z-index: 30;
}
.visitorCounter img{
  height: 5rem;
}

.badge{
  height: 40px;
  width: 115px;
  object-fit: contain;
  position: absolute;
/*  top: 0;*/
  bottom: 0;
  right: 0;
  opacity: 100%;
}

.tinyText{
  font-weight: bolder; 
  font-size: var(--font-size-default); 
  color: inherit;
  display: flex;
  justify-content: center;
}

/*************************************/
/* GALLERIES *************************/
/*************************************/
#websites,
.explore,
#myPlaylist1,
#siteCredits,
#coolerSites,
.place-in-middle{
  flex-flow: column nowrap;
  padding: 50px 10px;
}
.place-in-middle-only-top{
  flex-flow: column nowrap;
  padding: 50px 10px 20px 10px;
}
#status{
  padding: 50px 10px 20px 10px;
  flex-flow: column nowrap;
}
#contact,
.siteChanges{
  padding-top: 80px;
  padding-right: 10px;
  padding-left: 10px;
}

.currentPlans{
  flex-flow: column nowrap;
  padding-bottom: 80px;
  padding-right: 10px;
  padding-left: 10px;
}
#contactForm{
  flex-flow: column nowrap;
  padding-right: 10px;
  padding-left: 10px;
}


.articles{
  padding: 40px 0 10px 0;
  padding-right: 10px;
  padding-left: 10px;
}
.aboutMe{
  padding: 80px 0;
  padding-right: 10px;
  padding-left: 10px;

}

.articles, .extra-article{
  max-width: 800px;
  margin: auto;
}


.contactTitle,
.itemTitle{
  max-width: 800px;
  padding: 20px;
  transform: skewX(-20deg);
  background: var(--dark-colour-0_8);
}

.contactTitle h4,
.itemTitle *{
  transform: skewX(20deg);
}

.extra-line-height{
  line-height: 2
}

.wrapItUp {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 20px;
}

.wrapItUp li {
  flex: 1 1 10%;
}

.wrapItUp a {
  display: block;
  width: 100%;
  height: 100%;
}

.wrapItUp .navText{
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
}

.background-description{
  background: var(--full-black);
  padding: 20px;
}

.topPadding{
  padding-top: 50px;
}

/* TRAITS AND HOBBIES ///////////////////////////////////*/
.list-2-layered-content{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5rem;
}

.list-2-layered-content div{
  flex: 0 0 48%;
  background: var(--dark-colour);
  padding: 5rem 0;
}

.list-2-layered-content h3{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.2rem;
}

.list-2-layered-content ul{
  column-count: 2;
  margin-top: 2em;
}

.list-2-layered-content li{
  list-style-type: disc;
  margin-left: 4rem;
  margin-bottom: 2rem;
}

.itemGallery, 
.itemGallery2,
.itemGallery3,
.itemGallery4,
.itemGallery5{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  gap: 20px;
  width: 100%;
  padding: 10px;
  user-select: none;
}
.itemGallery2{
  justify-content: center;
  align-items: flex-start;
}
.itemGallery3{
  max-width: 300px;
  justify-content: flex-end;
  gap: 5px;
}
.itemGallery a{
  flex: var(--gapEquation);
}

.itemGallery4 img{
  width: 100%;
  height: 100%;
  flex: 0 0 30%;

}

.explore .itemGallery{
  gap: 0px;
  padding: 0px;
}
.explore .itemGallery img{
  width: 100%;
  flex: 100%;
}



.itemGallery5{
  justify-content: space-between;
  gap: 5px;
}
.itemGallery5 img{
  flex: 1 1 48%;
}

.itemGallery2 a{
/*  margin: auto;*/
  flex: 1 1 30%;
}
.itemGallery2 img:not(.badge){
  width: 100%;
  height: 100%;
  height: 240px;
  object-fit: cover;
}

.siteItem{
  width: 300px;
  height: 300px;
  object-fit: cover;
}


.itemGallery img{
  width: 100%;
  flex: var(--gapEquation);
}
#websites > .itemGallery img:hover{
  box-shadow: 0px 10px 11px 0px var(--light-colour-0_8);
}

/*///////MY PERSISTENT TEXTBOX//////////////*/
  #myPTBInput, #myPTBoutput {
    background: var(--dark-colour-0_8);
    color: inherit;
    resize: both;
    overflow: auto;
    box-sizing: border-box;
    height: 250px;
    max-width: 800px;
    width: 100%;
    padding: 8px;
    font-size: 2rem;
    line-height: 3rem;
    word-spacing: normal;
    letter-spacing: normal;
    border: inherit;
  }

  #myPTBoutput{
    margin-top: 5rem;
    margin-bottom: 4rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }


/*************************************/
/* CONTACT ********** ****************/
/*************************************/
#contact svg{
  width: 1.7rem;
  transform: skewX(0deg);
}

.wrapItUp{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 20px;
}

.contactBtn{
  cursor: pointer;
}

.contactFormTitle{
  margin: 5% auto 3% auto;
}
.contactSection svg{
  width: 2rem;
}
.contactSection svg:last-child{
  width: 3rem;
  fill: var(--light-colour-0_8);
}

.contactSection{
  margin: 2rem auto auto auto;
  max-width: 600px;
  display: flex;
  flex-flow: column nowrap;
  /*gap: 20px;*/
  font-size: var(--font-size-default);
  padding: 0 2rem;
}

.contactSection .navText{
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  width: 100%;
}

.contactSection .slantThat{
  margin-bottom: 2rem;
  width: 100%;
}

.contactSection input, 
/*.contactSection button,*/
.contactSection textarea{
  background: var(--dark-colour);
  color: inherit;
  width: 100%;
  border: none;
}

.contactSection input{
  padding: 1rem 0;
}

.contactSection button{
  background: none;
  border: none;
  margin-top: 2rem;
  color: inherit;
}

.contactSection textarea{
  border: 4px outset var(--lightyellow);
  padding: 1rem;
  resize: vertical;
}

.contactSection label{
  /*text-align: center;*/
}

.favColorContainer {
  margin: 3% auto;
  width: 100px;
  height: 100px;              /* keep square */
  border: 6px outset var(--lightyellow);
  background: var(--lightyellow);
  transform: rotate(45deg);
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;     /* ensures border is included in size */
}

.favColorIcon {
  position: absolute;
  transform: rotate(-45deg);
}

#favColor {
  width: 80px;                /* smaller, square */
  height: 80px;
  padding: 0;
  border: 2px inset var(--lightyellow);
  box-sizing: border-box;
}


#siteCredits a{
  color: var(--siteCreditsLinkColour);
}

#chatBox{
  border: 4px solid #444444;
}

/*************************************/
/* FOOTER *********** ****************/
/*************************************/
footer{
  padding: 25px 40px;
  background: var(--reddish-black);
}
footer > section{
  display: flex;
  justify-content: space-between;
}


#dots1, #dots2{
  display: none;
}

.clocks p{
  font-size: 6rem;
  font-weight: bolder;
  line-height: 4rem;
}


/*************************************/
/* MIKU *********** ****************/
/*************************************/
.mikuShrine{
  flex-flow: column nowrap;
  padding: 40px 0;
}

.mikuPortrait{
  width: 100%;
  height: 700px;  
  min-width: 456px;
}

.rgbBorders3{
  position: relative;
}

.borderThingLeft, .borderThingRight{
  position: absolute;
  height: 300px;
  width: 1050px;
  transform: translate(-105%, -185%) rotate(270deg);
}
.borderThingRight{
  transform: translate(49%, -185%) rotate(90deg);
}

/*.miku{*/
/*  position: relative;*/
/*}*/
/*.miku img{*/
/*  width: 100%;*/
/*  height: 700px;*/
/*}*/
.mikuSideLeft, .mikuSideRight{
  position: absolute;
  user-select: none;
  filter: hue-rotate(200deg);
  transform: translate(-185%, -110%) scale(1.8) skewX(10deg);

}
.mikuSideRight{
  transform: translate(325%, -110%) scale(1.8) skewX(-10deg);
}
.flameStandLeft, .flameStandRight{
  position: absolute;
  user-select: none;
  filter: hue-rotate(160deg) brightness(0.5);
  transform: translate(-118%, 5%) scale(1);
  z-index: 40;
}
.flameStandRight{
/*  transform: translate(525%, 10%) rotate(35deg) skewX(-30deg);*/
  transform: translate(150%, 5%) scale(1);
}

.noWidthThisTime{
  max-width: 100%;
}

.mikuMonologue{
  background: var(--dark-colour-0_8); 
  padding: 20px; 
  max-width: 800px;
  margin: 20px 0;
}
.mikuMonologue h1{
  margin-bottom: 3rem;
}
.mikuFlex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}

.frontPage{
  filter: var(--invert-0);
}

/*SCARLET**********************/
.trophyCaseBorder{
  margin: auto;
  height: 1000px;
  max-width: 1000px;
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
}
.trophyCase{
  position: relative;
}
.trophyCase img{
  position: absolute;
  transition: all 2s;
}

.trophyHolderMain {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.trophyContainerLeft, .trophyContainerRight {
  position: absolute;
  top: 0;
  width: 25%;
  height: 1000px;
  z-index: 0;
  filter: var(--invert-0);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.trophyContainerLeft{
  left: 0;
  background-image: url("/img/file-list-gallery/gif-optical-illusions/tumblr-storm-lightning.gif");
}
.trophyContainerRight {
  right: 0;
  background-image: url("/img/file-list-gallery/gif-optical-illusions/storm-lighting-1fps.gif");
}
.scarlet {
  transform: translate(-18%, -18%) scale(0.8);
  z-index: 5; /* was auto (≈0), now around 5 */
}
.sigma {
  transform: translate(50%, -20%) scale(0.7);
  z-index: 2; /* was -3, bumped up by +5 */
}
.roadhog {
  transform: translate(150%, 130%) scale(2);
  z-index: 5; /* was auto, now around 5 */
}
.certificate1 {
  transform: translate(-33%, 30%) scale(0.35);
  opacity: 70%;
  z-index: 5; /* was auto, now around 5 */
}
.certificate1:hover {
  opacity: 100%;
}

.rank1 img {
  transform: translate(-15%, 15%) scale(0.5);
  z-index: 6; /* was 1, now 6 */
}
.rank2 img {
  transform: translate(95%, -10%) scale(0.4);
  z-index: 6; /* was 1, now 6 */
}
.rank3 img {
  transform: translate(105%, 55%) scale(0.3);
  z-index: 6; /* was 1, now 6 */
}
.rank1 img:hover {
  transform: translate(-15%, 15%) scale(0.8);
}
.rank2 img:hover {
  transform: translate(95%, -10%) scale(0.7);
  z-index: 6;
}
.rank3 img:hover {
  transform: translate(105%, 55%) scale(0.7);
  z-index: 6;
}

/*IMAGE FILE LIST GALLERY//////////////////////*/

.masonry-gallery {
  column-count: 4;
  column-gap: 2rem;
  margin: 2rem;
  content-visibility: auto;
  contain-intrinsic-size: 800px;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 5rem;
}

@media (max-width: 1200px) { 
  .masonry-gallery
  { column-count: 3; } 
}
@media (max-width: 800px)  { 
  .masonry-gallery,
  #playlist-manual-sites.masonry-gallery,
  #playlist-3d-models.masonry-gallery,
  #playlist-manual-cooler-sites.masonry-gallery
  { column-count: 2; } 
}

@media (max-width: 799px){
  #playlist-manual-cooler-sites.masonry-gallery{
    column-count: 2 !important;
    }
}
#playlist-manual-cooler-sites.masonry-gallery{
  column-count: 3;
}

#playlist-manual-sites.masonry-gallery,
#playlist-3d-models.masonry-gallery
  { column-count: 2; } 


.cardOfGallery {
  break-inside: avoid;
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px var(--dark-colour);
  cursor: pointer;
  background: repeating-linear-gradient(
    45deg,
    var(--light-colour) 0,
    var(--light-colour) 5rem,
    transparent 5rem,
    transparent 10rem
  );
}

.cardOfGallery img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: auto;
}

/* lightboxGallery styles */
#lightboxGallery {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: var(--dark-colour-0_8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  flex-direction: column;
}

#lightboxGallery img {
  max-width: 100%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px var(--light-colour);
  image-rendering: auto;
  object-fit: contain;
  /*width: 90%;*/
  height: 90%;
}

#lightboxGallery-close {
  position: absolute;
  bottom: 20px;
  right: 50px;
  font-size: 5rem;
  cursor: pointer;
  background: var(--dark-colour-0_8);
}

.nav-button-gallery {
  font-size: 5rem;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-content: center;
  justify-content: center;
}

#autoplay-btn{
  font-size: var(--font-size-default);
}

#lightboxProgress {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 0%;
  background: var(--light-rainbow-bkgrd);
  animation: rgb-animate 3s linear infinite;
  transition: width 0s;
  pointer-events: none;
  z-index: 9999;
}



/* ALL GALLERIES ///////////////// */
.galleryLinkTags, .otherPlaylistsGallery{
  display: flex;
  flex-wrap: nowrap; 
  overflow-x: auto;
  gap: 10px;
  max-width: 1200px;
  width: 100%;
  margin: auto auto 2rem auto;
  padding: 0 2rem;
}

.galleryLinkTags li{
  white-space: nowrap;
  flex: 0 0 auto;
}

.masonry-gallery.hideGallery{
  display: none;
}
.masonry-gallery{
  display: block;
}

.masonry-gallery article{
  border: 1px solid #333333;
}
.masonry-gallery article:hover{
  border: 1px solid #ff6262;
}

.galleryLinkTags button{
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  width: 100%;
}

/*RGB COLOUR WHEEL//////////////////////*/
.color-wheel-column-flex{
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  max-width: 600px;
  margin: auto;
}
#colorPreview {
  width: 150px;
  height: 150px;
  border-radius: 8px;
}
.color-wheel-flex{
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
  margin: 2rem 0;
}
.color-wheel-flex > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#colorInput{
  display: flex;
  justify-content: center;
  text-align: center;
  background: var(--dark-colour);
  padding: 1rem;
  margin: auto;
  /*margin-top: 1rem;*/
  border: 1px solid var(--light-colour);
  border-radius: 8px;
  color: inherit;
  font-size: var(--font-size-default);
  width: 26rem;
}

#toggleHEXtoRGBBtn{
  padding: 1rem;
  border-radius: 8px;
  background: inherit;
  color: inherit;
}

/*EXPLORE SLIDESHOW*******************/

.slideShow{
  position: relative;
}
.slideShowItem{
  display: none;
}

.slideshowPrev,
.slideshowNext {
  font-size: 5rem;
  cursor: pointer;
  user-select: none;
  height: 10rem;
}

.slideShowNum {
  color: inherit;
  font-size: var(--font-size-default);
  margin: 8px 12px;
  position: absolute;
  top: 0;
}

.demo{
  display: none;
}

#caption{
  font-size: 4rem;
}

.slideCaption{
  text-align: center;
  background-color: var(--dark-colour-0_8);
  padding: 1rem 0 0.5rem 0;
  width: 60%;
}

.textAlignCenter{
  text-align: center;
}

.slideCaption p{
  padding: 1rem 0;
  margin: 0;

}

/*ACCORDIAN DROPDOWN*/
.accordian{
  background: transparent;
  color: inherit;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.6rem
}

.pointer{
  cursor: pointer;
}

.accrdnContent{
  display: none;
  overflow: auto;
  scrollbar-color: var(--grey-middle) var(--dark-colour);
  max-height: 60vh;
}

.w3-animate-fading{
  animation:fading 0.3s
}
@keyframes fading{
  0%{opacity:0}
  50%{opacity:0.5}
  100%{opacity:1}
}

.flexThat1{
  display: flex;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
.flexItem1{
  flex: 30%;
}

.smallFlex, .colourPickerFlex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.colourPickerFlex{
  gap: 0;
}

.theme-btn{
  background: var(--transparent);
  border: none;
}
.theme-btn svg{
  cursor: pointer;
}

/*//////////Clock Container//////////////*/
.clock-container #time{
  margin-top: 0.3rem;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.clock-container #date{
  font-size: 1.8rem;
}

/*EXPLORE OTHER PLAYLIST///////////////////// */
.otherPlaylistsGallery{
  user-select: none;
  gap: 20px;
  list-style-type: none;
  max-width: 1000px;
}
.otherPlaylistsGallery li{
  border: 1px solid var(--light-colour);
  background-color: var(--dark-colour-0_8);
  padding: 0px;
}
.playlist-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 50%;
  white-space: nowrap;
  overflow: hidden;
}
.playlist-item img{
  /*max-width: 100%;*/
  max-height: 100%;
  width: 120px;
  height: 450px;
  object-fit: cover;

}
.playlist-title{
  margin: 8px 0;
}


/*************************************/
/* ARTICLES TABLE ***************************/
/*************************************/
#articleTable {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#articleTable td, #articleTable th {
  border: 1px solid var(--light-colour-0_2);
  text-align: left;
  padding: 8px;
}

#articleTable tr:nth-child(odd):not(.article-titles) {
  background-color: var(--light-colour-0_2);
}

.article-titles{
  font-weight: bold;
  cursor: pointer;
}

.article-titles th *{
  user-select: none;
}

.articles, .extra-article{
  background: var(--dark-colour-0_8);
  font-size: 19.36px;
}

.extra-article{
  padding: 1rem;
}

.articles h1, .extra-article h1{
  /*padding-bottom: 3rem;*/
}
.articles h2, .extra-article h2{
  font-size: 1.5em;
  font-weight: bold;
  background: var(--reddish-black);

}
.articles h3, .extra-article h3{
  margin-top: 2rem;
  font-size: 1.3em;
  font-weight: bold;
}

.articles p, .extra-article p{
  margin: 2rem 0;
}

.bullet-points{
  list-style-type: decimal; 
  margin-left: 2em;
}

.code-snippet{
  white-space: pre-wrap;
  word-wrap: break-word; 
  overflow: auto;
}

.articles.page a{
  color: lightblue;
}


#tag-input{
  background-color: var(--light-colour);
  color: var(--color-primary);
  padding: 8px;
  border: 1px solid var(--light-colour);
  text-decoration: line-through;
}  
#tag-input::placeholder {
    color: var(--light-colour); /* Change to any color you like */
}
.tags-input-container{
  display: flex;
}
/*.article-search{
  background: var(--reddish-black);
  border: 1px solid var(--light-colour);
  cursor: not-allowed;  
}
.article-search svg{
  width: 3rem;
  height: 3rem;
}*/
#sortableTable{
  margin-top: 3rem;
}

.toggle-sections{
  border: 2px outset var(--light-colour);
  border-color: var(--light-colour-0_8) var(--transparent) var(--transparent) var(--dark-colour-0_8);
  padding: 2rem 1.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.article-wyrmsun-main-picture{
  padding-top: 5rem;
}

.section-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.toggle-header {
  cursor: pointer;
  user-select: none;
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  /*margin-left: 8px;*/
  transform: rotate(90deg);
}

/*ARTICLE TABLE OF CONTENTS/////////////////*/
.articles-table-of-contents{
  margin: 0 3rem 4rem 3rem;
  padding: 3rem 0 1rem 3rem;
  background: var(--reddish-black);
  border: 2px outset;
  border-color: var(--light-colour-0_8) transparent transparent var(--dark-colour-0_8);
}
.articles-table-of-contents.colour-normal a{
  color: var(--color-primary);
  font-weight: bolder;
}
.articles-table-of-contents li{
  margin: 2rem 3rem;
  list-style-type: decimal; 
}


.moreArticlesMessage{
  flex-flow: column nowrap;
  padding: 30px 10px;
}

/*************************************/
/* OVERALL ANIMATIONS AND BIG FUNCTIONS*/
/*************************************/


/* STATUS PAGE BOOKLET */
.flipbook h3{
  font-size: 4.5rem;
  font-weight: bolder;
  line-height: 4.5rem;
  padding: 0px 20px;
  margin-bottom: 30px;
}
.flipbook a{
  color: pink;
}

.boldText{
  font-weight: bolder;
}

.flipbook .page {
  background: var(--fb-background);
  color: inherit;
  display: flex;
  flex-direction: column;
  line-height: 2.8rem;
  padding: 30px 0;
}
.flipbook .hard small{
  padding: 0px 20px;
  margin-bottom: 25px;
}
.flipbook .page small{
  font-size: var(--font-size-default);
}
.page img{
  width: 100%;
  object-fit: contain;
  margin: auto;
  padding: 0px 10px;
  transform: translateY(-50px);
  image-rendering: auto;
}


/* BACK TO THE TOP BUTTON */
#backToTop{
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  border-left: 35px solid var(--transparent);
  border-right: 35px solid var(--transparent);
  border-bottom: 70px solid var(--dark-colour-0_8);
  transform: rotate(180deg);
}

#backToTop svg{
  cursor: pointer;
  position: absolute;
  transform: rotate(180deg);
  margin-top: 8rem;
  z-index: 101;
}
#backToTop svg:hover{
  transform: translateY(10px) rotate(180deg);
  transition: 0.5s;
}

/*TOGGLE NAVBAR HOME////////////////////////*/
#toggle-navbar-home-menu{
  position: fixed;
  bottom: 40px;
  right: 70px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  border-left: 25px solid var(--transparent);
  border-right: 25px solid var(--transparent);
  border-bottom: 50px solid var(--dark-colour-0_8);
}

#toggle-navbar-home-menu svg{
  cursor: pointer;
  position: absolute;
  margin-top: 6.5rem;
  z-index: 101;
}
#toggle-navbar-home-menu svg:hover{
  transform: rotate(180deg);
  transition: 0.5s;
}

/*Disable link when already in page*/
.disabled-link {
  pointer-events: none;
  opacity: 0.4;
  filter: grayscale(100%);
}

.navNotification svg:hover{
  fill: lightyellow;
}
.navNotification svg{
  width: 4.5rem;
}
.navNotification {
  position: relative;
}

.navNotification .notifDot {
  position: absolute;
  top: 7px;
  right: 21px;
  width: 14px;
  height: 14px;
  background: red;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  pointer-events: none;
}


/*CLICK TO SHOW/////////////////////////////////////*/
.clickContainer{
  max-width: 1200px;
  margin: auto;
  padding: 0 0 30px 0;
  font-size: var(--font-size-default);
}

.content-container-click-to-show {
  position: relative;
  width: 100%;
  height: 100%;
}

.content-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-colour);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;              /* ensures it covers */
}

.content-hidden {
  display: none;            /* remove overlay when clicked */
}

/* BACKGROUNDS ********************* */
.bg-space2{
  background: var(--background-space-2)
}
.bg-space2-darker{
  background: var(--background-space-2-darker)
}
.bg-space3{
  padding: 120px 0;
  background: var(--background-space-3)
}

.bg-space4{
  padding: 60px 0;
  background:
  var(--space-background-dark);
}

.make-dark{
  fill: #07447b;
}

.make-yellow{
  fill: #ffaa00;
}

/* WINDOW DRAG************************* */
#sideWindow, #sideWindow2{
  position: absolute;
  z-index: 9;
  text-align: center;
  width: 300px;
  background: var(--lightyellow);
  border: 4px outset var(--lightyellow);
  font-size: var(--font-size-default);
  top: 40%;
  left: 1%;
}

#sideWindow img, #sideWindow2 img{
  filter: grayscale(0%);
}


.scaledWindow{
  height: 300px;
  overflow: hidden;
}
#sideWindowHeader, #sideWindowHeader2 {
  cursor: move;
  z-index: 10;
  color: #ffffff;
  background: #414b6f;
  background: -webkit-linear-gradient(
          90deg,
          #414b6f,
          #97b5d9
        );
  background: linear-gradient(
          90deg,
          #414b6f,
          #97b5d9
        );
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

.popUpHeader{
  cursor: unset;
  justify-content: flex-end;
  height: 35px;
}
.windowClose{
  width: 3.6rem;
  border: 4px outset var(--lightyellow);
  background: var(--lightyellow);
}
.windowClose svg{
  fill: #121212;
  width: 1.8rem;
}
.windowClose:hover{
  border: 4px inset rgb(205, 89, 89);
  background: rgb(215, 119, 119);
}
.windowContents, .windowContents2{
  text-align: center;
  color: #222222;
}
.windowContents img, .windowContents2 img{
  background: var(--dark-colour-0_8);
  border: 5px outset var(--light-colour);
  width: 70%;  
  object-fit: fill;
}
.windowContents2 img{
  width: 100%;  
}

/*QUOTES*****************************/

.quoteSlideShow{
  margin: auto;
  max-width: 1000px;
}

/* Slideshow container */
.quoteContainer {
  position: relative;
  background: var(--dark-colour);
}

/* Slides */
.quotes{
  display: none;
  padding: 6rem;
  line-height: 3rem;
  text-align: center;
  font-size: var(--font-size-default);
  min-height: 270px;
  margin-top: 20px;
}

/* Next & previous buttons */
.prevQuote, .nextQuote{
  cursor: pointer;
  position: absolute;
  margin-top: -3rem;
  padding: 16px;
  color: var(--light-colour);
  font-size: 8rem;
  user-select: none;
}

.nextQuote {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prevQuote:hover, .nextQuote:hover {
  color: var(--light-colour-0_8);
}

.dotContainer {
  user-select: none;
  text-align: center;
  padding: 20px;
}
.dot-button {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: var(--light-colour-0_2);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot-button:hover {
  background-color: var(--light-colour-0_8);
}

.strke{
  text-decoration: line-through;
}

.author {color: limegreen;}

/*/////////////////////////////////////////////*/
/*//////////////BPSR EVENT TIMERS//////////////*/
/*/////////////////////////////////////////////*/
/* -------------------------------------------------
   Layout
------------------------------------------------- */
.bpsr_event-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 20px;
}

/* -------------------------------------------------
   Event Box
------------------------------------------------- */
.bpsr_event-box {
  position: relative;
  padding: 16px;
  border-radius: 10px;
  border: 3px solid var(--dark-colour);
  background: var(--dark-colour-0_8);
  color: inherit;
  transition: 0.3s;
  border: 3px solid transparent;
}

.bpsr_event-box:hover {
  border: 3px solid var(--light-colour);
}

.bpsr_event-box.favorite {
  border-color: #ff4da6;
  box-shadow: 0 0 12px #ff4da6;
}

.bpsr_event-box.favorite:hover {
  border-color: #cc8fad;
  box-shadow: 0 0 12px #cc8fad;
}

.bpsr_event-box.dim {
  opacity: 0.5;
}

.bpsr_event-box.dim:hover {
  opacity: 1;
}

.bpsr_event-box.bpsr_ignored {
  opacity: 0.4;
}

.bpsr_event-box.bpsr_ignored:hover {
  opacity: 1;
}

/* -------------------------------------------------
   Header
------------------------------------------------- */
.bpsr_event-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0.6rem;
}

/* Title Gradient */
.bpsr_gradient-text {
  background: linear-gradient(187deg, var(--bpsr-gradient-text-teal-colour), var(--bpsr-gradient-text-purple-colour));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 3rem;
}

/* -------------------------------------------------
   Heart (Favorite Button)
------------------------------------------------- */
/* Shared tooltip styling */
.bpsr_tooltip {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%) translateY(-4px); /* ⭐ improved centering */
  background: var(--dark-colour-0_8);
  color: inherit;
  padding: 1rem;
  border-radius: 4px;
  font-size: 1.8rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 20;
}

/* Show tooltip on hover */
.bpsr_heart:hover .bpsr_tooltip,
.bpsr_mute-btn:hover .bpsr_tooltip {
  opacity: 1;
}

/* Heart positioning */
.bpsr_heart {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 10;
}

.bpsr_heart svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Bell positioning */
.bpsr_mute-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 10;
}

.bpsr_mute-btn svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bpsr_event-box.bpsr_ignored .bpsr_mute-btn svg {
  fill: var(--bpsr-mute-active-colour);
  opacity: 1;
  transition: opacity 0.15s ease;
}

.bpsr_event-box.bpsr_ignored .bpsr_mute-btn:hover svg {
  fill: var(--light-colour-0_8);
}

.bpsr_mute-btn:hover svg {
  fill: var(--bpsr-mute-hover-colour);
}

.bpsr_event-box.favorite .bpsr_heart:hover svg {
  fill: var(--bpsr-mute-active-colour);
}

.bpsr_event-box.favorite .bpsr_heart svg {
  fill: var(--bpsr-heart-active-colour);
}

.bpsr_heart:hover svg {
  fill: var(--bpsr-heart-hover-colour);
}

/*///////////NOTIFICATION BUTTON//////////////*/

.text-notify-btn {
  position: relative;
  display: inline-block;
}

.text-notify-btn:hover .bpsr_tooltip {
  opacity: 1;
}

.text-notify-btn .bpsr_tooltip {
  top: -53px;
}


/* -------------------------------------------------
   Days Styling
------------------------------------------------- */
.bpsr_days-today {
  color: inherit;
  opacity: 1;
}

.bpsr_days-other {
  color: var(--light-colour-0_8);
  opacity: 0.7;
}

.bpsr_days-other:hover {
  opacity: 1;
}


/* -------------------------------------------------
   Timer + Active Text
------------------------------------------------- */
.bpsr_timer {
  margin-top: 6px;
  font-size: 1.1em;
  font-weight: bold;
  color: inherit;
}

.bpsr_active-text {
  margin-top: 6px;
  color: var(--bpsr-active-text-colour);
  font-weight: bold;
}

/* -------------------------------------------------
   Next Times
------------------------------------------------- */
.bpsr_next-times {
  margin-top: 8px;
  font-size: 0.9em;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.bpsr_next-times:hover {
  opacity: 1;
}

/* -------------------------------------------------
   Date Range
------------------------------------------------- */
.bpsr_date-range {
  font-weight: 800;
  padding-bottom: 0.6rem;
}

.bpsr_days-text{
  padding-bottom: 0.6rem;
}

.bpsr_event-controls {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.bpsr_event-controls button {
  padding: 6px 12px;
  border-radius: 6px;
  border: none;
  background: var(--dark-colour-0_8);
  color: inherit;
  cursor: pointer;
}

.bpsr_event-controls button:hover {
  background: var(--light-colour-0_2);
}

.bpsr_sound-controls {
  padding: 12px;
  margin-bottom: 15px;
  background: var(--dark-colour-0_8);
  color: inherit;
  border-radius: 8px;
}

.bpsr_sound-controls label {
  display: block;
  margin: 8px 0;
}

.bpsr_sound-controls button {
  margin-right: 10px;
  padding: 6px 12px;
  border: 1px solid var(--light-colour);
  border-radius: 6px;
  background: var(--dark-colour-0_8);
  color: inherit;
  cursor: pointer;
}

.bpsr_sound-controls button:hover {
  background: var(--light-colour-0_2);
}

.bpsr_commentSection{
  background: var(--dark-colour-0_8);
  padding: 1rem;
  border-radius: 1rem;
  max-width: 800px;
  margin: auto;
}

.bpsr_giveThatALabel{
  background: var(--dark-colour-0_8);
  padding: 1rem;
  border-radius: 1rem;
  max-width: 600px;
}

.bpsr_backgroundHover:hover{
  background: var(--light-colour-0_2);
}

.bpsr_giveThatALabel li:first-of-type{
  padding-bottom: 1rem;

}

.bpsr_giveThatALabel li:not(:first-of-type){
  list-style-type: disc;
  padding-bottom: 1rem;
  margin-left: 3rem;
}

.bpsr_giveThatALabel a{
  color: #be7dff;
}

.bpsr_giveThatALabel input[type="checkbox"] {
  transform: scale(1.6);
  margin-right: 8px;
}


#bpsr_sound-select, #bpsr_sound-select option{
  background: var(--full-black);
  color: inherit;
}

@media screen and (max-width: 699px){
  .bpsr_event-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bpsr_eventCategoryTags{
  display: flex;
  flex-wrap: nowrap; 
  overflow-x: auto;
  gap: 10px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 2rem;
}

.bpsr_eventCategoryTags li{
  white-space: nowrap;
  flex: 0 0 auto;
}

.bpsr_eventCategoryTags button{
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  width: 100%;
}

.bpsr_eventCategoryTags .slantThat{
  background: var(--dark-colour-0_8);
}

.slantThat.bpsractive {
  background: var(--bpsr-category-active);
}
.slantThat.bpsractive:hover {
  background: var(--bpsr-category-active-hover);
}

/*///////////////TROPHY FOG/////////*/
/* ---------- Fog ---------- */
.fogwrapper {
  height: 100%;
  position: fixed;
  top: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
}
#foglayer_01, #foglayer_02, #foglayer_03 {
  height: 100%;
  position: absolute;
  width: 200%;
}
#foglayer_01 .image01, #foglayer_01 .image02,
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {
  float: left;
  height: 100%;
  width: 50%;
}
#foglayer_01 {
  -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
}
#foglayer_02, #foglayer_03 {
  -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
}

/* ---------- Moving Fog ---------- */
/*
  'size: cover' || 'size: 100%'; results remain the same
  'attachment: scroll' can be added or removed; results remain the same
  'attachment: fixed' causing unexpected results in Chrome
  'repeat-x' || 'no-repeat'; results remain the same
*/ 
#foglayer_01 .image01, #foglayer_01 .image02 {
  background: url("/img/file-list-gallery/backgrounds/fog1.png") center center/cover no-repeat transparent;
}
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02{
  background: url("/img/file-list-gallery/backgrounds/fog2.png") center center/cover no-repeat transparent;
}

/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
  0%   { opacity: .1; }   /* .1 × 1.2 */
  22%  { opacity: .5; }    /* .5 × 1.2 → capped at .6 */
  40%  { opacity: .28; }   /* .28 × 1.2 */
  58%  { opacity: .4; }   /* .4 × 1.2 */
  80%  { opacity: .16; }   /* .16 × 1.2 */
  100% { opacity: .1; }   /* .1 × 1.2 */
}
@-moz-keyframes foglayer_01_opacity { /* same values */ }
@-o-keyframes foglayer_01_opacity { /* same values */ }
@keyframes foglayer_01_opacity { /* same values */ }

/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
  0%   { opacity: .5; }    /* .5 × 1.2 */
  25%  { opacity: .2; }   /* .2 × 1.2 */
  50%  { opacity: .1; }   /* .1 × 1.2 */
  80%  { opacity: .3; }   /* .3 × 1.2 */
  100% { opacity: .5; }    /* .5 × 1.2 */
}
@-moz-keyframes foglayer_02_opacity { /* same values */ }
@-o-keyframes foglayer_02_opacity { /* same values */ }
@keyframes foglayer_02_opacity { /* same values */ }

/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
  0%   { opacity: .8; }     /* .8 × 1.2 → capped at 1 */
  27%  { opacity: .2; }   /* .2 × 1.2 */
  52%  { opacity: .6; }   /* .6 × 1.2 */
  68%  { opacity: .3; }   /* .3 × 1.2 */
  100% { opacity: .8; }     /* .8 × 1.2 → capped at 1 */
}
@-moz-keyframes foglayer_03_opacity { /* same values */ }
@-o-keyframes foglayer_03_opacity { /* same values */ }
@keyframes foglayer_03_opacity { /* same values */ }
/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-moz-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-o-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}

@media only screen
  and (min-width: 280px)
  and (max-width: 767px) {
    #foglayer_01 .image01, #foglayer_01 .image02,
    #foglayer_02 .image01, #foglayer_02 .image02,
    #foglayer_03 .image01, #foglayer_03 .image02 {
      width: 100%;
    }
  }

/* RAIN AND THUNDER */
:root {
  --thunder-duration: 10s;
  --thunder-delay: 3s;
}

hr.thunder {
  border: unset;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: transparent;
  box-shadow: 0 0 200px rgba(0,0,0,0.9) inset;
  top: 0;
  left: 0;
  pointer-events: none;
  display: block;  
  animation-name: thunder;
  animation-duration: var(--thunder-duration);
  animation-timing-function: linear;
  animation-delay: var(--thunder-delay);
  animation-iteration-count: infinite;
}

hr:not(.thunder){
  width: 50px;
  border-color: transparent;
  border-right-color: rgba(255, 255, 255, 0.7);
  border-right-width: 50px;
  position: fixed;  
  top: 20px;
  pointer-events: none;
  transform-origin: 100% 50%;
  animation-name: rain;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes rain {
  from {
    transform: rotate(105deg) translateX(0);
  }
  to {
    transform: rotate(105deg) translateX(calc(100vh + 20px));
  }
}

@keyframes thunder {
  0% {
    box-shadow: 0 0 200px transparent inset;
  }
  1% {
    /*background-color: white;*/
    box-shadow: 0 0 300px white inset;
  }
  2% {
    /*background-color: rgba(255, 255, 255, 0.8);*/
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.9) inset;
  }
  8% {
    box-shadow: 0 0 200px transparent inset;
  }
}

#myAudio{
  margin: 0 auto;
  display: block;
}

/*/////////////BREAK AND COPY/////////////*/
.break_copy_wrapper{
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

#break_copy_dropzone {
  border: 3px dashed #666;
  padding: 40px;
  width: 100%;
  text-align: center;
  background: var(--dark-colour);
  cursor: pointer;
  margin-bottom: 20px;
}
#break_copy_output{
  width: 80%;
/*  max-width: 80%;
  min-width: 80%;*/
}
.chunk-container {
  margin-bottom: 25px;
  background: var(--dark-colour);
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.break_copy_wrapper textarea {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  background: var(--full-black);
  color: inherit;
  height: 200px;
  padding: 10px;
  font-family: monospace;
  margin-top: 10px;
}
.break_copy_wrapper button,
.break_copy_wrapper input{
  background: var(--light-colour-0_2);
  color: inherit;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.break_copy_wrapper button:hover{
  background: var(--dark-colour);
}
.break_copy_wrapper button.copy-btn {
  background: #0078ff;
  color: white;
  font-size: 14px;
}
.break_copy_wrapper button.copy-btn:hover {
  background: #005fcc;
}


/*ANIMATIONS**************************/
.logoLocation{
/*  animation-name: wavy;
  animation-duration: 1.3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;*/
  position: relative;
  top: 0;
  left: 0;
}
/*@keyframes wavy {
  0% {
    top: 5px;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}*/

.individualWavy span {
  display: inline-block;
  transform-origin: center;
  animation: wavy 1.4s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

@keyframes wavy {
  0%   { transform: translateY(5px); }
  50%  { transform: translateY(-5px); }
  100% { transform: translateY(5px); }
}


/*https://codepen.io/scottkellum/pen/BoZvjR*/
/*BOUNCY BALL*********************/
:root{
  --size: 140px;
}

img.b, img.y, 
div.x, div.a{
  position: absolute;
  width: var(--size);
  height: var(--size);
  z-index: 9;
}

.x{
  animation: x 4.3s linear infinite alternate;
}
.y{
  animation: y 4.2s linear infinite alternate;
}
.a{
  animation: a 5.8s linear infinite alternate;
}
.b{
  animation: b 3.1s linear infinite alternate;
}

@keyframes x{
  100%{
    transform: translateX( calc(98vw - var(--size)) );
  }
}
@keyframes y{
  100%{
    transform: translateY( calc(90vh - var(--size)) );
  }
}
@keyframes a{
  100%{
    transform: translateX( calc(98vw - var(--size)) );
  }
}
@keyframes b{
  100%{
    transform: translateY( calc(90vh - var(--size)) );
  }
}

.hidden{
  opacity: 0%; 
  transform: translateX(-100%);
  transition: all 1s;
}
.show{
  opacity: 100%;
  transform: translateX(0);
}

.hiddenNegX{
  opacity: 0%; 
  transform: translateX(100%);
  transition: all 1s;
}
.showNegX{
  opacity: 100%;
  transform: translateX(0);
}


.animate-down{
  animation: max-height 0.3s ease;
}

.animate-down.open-accordian {
  max-height: 60vh
}

@keyframes max-height{
  0%{
    max-height: 0;
  }
  100%{  
    max-height: 1;
  }
}

/*https://stackoverflow.com/questions/56418763/creating-the-perfect-rainbow-gradient-in-css*/
.rainbowGrad {
  height: 6px;
  /*background: linear-gradient(in hsl longer hue 45deg, rgba(252, 133, 133, 0.9) 0 0);*/
  background: var(--light-rainbow-bkgrd);
  margin-bottom: 20px;
/* #fc8585 */
}
.marginReset{
  margin: 0;
}

/*https://codepen.io/Webdesign-Ui/pen/LYYyKbo*/
/*RGB COLOR EFFECT*******************/
.rgb-animate{
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-name: rgb_anim;
}

/* RGB HOVER EFFECT */

/*.rgb-animate-hvr:hover{
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-name: rgb_anim;
}*/

/* RGB ANIMATION EFFECT */

@keyframes rgb_anim {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(180deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

/*BORDER ANIMATION*/

.rgbBorders, 
.rgbBorders2, 
.rgbBorders3{
  position: relative;
  margin: 15px auto;
  padding: 20px;
  border-radius: 3rem;
  background: linear-gradient(0deg, var(--full-black), var(--dark-colour-0_8));
}

.rgbBorders2, .rgbBorders3{
  padding: 3px;
  margin: auto;
  background: transparent;
}

.rgbBorders3 img{
  border-radius: 0rem;
}

.aboutMe .rgbBorders2{
  padding: 0;

}
.aboutMe .rgbBorders2 img{
  opacity: 90%;
}
.aboutMe .rgbBorders2:after{
  filter: blur(0);
}

.favourites-stuff, .picture-w-h-100{
  max-width: 100%;
  height: 100%;
}

.emotions img{
  height: 25px;
}
.emotions{
  width: 55%;
}

.aboutMe .rgbBorders2 img{
  border-radius: 0;
  opacity: 70%;
}

.aboutMeTableOfContents{
  list-style-type: decimal;
  padding: 0 2.5rem 0 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.rgbBorders2 img:hover, .rgbBorders3 img:hover{
  opacity: 100%;
}

.rgbBorders:before, .rgbBorders:after,
.rgbBorders2:before, .rgbBorders2:after,
.rgbBorders3:before, .rgbBorders3:after,
.rgbBorders4:before, .rgbBorders4:after{
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
/*  background: 
    linear-gradient(in hsl longer hue 45deg, 
      rgba(252, 133, 133, 0.5)
       0 0);*/
/*  background: linear-gradient(45deg,
    rgba(252, 133, 133, 0.5),
    rgba(133, 252, 233, 0.5),
    rgba(133, 183, 252, 0.5),
    rgba(252, 133, 252, 0.5),
    rgba(252, 133, 133, 0.5)
  );*/
  background: var(--light-rainbow-bkgrd);
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  border-radius: 3rem;
  animation: steam 20s linear infinite;
}



.rgbBorders2:before, .rgbBorders2:after{
  background: var(--rgb-borders-2)
  ;
  background-size: 400%;
  border-radius: 0rem;
}


/*336066 = teal*/
.rgbBorders4:before, .rgbBorders4:after{
  background: 
        repeating-linear-gradient(151deg,
        var(--lightColorB) 0%,
        var(--lightColorB) 5%,
        var(--thatColorA) 5%,
        var(--thatColorA) 15%
/*        var(--lightColorB) 10%*/
       
      );
  background-size: 400%;
  border-radius: 0rem;
  animation: steam 20s linear infinite;
}

.rgbBorders3:before, .rgbBorders3:after{
  background: 
/*    linear-gradient(in hsl longer hue -45deg, rgba(190, 24, 245, 0.3) 0 0);*/

      repeating-radial-gradient(ellipse farthest-side at bottom center, 
        transparent 0%, lightskyblue 10%),
      repeating-radial-gradient(ellipse farthest-side at top center,
        var(--thatColor2) 0%,
        var(--lightColor2) 10%

      )
  ;
  background-size: 400%;
  border-radius: 0rem;

}

@keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 800% 0;
  }
}

.rgbBorders:after{
  filter: blur(50px);
}
.rgbBorders2:after, .rgbBorders3:after{
  filter: blur(40px);

}



.laceBorder {
z-index: -200;
border: 100px solid transparent; /* change the number here to make the border bigger or smaller! for best results keep it between 40-84px. */

border-image-source: var(--mikuFrameBorder);

border-image-slice: 84; /* don't change this! */

border-image-repeat: round; /* this makes the border smoothly fit any size container */

border-image-outset:0; /* this puts the border outside your container */
}

/*PROGRESS BAR*******************/

.progress-container {
  width: 100%;
  height: 6px;
  background: var(--dark-colour-0_8);
}

.progress-bar {
  height: 6px;
  /*background: linear-gradient(in hsl longer hue 45deg, rgba(252, 133, 133, 0.72) 0 0);*/
  background: var(--light-rainbow-bkgrd);
  width: 0%;
}

/*MEDIA************************/
@media screen and (max-width: 599px){
  .skellyArt{
    font-size: 1rem;
  }
  .color-wheel-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 699px){
  .hideThat1, #layerNeko0{
    display: none;
  }
  .background-description, .itemTitle{
    background: var(--dark-colour-0_8);
  }
  .rgbBorders2:before, .rgbBorders2:after{
    background: transparent;
  }
/*  .navText{
    transform: skewX(0deg);
  }*/
  .aboutMe .rgbBorders2 img{
    opacity: 100%;
  }
  .currentPlans .product{
    flex-flow: column wrap;
  }
  .mainPage > section{
    /*margin: 6vh auto;*/
  }
  .aboutMe{
    flex-flow: column nowrap;
  }
  .emotions{
    width: 100%;
  }
  .aboutMe .mwonsterPfp{
    height: 100%;
    width: 100%;
  }
  #lightboxGallery-close {
    bottom: 100px;
    right: 20px;
  }

  .itemTitle, 
  .itemTitle h1, 
  .itemTitle h2, 
  .itemTitle h3, 
  .itemTitle h4, 
  .itemTitle a, 
  .itemTitle div, 
  .itemTitle p{
    transform: skewX(0deg);
  }
  .itemTitle *{
    transform: skewX(0deg);
  }
  .contactTitle,
  .contactTitle h4{
    transform: skewX(0deg);
  }
  .overrideSlant{
    transform: skewX(-20deg);
  }

  .list-2-layered-content{
    flex-flow: column nowrap;
    padding: 0px;
  }
  .list-2-layered-content div{
    margin-bottom: 2rem;
    background: var(--dark-colour-0_8);
  }
  .aboutMe img,
  #status{
    padding: 0;
  }
  .productCaption{
    width: 100%;
  }
  .hidden, .slidingNav {
    transition: none !important;
    animation: none !important;
  }
  #backToTop{
    bottom: 5px;
    right: 5px;
  }
  #toggle-navbar-home-menu{
    bottom: 5px;
    right: 45px;
  }

  .visitor-session-id {
  transform: translate(0, 10rem);
}


  .trophyCaseBorder{
    /*overflow: auto;*/
    overflow-x: auto;
    height: 730px;
    /*max-width: 600px;*/
  }
  .trophyCase{
    transform: scale(0.7);
  }

  footer{
    padding: 20px 10px;
  }

}
@media screen and (min-width: 700px){
  h1[class="welcomingText3"]{
    display: none;
  }
  p[class="welcomingText4"]{
    display: none;
  }
  .hideThat1{
    display: block;
  }
  .hide-over-800px{
    display: none;
  }
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

} 
