A:link { text-decoration: none; color: fuchsia; }
A:visited { color: #00b300; }
A:hover { color: ghostwhite; }
A:active { color: ghostwhite; }

A.shackleford:link, A.shackleford:visited { color: lime; }
A.shackleford:hover, A.shackleford:active { color: ghostwhite; }
A.shacklefoot { color: darkgreen; }

strong > a:link { color: #080; }
strong > a:visited { color: #E000E0; }
strong > a:hover { color: ghostwhite; }

h1 > a:link, h1 > a:visited { color: lime; }
h1 > a:hover { color: ghostwhite; }

div.pitch > a:link { color: #FF7900; font-size: 125%; }
div.pitch > a:visited { color: #E000E0; font-size: 95%; }
div.pitch > a:hover { color: ghostwhite; }

span.pank { color: #FF66FF; }
li.classic { color: lime; }
p.doi { color: green; }
p.expo {
  margin: 10px 10px 20px;
  font-size: 1rem;
  line-height: 1.1rem;
  width: 80%;
}

.stealf { cursor: default; }

h1, h2, h3, h4, h5, aside {
  font-family: roboto, open sans, arial, sans-serif;
  line-height: 1.2;
}

h1 {
  margin: 5px 0;
  text-shadow: -0.03em -0.03em 2px fuchsia, 0.03em 0.03em 2px ghostwhite;
  letter-spacing: 2px;
}

h1.tiptop, h1.chad { line-height: 1; }
h1.chad { font-size: 1.9em; }

img.chad {
  max-width: 100%;
  object-fit: scale-down;
}

img.bigpicture {
  max-width: 100%;
  height: auto;
}

div > img { padding: 14px; }
div > a > img { padding: 0px; }

#photos {
  margin: 1em auto;
}

#photos img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

body {
  background-color: black;
  margin: 1em auto;
  max-width: 1000px;
  padding: 0 0.62em;
  font: 1.2em/1.62 veranda, arial, sans-serif;
  color: lime;
}

header {
  display: block;
  text-align: center;
  margin: 0 auto;
}

footer {
  font-size: 66.6%;
  color: darkgreen;
  width: 66%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.1;
}

footer.darker { color: #003300; }

hr {
  border: 0;
  height: 1px;
  background: lime;
  background-image: linear-gradient(to right, black, lime, black);
  width: 60%;
}

hr.widebody {
  margin: 1.5em 0;
  width: 70%;
}

.outsider {
  line-height: 1;
  margin: 0.3em;
}

.row {
  max-width: 666px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.column {
  min-width: 333px;
  flex: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.center { text-align: center; }

or-, click- { display: none; }

@media (max-width: 499px) {
  #photos img {
    margin-top: 10px;
  }
  div.pitch { font-size: 75%; }
}

@media (min-width: 500px) {
  #photos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6px;
    margin-top: 0;
  }
  div.pitch { display: inline; }
}

@media (min-width: 1200px) {
  #photos {
    grid-template-columns: repeat(3, 1fr);
    width: 1000px;
    margin: auto;
  }
  hr.widebody {
    margin: 20px 0;
  }
  div.pitch { display: inline; }
  tap- { display: none; }
  click- { display: inline; }
}