body {
  background-color: #eee;
  font-family: verdana, 'Source Sans Pro', sans-serif;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery>a, .gallery::after {
  flex-basis: var(--w);
}

.gallery>a {
  margin: 0.25rem;
  flex-grow: calc(var(--w) / var(--h) * 100);
  width: calc(var(--w) * 1px);
}

.gallery::after {
  --w: 2;
  --h: 1;
  content: '';
  flex-grow: 1000000;
}

.gallery>a>img {
  display: block;
  width: 100%;
}

.header-image {
  min-height: 120px;
  color: #eeeeee;
  padding: 0px;
}

.header-info {
  background-color: rgba(54, 91, 119, 0.5);
  width: 100%;
  height: 100%;
  padding-top: 10px;
  text-align: center;
}

.header-info-details h1 {
  font-size: 56px;
}

.header-info-details {
  border-top: 1px solid #eee;
  width: 80%;
  margin: 10px auto 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.gallery-section h2 {
  text-align: left;
  margin-top: 30px;
  font-size: 1.5rem;
}

.gallery-section h2 a {
  visibility: hidden;
  color: #aaaaaa;
}

.gallery-section h2 a:hover {
  color: #0056b3;
}

.gallery-section:hover h2 a {
  visibility: visible;
}

.gallery-section h2 a svg {
  height: 1.2rem
}

.gallery-section p {
  width: 100%;
  margin: 0px auto 20px;
}

.caption-date {
  font-size: 15px;
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 0px;
}

footer {
  margin-top: 30px;
}



#kaz-table {
    table-layout: fixed;
    max-width: none;
    width: auto;
    min-width: 100%;
width: 100%;
display: table;

}
#kaz-table-header{
display: table-header-group;
font-size: 20px;
}
.table-header-cell{
display: table-cell;
padding: 10px;
text-align: justify;
border-bottom: 1px solid black;
}
#kaz-table-body{
display: table-row-group;
}
.kaz-table-row{
display: table-row;
}
.table-body-cell{
display: table-cell;
padding: 10px;
}

.kaz-navigation{
  padding: 10px;
  margin-top: 10px;
  margin-left: 10px;
}

html {
  overflow-y: scroll;
}
