/* archive-style.css — minimal overrides for the archive page */

/* Shrink header area */
.headerArch {
  height: 150px;
    background: #d98806e0;
    color: #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: 900;
    font-style: normal;
    padding-left: 15px;


}

/* Smaller logo/title in header */
.header h1 {
  font-size: 4em;
}

/* Archive tiles width */
.tile {
  width: 222px;
}
