body {
  font: 10pt Arial, Helvetica, sans-serif;
  margin: 0; }

main {
  display: block;
  line-height: 1.5;
  margin: 10px;
  max-width: 700px;
  hyphens: auto; }

div.header {
  background: #2d718a;
  color: white; }
  div.header a:link, div.header a:visited {
    color: white; }

div.header div.titling {
  padding: 10px 10px 0px 10px; }
  div.header div.titling div.title {
    font-size: x-large; }
    @media all and (min-width: 500px) {
      div.header div.titling div.title {
        float: left; } }
  @media all and (min-width: 500px) {
    div.header div.titling div.contacts {
      text-align: right; } }
div.header div.sections {
  padding: 10px;
  text-align: center; }

a:link, a:visited {
  color: #2d718a;
  text-decoration: none;
  font-weight: bold; }

a:hover[href] {
  text-decoration: underline; }

.cols {
  font-size: 0px; }
  .cols p {
    margin: 0px; }
  .cols div {
    font-size: 10pt;
    display: inline-block;
    vertical-align: top; }
    @media all and (min-width: 500px) {
      .cols div {
        width: 200px;
        margin: 10px; } }
    @media all and (max-width: 500px) {
      .cols div {
        width: 100%;
        margin: 10px 0px; } }
  @media all and (min-width: 500px) {
    .cols .banner {
      width: 420px; } }
  .cols .banner .bannerimg {
    margin: 0px;
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden; }
    .cols .banner .bannerimg .title {
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      bottom: 0px;
      width: 100%;
      padding: 10px 0px; }
    .cols .banner .bannerimg img {
      margin: 0px; }
  .cols .bannerside div {
    margin-left: 0px;
    margin-right: 0px; }
  .cols .bannerside div:first-child {
    margin-top: 0px; }
  .cols .bannerside div:last-child {
    margin-bottom: 0px; }
  .cols img {
    width: 100%;
    margin: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: large; }

header h1 {
  font-size: x-large; }

table {
  border-collapse: collapse; }

td, th {
  border: 1px solid;
  padding: 5px; }

th {
  background: black;
  color: white;
  hyphens: initial; }

figcaption {
  font-style: italic;
  text-align: center; }

.date {
  color: Grey;
  font-style: italic; }

main img {
  margin: 5px; }

main .gallery td {
  border: 0px; }
main .gallery .photo td:first-of-type, main .gallery .photo td:last-of-type {
  cursor: pointer; }
main .gallery .photo td:nth-of-type(2) {
  width: 100%; }
main .gallery .photo img {
  width: 100%; }
main .gallery .photo td {
  font-size: xx-large; }
main .gallery .thumbnails img {
  padding: 2px;
  border: 1px solid;
  margin: 0px; }
main .gallery .thumbnails img:hover {
  cursor: pointer; }
main .gallery .thumbnails p {
  white-space: nowrap;
  overflow-x: scroll; }

.overflow {
  overflow-x: scroll;
  border: 1px solid; }

span.key {
  border-radius: 3px;
  border: 2px outset;
  padding: 1px 5px;
  white-space: nowrap;
  hyphens: initial; }

header ul {
  list-style-type: none; }

pre {
  background: #f8f8f8;
  padding: 3px;
  border-radius: 3px;
  overflow: auto; }
  pre span.invert {
    color: #f8f8f8;
    background: black; }

:not(pre) > code {
  white-space: nowrap;
  font-weight: bold;
  background: #f8f8f8;
  padding: 3px;
  border-radius: 3px; }

/*# sourceMappingURL=styles.css.map */
