



body {
  font-size: 1rem;
  line-height: 1.6;
  font-family: 'IBM Plex Sans', sans-serif;
  padding: 1rem;
  background: #010101;
  color: #eee;
}


@media (max-width: 600px) {
  body {
    font-size: 1.2rem;
    padding: 0.5rem;
  }

  .cell {
    flex: 1 1 100%;
  }
}

.footer{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size:0.5em;
    color:#bbbbbb;
    text-align:center;
}


.hypothesis{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size:1.00em;
    color:#ffa500;
    text-align:left;
    font-style: oblique;
}


    h2, h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
p {
    margin-bottom: 1.25rem;
}

a:hover {
    text-decoration: underline;
    color: #4af; /* pick your Bitcoinish hue */
}

a {
    font-size:1.5em;
}


html, body{
    height:100%;
    width: 100%;
    padding:25px;
    margin: 0;
    background-color:#010101;
    background-repeat: no-repeat;
    font-family: "Courier New", monospace;
    color: #ddd;
    font-size: 18px;
}



#crawler_introduction{
    background-color: #010101;
    color: #222;
    padding: 20px;
    margin-bottom: 15px;;
}

#container {
    background-color: #010101;
    position: relative;
    margin: auto;
    max-width: 800px;
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
    background-color: #010101;
    border: 1px solid #ccc;
}


.timestamp {
    color: #009900; /* gentle green */
    //font-style: italic;
    font-size: 1.25em;
    font-weight:bold;    
    font-family: Courier, monospace;
    // letter-spacing: 1.125em;
    text-shadow: 0.5px 0.5px 0 #00000044;
}




/* Updates section

* `margin: 2rem 0` → creates **clear vertical spacing** between entries
* `border-left: 4px solid #ffa500` → adds a subtle **Bitcoin-orange timeline stripe**
* `box-shadow` → adds a **soft halo** for depth
* `border-radius + background-color` → gives it a card-like separation without being loud

---

## Optional Container Styling (if you want it centered and limited width):

*/
.updates {
  background-color: #010101;       /* Dark mode backdrop */
  color: #e2e2e2;                  /* Soft off-white text */
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 140, 0, 0.2); /* Orange-tinted glow */
  font-family: 'IBM Plex Mono', monospace;
  max-width: 800px;
  margin: 2rem auto;
  line-height: 1.6;
}

.updates h2 {
  color: #ffa500; /* Bitcoin orange */
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.updates h3 {
  color: #ffcc66;
  font-size: 1.4rem;
  margin-top: 2rem;
}

ul {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.9em;
  line-height: 1;
  margin-left: 1.5rem;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 0;
}

ul li {
  margin-bottom: 0.35em;
}


.updates code {
  background: #010101;
  color: #ffa500;
  padding: 0 0.3em;
  border-radius: 4px;
  font-size: 0.95em;
}


.updates {
  background-color: #010101;
  color: #e2e2e2;
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 140, 0, 0.1);
  font-family: 'IBM Plex Mono', monospace;
  line-height: 1.6;
  border-left: 4px solid #ffa500;
}


}


#container {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
}



/* unvisited link */
a:link {
    color: #009900;
    font-family:courier;
    font-weight:bold;
}

/* visited link */
a:visited {
    color: #009900;
    font-weight:bold;
    font-family:courier;
    font-weight:bold;
}

/* mouse over link */
    a:hover {
    color: #009900;
    font-weight:bold;
}

/* selected link */
    a:active {
    color: #aaaaaa;
    font-family:courier;    
} 
ul {
    line-height: 2.5em;
}

.url_links{
    border: none;
    height: .7w;
    width: 7.5vw;
    clear:both;
    border:1px dotted #000;
    padding:12px 10px;
    //      display: flex;
    //      align-items: flex-start;
}





.epoch-grid {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  border: 1px solid #666;
  font-family: monospace;
  font-size: 0.95em;
}

.epoch-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #333;
}


.epoch-row:first-child {
  border-top: none;
}

.epoch-row.header {
//  background-color: #010101;
  font-weight: bold;
}


.cell {
  flex: 1 1 25%;
  min-width: 120px;   /* ✅ Prevent collapse */
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0.5em;
  border-left: 1px solid #333;
}

.cell:first-child {
  border-left: none;
}

blockquote{
    font-family: "Palatino Linotype, Book Antiqua";
    font-size:1.25em;
    font-style: oblique;
    color: #ffa500;
    width:70%;
    text-align:center;

}

.row {
  display: flex;
  flex-wrap: wrap; /* allows wrapping */
}

.cell {
  flex: 1 1 25%;  /* 4 items per row */
  box-sizing: border-box;
  padding: 0.5rem;
}


/* NAVIGATION SET */
#nav-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.nav {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: filter 0.2s ease-in-out;
  cursor: pointer;
}

#prev {
  background-image: url("../images/left_arrow.png");
}

#home {
  background-image: url("../images/home.png");
}

#next {
  background-image: url("../images/right_arrow.png");
}

.nav:hover {
  filter: brightness(1.5);
}
/* END NAVIGATION SET */
