

 :root {
                --body-bg-image: url('/images/pipboy3000size2.png');

            }
        


            @font-face {
                font-family: 'monofonto';
                src: url ('monofonto.otf') format ('opentype'); 
          }
          

            body {
                font-family: 'monofonto', monospace;
                margin: 0;
                background-image: url('/images/pipboy3000size2.png');
                background-repeat: no-repeat;
                background-size: cover;
                background-color: black;
                background-position: 100% 8%;
                overflow-x: hidden;
              
            }

            * {
                box-sizing: border-box;
            }
  
    /* span style */ .dark { color: #4d3a19;font-weight: bold; }
            
    .mystyle {
  width: 100%;
  padding: 24px;
  background-color:transparent;
  color: #ffb642;
  display: block;
}

p {
  color:#ffb642;
}

.date {
  color:#ffb642;
  font-size:130%;
  text-align:left;
  letter-spacing:3px;
}

.text {
  color:#ffb642;
  font-size:120%;
  text-align:left;
}

.spoiler { 
  color:#ffb642; 
  background-color:#ffb642;
}

.spoiler:hover {
  background-color:transparent;
}

   .hidden {
        display: none;
   }
   .visible {
        display: block;
   }
  

 /* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 50%;
  padding: 2px;
}

.column1 {
  float: left;
  width: auto;
  padding: 2px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}      

 
    a {
      text-decoration:none;
      color:#ffb642;
    }
           

.btn-group button {
  font-family: 'monofonto', monospace;
  font-size: 140%;
  text-align: left;
  background-color: transparent; 
  border: 1px solid transparent; 
  color: #ffb642;  
  padding: 10px 10px;
  cursor: pointer;  
  display: block; 
}

/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  padding: 10px 10px;
  font-size: 140%;
  border: 1px solid transparent; 
  color: #ffb642;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover {
  background-color: #4d3a194e;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content button {
  background-color:transparent;
  color: #ffb642;
  font-size: 140%;
  padding: 10px 10px;
  margin-left:30px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content button:hover {
    background-color: transparent;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

  .btnEmpty {
    color:#4d3a19;
    padding: 10px 10px;
  }
  .btnEmpty:hover {background-color: transparent;
}


/* Add a background color on hover */
.btn-group button:hover {
  background-color: #4d3a194e;
  
}
/* Add a background color on hover */
.btn-group button:hover {
  border-color: #ffb642;
}

.date {
  color:#ffb642;
  font-size:130%;
  text-align:left;
  letter-spacing:3px;
}

.text {
  color:#ffb642;
  font-size:120%;
  text-align:left;
}

.done {
  color:#4d3a19;
  font-size:120%;
  text-align:left;
}

.hr2 {
   width:580px;
   height:2px;
   border-color:#ffb642;
   text-align:center;
   margin-bottom:10px;
}

@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.new {
    animation: tilt-shaking 0.5s infinite;
}

.shake:hover {
    animation: tilt-shaking 0.5s infinite;
}

              /* Hide scrollbar for Chrome, Safari and Opera */
.hide::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Scrollbar styles */
::-webkit-scrollbar {
width: 6px;
}

::-webkit-scrollbar-thumb {
background: #4d3a19;  
border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
background: #ffb642;  
}

         .navbar {
  font-family: 'monofonto', monospace;
  background-color: transparent; 
  border: 3px solid transparent;
  padding:2px 3px 2px 3px;
  color: #ffb642;  
  cursor: pointer;  
}
            
           
.navbar:hover {
  background-color: transparent;
}

.navbar:hover {
  border-color: #ffb642;
  
}
            #container {
                max-width: 950px;
                margin: 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;
                }
            }
 
.updates {
    height:176px;
    width:326px;
    overflow:auto;
    border:2px solid;
    background-color:black;
    color:#ffb642;
    border-color:#2b271a;
    padding:2px;
    position:absolute;
    top:290px;
    right:1534px;
}

.updates hr {
    border-color:#ffb642;
    width:290px;
    margin-top:4px;
    margin-bottom:2px;
    height:2px;
}

.updates h3 {
    color:#ffb642;
    font-size:150%;
    letter-spacing:2px;
    text-align:center
}