/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@font-face {
    font-family: 'pixel_arial_11regular';
    src: url('fonts/pixearg_-webfont.woff2') format('woff2'),
         url('fonts/pixearg_-webfont.woff') format('woff'),
         url('fonts/pixearg_-webfont.ttf') format('truetype'),
         url('fonts/pixearg_-webfont.svg#pixel_arial_11regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RuneScape UF';
    src: url('fonts/RuneScape-UF.woff2') format('woff2'),
        url('fonts/RuneScape-UF.woff') format('woff'),
        url('fonts/RuneScape-UF.ttf') format('truetype'),
        url('fonts/RuneScape-UF.svg#RuneScape-UF') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  background-color: #4188a6;
  text-align: justify;
  color: white;
  font-size: 18px;
  font-family: pixel_arial_11regular;
}

img {
  max-width:100%;
}

 bl {
  color:black; 
 }
 g {
   color:#16F529;
   font-weight:bold;
 }
 
ul {
  list-style-type: none; margin: 0; padding: 0 0 0 10px;
}
b {
  color:gold;
}
r{
  color:red;
  font-weight:bold;
}

h1{
  text-align:center;
  text-transform: uppercase;
}
h2 {
  text-decoration:underline;
  padding-top: 15px;
}

h3 {
  text-decoration:underline;
  text-decoration-style:dotted;
}

.logo {
  padding:4px 0 4px 0;
  margin:0;
  text-align:center;
  color:black;
  font-size:25px;
}

.sidenav {
  width: 410px;
  position: fixed;
  display:flex;
  left:0;
  top:0;
  z-index: 1;
  background: #eee;
  overflow-y: scroll;
  font-family: RuneScape UF;
  padding: 8px 4px 8px 0;
}


.sidenav a {
  padding: 2px 8px 2px 8px;
  text-decoration: none;
  font-size: 18px;
  color: #2196F3;
  display: flex;
  width:100%;
}

.sidenav a:hover {
  color: #064579;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

.content{
}

#sidebar-active {
 display:none; 
}

.open-sidebar-button, .close-sidebar-button {
 display:none; 
}

main {
  margin-left: 410px; /* Same width as the sidebar + left position in px */
  font-size: 16px; /* Increased text to enable scrolling */
  line-height:2;
  padding: 0px 10px;
  letter-spacing:1px;
}

main a {
  color:blue;
}

main a:visited {
  color:blue;
}

.chat {
  max-width:100%;
  background-color:#4b4959; width:100%; font-family:Arial; padding-left:5px;
}

.modular {
  margin: 0px auto;
  text-align:center;
  background-color:#4b4959;
  width:75%;
  max-width:100%;
  font-family:pixel_arial_11regular;
  padding-left:5px;
}

.modular a {
  color: gold;
}

.recipes {
  margin: 0px auto;
  text-align:center;
  background-color:#4b4959;
  width:100%;
  font-family:pixel_arial_11regular;
  border:none;
}

.tier {
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

p:first-letter {
    font-size:1.4em;
    line-height:0.75;
    font-weight:bold;
}

#niuplayer {
    border: solid 1px black;
    background-color: #c2c2c2;
    padding:2px 2px;
    font-family:OpenSans;
    color:black;
}
#niuplayer button {
    background-color: #fff;
    border: solid 1px black;
    border-radius:20px;
    padding:10px 10px;
}

#niuplayer nowplaying, nextup {
  padding:0;
  margin:0 auto;
}

div.scroll-container {
  max-width:100%;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
  margin: 0 auto;
}

div.scroll-container img {
  padding: 10px;
  max-height:250px;
}

@media(max-width: 900px) {
  .open-sidebar-button, .close-sidebar-button {
 display:block;
 height:40px;
}





