/*
Some dudes complain about using less because it's "soy" I've made a
playlist for that kind of people, I hope you like this playlist:

I. https://www.youtube.com/watch?v=XjQ18z06c2k
II. https://www.youtube.com/watch?v=F5WkkSkEkqs
III. https://www.youtube.com/watch?v=g5sukHe4A3A
IV. https://www.youtube.com/watch?v=EuC63LU13CA
V. https://www.youtube.com/watch?v=d9DUqjNMZ60
VI. https://www.youtube.com/watch?v=2dbR2JZmlWo

*/
@font-face {
  font-family: whitehouse;
  src: url("/fonts/futura.otf");
}
.border_red {
  border-style: solid;
  max-width: 90%;
  border-color: #610061;
}
.border_purple {
  border-style: double;
  max-width: 90%;
  border-color: #613261;
}
@media screen and (max-width: 800px) {
  .sidebar {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #6100ff;
    border-bottom-style: outset;
    width: auto;
    margin-bottom: 10px;
  }
  .sidebar .button {
    float: left;
  }
  .button {
    position: static;
    left: 125px;
    bottom: 0;
  }
  .container,
  .outline-2,
  .footnotes,
  .footdef {
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.9);
    border-style: solid;
    max-width: 90%;
    border-color: #610061;
  }
  p {
    max-width: 90%;
    overflow: auto;
  }
}
@media screen and (min-width: 801px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 125px;
    height: 100%;
    transition: all 0.5s ease;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #613261;
    border-top: 0px;
    border-left: 0px;
  }
  .content {
    position: relative;
    margin-left: 0px;
    width: 100%;
    right: -130px;
    max-width: -30%;
  }
  .container,
  .outline-2,
  .footdef {
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    border-style: solid;
    max-width: 90%;
    border-color: #610061;
  }
  p {
    max-width: 65%;
    overflow: auto;
  }
}
/* Common for desktop and mobile */
body {
  background-color: black;
  font-family: monospace;
  background-image: url(../img/saya_bg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	color: purple!important;
	font-family: whitehouse;

}

h2 {font-size: 26px;}

h1,
h3,
h4,
h5,
h6,
p,
ul,
li,
pre,
blockquote,
ruby,
rt {
  color: white;
}
img {
  border-style: double;
  max-width: 90%;
  border-color: #613261;
}
a {
  color: purple;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: gray;
  text-decoration: underline;
}
.src {
  background-color: black!important;
  padding: 10px;
  margin: 5px;
  border-style: solid;
  max-width: 90%;
  border-color: #610061;
  border-style: dashed;
}
.cat_image {
  border-style: solid;
  border: 1px solid ;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
}
.button {
  width: 120px;
  margin: 2px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-style: double;
  max-width: 90%;
  border-color: #613261;
}
.button a {
  text-decoration: none;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #613261;
  margin: auto;
}
.button a:hover {
  color: #6100ff;
}
code {
  font-family: monospaced_code;
}
