@font-face {
  font-family: "DejaVu Sans Mono";
  src: url("../webfonts/DejaVuSansMono.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family:"Ubuntu Mono";
  src: url("../webfonts/UbuntuMono-R.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../webfonts/SourceSansPro-Regular.otf") format("truetype");
  font-display: fallback;
}

html, body, div, 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, output, ruby,
section, summary, time, mark, audio, video {
  margin:  0 0 0 0;
  font-size: 12pt;
  color: white;
  letter-spacing: 0.025em;
  line-height: 1.75em;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", "Ubuntu Mono", "DejaVu Sans Mono";
  background: #1f2021;
}

div{
  padding: 0 0 0 0;
}

h2 {
  text-align: center;
}
h3, h4, h5 {
  color: #ff1493;
  margin-top: 1em;
  margin-bottom: 1em;
}

p {
  margin-bottom: 1em;
}

strong {
  font-weight: 600;
}

mono {
  font-family: "DejaVu Sans Mono", "Ubuntu Mono";
  color: #c922c9 !important;
}

b {
  color: #ba7e16;
}

.noselect, br, img {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

img {
  max-width: 100%;
}

iframe {
  max-width: 90%;
  border-radius: 1em;
  margin: 1em 0;
}

#main ol, #main ul {
  padding: 0 0 0 0;
  list-style-position: inline;
  margin-left: 2em;
  margin-bottom: 1em;
}

.MathJax {
  color: #b5916e;
}

ul li {
  list-style: none;
  list-style-position: inside !important;
}

#main ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #cf7327; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 16pt;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: 0em; /* Also needed for space (tweak if needed) */
}

.to-top {
  position:fixed !important;
  bottom:15px !important;
  right:15px !important;

  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

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

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
table {
  margin: 0 0 0 0;
  overflow-x: auto !important;
}
table tbody tr {
  border: solid 1px;
  border-left: 0;
  border-right: 0;
}
table td {
  padding: 0.75rem 0.75rem;
}
table th {
  font-family: "Source Sans Pro", "Ubuntu Mono", "DejaVu Sans Mono";
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding: 0 0.75rem 0.75rem 0.75rem;
  text-align: left;
  /*text-transform: uppercase;*/
}

@media screen and (max-width: 980px) {
  table th {
    font-size: 0.9rem;
  }
}

table thead {
  border-bottom: solid 2px;
}
table tfoot {
  border-top: solid 2px;
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px;
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}
table tbody tr {
  border-color: #eeeeee;
}
table tbody tr:nth-child(2n + 1) {
  background-color: rgba(220, 220, 220, 0.25);
}
table th {
  overflow-x: auto !important;
  color: #74db00 !important;
  padding-top: 10px;
}
table td {
  overflow-x: auto !important;
  background-color: #363331;
  border: 1px solid #a39e8e !important;
}
table thead {
  border-bottom-color: #eeeeee;
}
table tfoot {
  border-top-color: #eeeeee;
}
table tr:first-child td:first-child {
    border-top-left-radius: 5px;
}
table tr:first-child td:last-child {
    border-top-right-radius: 5px;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
center.table {
  margin: 0 auto;
  max-width: 90%;
  overflow-x: auto !important;
}

#logo {
  text-align: center;
  vertical-align: middle;
}

.wrapper.style0 a {
  text-decoration: underline;
}
.wrapper.style0 a:hover {
  text-decoration: none;
}

.wrapper.style2 a {
  text-decoration: underline;
  color: #72c920 !important;
}
.wrapper.style2 a:hover {
  text-decoration: none;
  color: #39ff14 !important;
}

a:hover {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  padding: 3em 0 5em 0;
}
.wrapper .title {
  background-color: inherit;
  margin-top: -5em !important;
  margin-bottom: 30px !important;
  padding: 10px 10px 10px 10px;
  max-width: 75%;
  width: 300px;
  margin: 0 auto;
  box-shadow: -7px -3px 5px -5px rgba(0, 0, 0, 0.5), 7px -3px 5px -5px rgba(0, 0, 0, 0.5);
  position: relative;
}

.wrapper.style2 {
  background-color: #1f2021;
}

.wrapper.style1 {
  background-color: #34495E;
  text-align: center;
}

.wrapper.style0 {
  background-color: #bd5353;
  text-align: center;
}
.wrapper.style0 .container {
  max-width: 90%;
  width: 700px;
}

#intro p.style1 {
  letter-spacing: 0.075em;
}
#intro p.style2 {
  font-weight: 500;
  color: #fff;
  border-radius: 0.35em;
  box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.25);
  font-size: 4vw;
  letter-spacing: 0.075em;
  /*line-height: 1.35em;*/
  padding: 1em 1em 1em 1em;
  margin-bottom: 1em;
}

#footer {
  background-color: #282b34;
  padding-bottom: 2em !important;
}

.title {
  text-align: center;
  margin-bottom: 1em;
}

#header {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  padding-top: 8em !important;
  height: 33em;
  background: url("../../images/banner.webp") center center;
  background-size: cover;
}

.container {
  max-width: 90%;
  width: 90em;
  margin: 0 auto;
}

.content {
  text-align: left;
}

#copyright {
  text-align: center;
  padding-top: 1em;
  margin-top: 0em;
  /*border-top: solid 1px rgba(255, 255, 255, 0.05);*/
}
#copyright ul {
  display: block;
  border-radius: 0.5em !important;
  box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
  padding: 0.5em 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
#copyright ul li {
  display: block;
  padding-top: 0.3em !important;
  padding-bottom: 0.3em !important;
  font-size: 1.1em !important;
}
#copyright ul li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#copyright a {
  font-size: 1em !important;
  color: #889c76 !important;
  text-decoration: underline;
}
#copyright a:hover {
  font-size: 1em !important;
  color: #967251 !important;
  text-decoration: none;
}

/* Feature List */
.row
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 600px;
  margin: 0 auto;
}

.feature-list .row div
{
  max-width: 700px;
  width: 100%;
}
.feature-list {
  position: relative;
  top: 1em;
  margin-bottom: 50px;
}
.feature-list > .row > :first-child > section {
  border-top: 0;
  padding-top: 0;
}
.feature-list section {
  border-top: solid 1px #eee;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 4em;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .feature-list > .row > :nth-child(2) > section {
    border-top: 0;
    padding-top: 0;
  }
}
.feature-list i, .feature-list h3 {
  color: #e97770 !important;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.feature-list i:before {
  display: block;
  color: #fff;
  background: #2f333b;
  border-radius: 2.5em;
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  margin-right: 0.75em;
  position: absolute;
  left: 0;
  margin-top: -0.5em;
}
.feature-list.small section {
  padding-left: 3.5em;
}
.feature-list.small i:before {
  font-size: 0.8em;
}

#highlights .row {
  max-width: 600px;
  width: 80vw;
  margin: 0 auto;
  text-align: center;
}

.highlight
{
  position: relative;
  text-align: center;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  max-width: 600px;
  width: 75vw;
}

@media screen and (min-width: 800px) 
{
  #highlights .row {
    max-width: 95%;
    width: 675px;
  }

  .highlight {
    max-width: 100%;
    width: 300px;
  }
}

@media screen and (min-width: 1200px) 
{
  #highlights .row {
    width: 1000px;
  }
}

@media screen and (min-width: 1600px) 
{
  #highlights .row {
    width: 1330px !important;
  }
}


@media screen and (min-width: 600px) {
  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, output, ruby,
  section, summary, time, mark, audio, video {
    font-size: 12pt;
  }

  #intro p.style2
  {
    font-size: 16pt;
    font-weight: 600;
  }

  #copyright ul {
    display: inline-block;
    border-radius: 0.35em;
    box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
    padding: 0.5em 2em;
    margin-bottom: 1em;
  }

  #copyright ul li {
    display: inline-block;
    margin-left: 1em;
    padding-left: 1em;
    border-left: solid 1px #333;
    padding-bottom: 0.25em;
    font-size: 1em !important;
  }

    #copyright ul li:first-child {
      border-left: 0;
      margin-left: 0;
      padding-left: 0;
    }
}

@media screen and (min-width: 1000px) {
  .feature-list .row {
    max-width: 840px;
  }

  .feature-list .row div {
    max-width: 400px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1f2021;
}

ul::-webkit-scrollbar-track {
  border-radius:5px;
  margin-top:2px;
  margin-bottom:2px;
}

pre::-webkit-scrollbar-track {
  /*background: #363331;*/
  border-radius:5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: white;
  border-radius:5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #74DB00;
}
.menu-bars, .menu-cross {
  position: absolute;
  top: 1em;
  left: 1em;
  text-align: center;
  z-index: 1;
}

.menu-icons {
  position: absolute;
  top: 1.5em;
  left: 2em;
  right: 2em;
  text-align: center;
  z-index:1;
}

.menu-bars:hover, .menu-cross:hover {
  cursor: grab;
}

#close-menu-icon, #open-menu-icon {
  width: 1.5em;
  height: 1.5em;
  padding-top: 0em;
}

#close-menu-icon:hover, #open-menu-icon:hover {
}

#menu-page {
  visibility: hidden;
  position: fixed; /*absolute/fixed both work*/
  overflow-y: auto;
  background: #1f2223; /*181a1b 1f2223*/
  padding-top: 4em;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  z-index: 1;
}

nav ul {
  padding-left: 0px;
  position: relative;
}

nav a {
  font-size: 15pt;
  color: white;
  text-decoration: none !important;
}

.item {
  padding: 0.5em 0px;
}

.has-submenu {
  overflow-x: hidden;
}

.submenu-link i {
}
.submenu-link:hover .fa {
  filter: invert(59%) sepia(95%) saturate(473%) hue-rotate(42deg) brightness(101%) contrast(102%);
}
.submenu-link-icon {
  margin-top: 5px;
}
.item-link:hover, .submenu-link:hover {
  color: #74DB00;
}
.li-menu:hover {
  /*background: #181a1b;*/
}

.submenu {
  display: none;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.submenu li {
  padding: 0.5em;
}
.subitem a {
  font-size: 1em;
}
.subitem a:hover {
  color: #74DB00;
}
/**
 *  icon
 */
.fa {
  cursor: pointer;
  display: inline-block;
  width: 2em;
  vertical-align: middle;

  filter: invert(100%);
}

.fa:hover {
  filter: invert(59%) sepia(95%) saturate(473%) hue-rotate(42deg) brightness(101%) contrast(102%);
}

/**
 * sizes
 */
.fa-1x {
  width: 1em;
}
.fa-1-5x {
  width: 1.5em;
}
.fa-2x {
  width: 2em;
}


/**
 * brands
 */

.fa-discord:before {
  content: url("../icons/discord.svg");
}
.fa-github:before {
  content: url("../icons/github.svg");
}
.fa-twitter:before {
  content: url("../icons/twitter.svg");
}



/**
 * solid
 */
.fa-angle-down:before {
  content: url("../icons/angle-down-solid.svg"); 
}
.fa-angle-up:before {
  content: url("../icons/angle-up-solid.svg"); 
}
.fa-bars:before {
  content: url("../icons/bars-solid.svg"); 
}
.fa-comments:before {
  content: url("../icons/comment-dots-solid.svg"); 
}
.fa-xmark:before {
  content: url("../icons/xmark-solid.svg"); 
}

