:root {
  --header-image: url('../images/layouts/wp_900_clean.jpg');
  --body-bg-image: url('../images/tiles/purplesky.gif');
  --svg-speaker-curser: url('../images/svg/speaker.svg');
  --content: #43256E
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Regular.ttf')
}
@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Bold.ttf');
  font-weight: 700
}
@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-Italic.ttf');
  font-style: italic
}
@font-face {
  font-family: Nunito;
  src: url('../fonts/Nunito-BoldItalic.ttf');
  font-style: italic;
  font-weight: 700
}
@font-face {
  font-family: SF Atarian System;
  src: url('../fonts/Atarian/SF Atarian System Extended Bold.ttf');
  font-style: Extended;
  font-weight: 700
}
@font-face {
  font-family: SF Atarian System;
  src: url('../fonts/Atarian/SF Atarian System Extended Italic.ttf');
  font-style: Italic
}
body {
  font-family: Nunito,sans-serif;
  margin: 0;
  background-color: #08031a;
  background-size: 65px;
  color: #fceaff;
  background-image: var(--body-bg-image)
}
* {
  box-sizing: border-box
}
#container {
  max-width: 900px;
  margin: 0 auto
}
#container a {
  color: #ed64f5;
  font-weight: 700
}
#header {
  width: 100%;
  background-color: #5e4e8c;
  height: 150px;
  background-image: var(--header-image);
  background-size: 100%;
  font-family: 'SF Atarian System';
  font-size: 95px;
  text-align: center;
  color: var(--shadow-secondary);
  padding-top: 25px
}
.glitch-img {
  width: 900px;
  overflow: hidden;
  position: absolute
}
#navbar {
  height: 40px;
  background-color: var(--shadow-secondary);
  width: 900px
}
#navbar ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: space-evenly
}
#navbar li {
  padding-top: 10px
}
#navbar li a {
  color: #ed64f5;
  font-weight: 800;
  text-decoration: none
}
#navbar li a:hover {
  color: #a49cba;
  text-decoration: underline
}
#flex {
  display: flex
}
aside {
  background-color: #241445;
  width: 200px;
  padding: 20px;
  font-size: smaller
}
main {
  background-color: #43256e;
  flex: 1;
  padding: 20px;
  order: 2;
  color: #fff
}
#leftSidebar {
  order: 1
}
#rightSidebar {
  order: 3
}
footer {
  background-color: #13092d;
  width: 100%;
  height: 40px;
  padding: 10px;
  text-align: center;
  font-family: 'SF Atarian System',italic;
  font-size: 25px
}
h1,
h2,
h3 {
  color: #ed64f5
}
h1 {
  font-size: 25px
}
strong {
  color: #ed64f5
}
.box {
  background-color: #13092d;
  border: 1px solid #ed64f5;
  padding: 10px;
  color: var(--shadow-secondary)
}
#topBar {
  width: 100%;
  height: 30px;
  padding: 10px;
  font-size: smaller;
  background-color: #13092d
}
.mytest {
  font-family: 'SF Atarian System';
  font-size: 75px
}
.smxhelp {
  /*cursor: url( var(--svg-speaker-curser) ), auto;*/
  cursor: help;
}
#header {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='40'><rect rx='0' width='100%' height='100%' fill='yellow' style='color: var(--shadow-secondary);' clip-path='polygon(-10% -10%, 110% -10%, 110% 110%, 10% 110%, -10% 40%)' /><text x='50%' y='50%' font-family='sans-serif' font-weight='bold' font-size='14' dominant-baseline='middle' text-anchor='middle' fill='white'>Slide__</text></svg>") 16 0,auto
}
@media only screen and (max-width:800px) {
  #flex {
    flex-wrap: wrap
  }
  aside {
    width: 100%
  }
  main {
    order: 1
  }
  #leftSidebar {
    order: 2
  }
  #rightSidebar {
    order: 3
  }
  #navbar ul {
    flex-wrap: wrap
  }
}