@font-face {
	font-family: 'JetBrains Mono';
	src: url('fonts/JetBrainsMono-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

/* libertinus-serif-latin-400-normal */
@font-face {
	font-family: 'Libertinus Serif';
	src: url('fonts/libertinus-serif-latin-400-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
}
@font-face {
	font-family: 'Libertinus Serif';
	src: url('fonts/libertinus-serif-latin-400-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
}
@font-face {
	font-family: 'Libertinus Serif';
	src: url('fonts/libertinus-serif-latin-700-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
}
@font-face {
	font-family: 'Libertinus Serif';
	src: url('fonts/libertinus-serif-latin-700-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 700;
}

html {
  background-color: #2d2d2d;
  font-size: 16px;
  font-family: 'Libertinus Serif';
  color: #d3d3d3;
}

.navheadtable {
  width: 1000px;
  height: 600px;
  border: 1px solid #cccccc;
}

.navheadtable th,
.navheadtable td {
  border: 1px solid #cccccc;
  text-align: left;
}

.navrow {
  height: 50px;
  font-family: 'Jetbrains Mono', monospace;
}
.navrow a {
  margin: 0px;
  padding: 0px 4px;
}

.navrow h1 {
  margin: 0px;
  padding: 0px 4px;
}

.imcell {
  width: 210px;
  height: 524px;
  padding: 0px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.headcell {
  padding: 0px;
  vertical-align: top;
  font-family: 'Libertinus Serif';
  font-size: 1.1rem;
}

.headcell p {
  margin: 0px;
  padding: 8px 12px;
}

.headcell h2 {
  margin: 0px;
  padding: 8px 12px;
}

a:link {
    color: #66b2ff;
    text-decoration: none;
}

a:visited {
    color: #99ccff;
}

a:hover, 
a:focus {
    color: #b3d9ff;
    text-decoration: underline;
    outline-offset: 4px;
}

a:active {
    color: #ffffff;
}

body{
}

ul, ol {
  margin-top: 0px;
}

p span{
  display: block;
}

table.album {
  border: 1px solid white;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  max-width: 1400px;
}

.album td {
  padding: 10px;
  vertical-align: bottom;
}

.album div {
  width: 225px;
  height: 225px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.album img {
  width: 100%;
  flex-grow: 1;
  min-height: 0;
  object-fit: contain;
}

.album small {
  flex-shrink: 0;
  padding: 8px;
  text-align: center;
  font-family: 'Jetbrains Mono', monospaced;
}

.seemore {
  font-family: 'Jetbrains Mono', monospaced;
  text-align: center;
  vertical-align: middle !important;
}

table.simple-gallery {
  width: 100%;
  border: none;
}

.simple-gallery td {
  border: none;
  text-align: center;
}

.simple-gallery img {
  height: 250px;
  width: 100%;
  object-fit: contain;
}
