/* MAIN */
body{
  margin:0;
  padding:0;
  font-family: monospace;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}

.responsive {
  flex-grow: 0;
  width:1203px;
  max-width: 1203px;
  margin: auto;
}

/*MOBILE ONLY*/
@media only screen and (hover: none) and (pointer: coarse){
  p{
    font-size: 1.2em !important;
  }
  .copyright{
    font-size: 1em !important;
  }
  .description{
    font-size: 1em !important;
    line-height: 0.83em !important;
  }
  h1{
    font-size: 1.6em !important;
    -webkit-text-stroke: 1px;
    text-stroke: 1px;
  }
  .b, b{
    -webkit-text-stroke: 0.75px;
    text-stroke: 0.75px;
  }
  .entry ul ul li p{
    font-size: 1em !important;
  }
  .entry ul ul li{
    font-size: 1.2em !important;
  }
  .entry ul li p{
    -webkit-text-stroke: 0.75px;
    text-stroke: 0.75px;
  }
  .entry > ul{
    padding-inline-start: 0 !important;
  }
  .entry > ul > ul{
    padding-inline-start: 15px !important;
  }
  .entry > ul > ul > ul{
    padding-inline-start: 0 !important;
  }
  .chronology-entry, .timeline-entry{
    padding-inline-start: 0 !important;
    font-size: 1.2em !important;
    line-height: 1.4em !important;
  }
  .terminal, .note{
    font-size: 1.2em !important;
  }
  #chat-box{
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    position: absolute !important;
    background: #191a1a;
    border-left: 0 !important;
  }
}

/*FIX CHRONOLOGY*/
@media (max-width: 1675px){
  .chronology-entry{
    padding-inline-start: 0 !important;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #eee;
  }
  .chronology-entry:last-child{
    padding-inline-start: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  .entry > ul > .chronology{
    margin-left: 40px;
  }
}

/*DESKTOP AND LAPTOP*/
@media (max-width: 1280px){
  .list-item{
    width: 40% !important;
    margin-right: 10%;
  }
  .responsive {
    width: 1026px !important;
  }
}

/*TABLET*/
@media (max-width: 1110px){
  .responsive {
    width: 830px !important;
  }
  #ghost-panel, #chat-box{
    width: 100% !important;
    min-width: 0 !important;
  }
  .entry > ul{
    padding-inline-start: 0 !important;
  }
  .entry > ul > ul{
    padding-inline-start: 15px !important;
  }
  .entry > ul > ul > ul{
    padding-inline-start: 0 !important;
  }
  .terminal, .note{
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
  }
  .entry > ul > .chronology{
    margin-left: 20px;
  }
}

/*SMALL WINDOW*/
@media (max-width: 915px){
  .responsive {
    width: 700px !important;
  }
  .list-item{
    width: 100% !important;
  }
}

/*MINI WINDOW*/
@media (max-width: 780px){
  .responsive {
    width: 100% !important;
  }
  .entry{
    margin-bottom: 1em !important;
  }
}
