.scrollable-table-wrapper {
  max-height: 520px;
  overflow-y: auto;
  width: 100%;
}

.main-table {
  border-collapse: collapse;
  margin: 0 auto;
  background: transparent;
  table-layout: fixed;
  position:fixed;
}

.linkedin-logo{
    width:45px;
    height:45px;
    background-image: url('../gallery/LinkedIn_logo_initials.png');
    background-size: cover;
    margin-top: 50px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.fixed-row {
  position: sticky;
  top: 0;
  background: #000;
  z-index: 2;
}
.visually-hidden{
    display: none;
}
.slide-image{
    width:98%;
    max-width: 540px;
    height: auto;
    border: none;
}

  body.df-body {
  background: #000;
  color: #666;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

a, a:visited {
  color: #666;
  text-decoration: none;
}
a:active, a:hover {
  color: #999;
}

table {
    border-spacing: 4px;
}
.container {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    height: 146vh;
}

.main-table {
    border-collapse: collapse;
    margin: 0 auto;
    background: black;
    z-index: 2;
    width: 100%;
}

.header-cell {
  text-align: center;
  background: transparent;
}

.header-center {
    text-align: center;
    margin-top:20px;
    margin-bottom: 20px;
}

.site-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #ccc;
  margin: 0;
}

.side-spacer, .footer-spacer {
  background: transparent;
}

.main-image-cell {
  text-align: center;
  background: transparent;
}

.slide-image {
  object-fit: cover;
  border: none;
}

.gallery-row {
  background: transparent;
}

.gallery-table {
  width: fit-content;
  border-collapse: collapse;
  margin: 0 auto;
  background: transparent;
}

.gallery-container{
    width: fit-content;
    display: unset;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 60vh;
    padding-bottom: 80px;
}

.gallery-table td{
    opacity: 0.5;
    padding-right: 3px;
    padding-left: 3px;
}

.gallery-table td:hover{
    opacity: 1;
    cursor: pointer;
}

.email-center {
  text-align: center;
}

.footer-image{
    width: 98%;
    max-width: 540px;
    height: 360px;
    background-image: url(../images/whaleshark-Kenya.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 275px;
}
.footer-email a {
  font-size: 1.2em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.bottom-center {
  text-align: center;
}

.spacer, .divider {
  padding: 0;
  margin: 0;
  border: none;
}

.gallery-table td, .gallery-table .spacer, .gallery-table .divider {
  vertical-align: middle;
  text-align: center;
  border: none;
}

@media screen and (min-width: 500px) {
  .gallery-container{
      top: calc(60vh + 5vw);
  }
  .footer-image {
      margin-top: calc(275px + 5vw);
  }
}