
A:link { font-family: veranda, arial, sans-serif; text-decoration: none; color: fuchsia; }
A:visited { color: #00b300; } 
A:hover { color: ghostwhite; }
A:active { color: ghostwhite; }

A.shackleford:link { font-family: veranda, arial, sans-serif; text-decoration: none; color: lime; }
A.shackleford:visited { color: lime; } 
A.shackleford:hover { color: ghostwhite; }
A.shackleford:active { color: ghostwhite; }

A.shacklefoot:link { font-family: veranda, arial, sans-serif; text-decoration: none; color: darkgreen; cursor: default;}
A.shacklefoot:visited { color: darkgreen; } 
A.shacklefoot:hover { color: darkgreen; }
A.shacklefoot:active { color: darkgreen; }

.stealf { cursor: default; }

p { font-family: veranda, arial, sans-serif; color: lime; }

span { font-family: veranda, arial, sans-serif; color: lime; }

li.classic { color:lime; }

aside { font-size: 120%; }

p.doi { color: green; }

footer { 
  font-size: 66.6%; 
  color: darkgreen;
  width: 66%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.1;
}

footer.darker {
  color: #003300;
}

header {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
} 

hr {
  border: 0;
  height: 1px;
  background: lime;
  background-image: linear-gradient(to right, black, lime, black);
  width: 60%;
}

body {
  background-color: black;
  margin: 1em auto;
	/* max-width: 40em; */
  max-width: 1000px;
	padding: 0 .62em;
	font: 1.2em/1.62 veranda, arial, sans-serif;
}

div { background-color: #0f0e11; }
div > img { padding: 7px; }
div > a > img { padding: 7px; }

h1, h2, h3, h4, h5, aside {
  font-family: veranda, arial, sans-serif;
  color: lime;
  line-height: 1.2;
}

p.expo {
  margin: 10px 10px 20px;
  font-size: 1rem;
  line-height: 1.1rem;
  width: 80%;
}

h1.tiptop {
  line-height: 1;
}

.outsider {
  line-height: 1;
  margin: .5em;
}

.row {

  max-width: 999px;  /* 666px for 2-column, 999px for 3-column */
  
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.column {

  min-width: 333px;  
  flex: 33%;  /* 50% for 2-column, 33.33% for 3-column */

  display: flex;
  flex-direction: column;
  flex-basis: auto;
  align-items: center;
  justify-content: center;
}

div.mid_spacer {
  width: 318px; 
  height: 185px;
}

img { max-width: 100%; }

@media screen and (max-width:1022px) {
  .column { flex: 50%;} /* background-color: red; */
  div#mid { order: 2; flex-direction: row; }
  div.mid_spacer { display: none; }
  .row { max-width: 666px }
}

@media screen and (max-width:688px) {
  /* .column { background-color: blue; }  */
  div.mid_spacer { display: none; }
  div#mid { order: 2; flex-direction: column; }
}
