.container_grid_misc_pages {
  grid-template-columns: 1fr;
  max-width: 900px;
}

/* archive page stuff */
h1.archive_title {
  text-align: center;
  margin: 15px;
  text-shadow: 1px 1px rgba(2, 0, 148, 0.3);
  color: #444;
}
.archive_type_box {
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: var(--container-shadows);
}
.archive_type_box > h3 {
  background-color: #ccc;
  border-bottom: 1px solid #aaa;
  padding: 7px;
  color: #555;
}
.archive_type_box > ul {
  padding: 15px;
}
.archive_type_box > ul > li {
  text-indent: 18px;
  padding-bottom: 4px;
  color: #888;
}
.archive_type_box > ul > * a {
  color: #555;
  text-decoration: none;
  padding-right: 3px;
}
.archive_type_box > ul > * a:hover {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}
.ad_archive {
  margin: 20px auto;
  text-align: center;
}
ul.by_thumbnails li {
  margin-left: 20px;
}
.country,
.cultural,
.light,
.miscellaneous,
.post,
.subject {
  margin-left: -50px;
  list-style-type: none;
  text-transform: capitalize;
}
.category {
  margin-left: 50px;
  text-transform: capitalize;
}
.category li {
  margin-bottom: 4px;
}
/* end archive page stuff */

/* About Page */
.extra_cushion {
  margin: 20px 25px;
}
.no_bullets > li {
  list-style: none;
  text-decoration: underline;
  font-weight: 600;
}
.gear_list li,
.about_maintenance li,
.about_summary > ul > li {
  color: #666;
  line-height: 1.3;
}
.about_summary ul * {
  margin: 10px 0;
}
.about_support > div {
  margin: 30px 30px;
}
.about_support p {
  margin-bottom: 10px;
  text-indent: 1em;
}
.whereabouts {
  height: 400px;
  width: 100%;
  background-color: #fff;
  position: relative;
  text-align: right;
  z-index: 0;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}
.maintenance_secondary_list {
  margin-bottom: 10px;
  margin-left: 30px;
}
ul.no_bullets > li {
  margin: 10px 0;
}
.gear_everDay p,
.archive_type_box p {
  color: #777;
  line-height: 1.3;
}
.gear_image a {
  text-decoration: none;
  color: #444;
  font-weight: 600;
}
.gear_image figure > img {
  max-width: 100vw;
  height: auto;
}
.gear_image figcaption {
  padding: 5px 10px;
  text-align: center;
}
.gear_everyDay div {
  text-align: center;
  margin-bottom: 40px;
}

/* MEDIA QUERIES */
@media (min-width: 850px) {
  .container_grid_misc_pages {
    grid-template-columns: 1fr 1fr;
    max-width: 900px;
  }
}
