body {
  background-color: #f0f0f0;
  color: #ddd;
  font-family:  Calibri, 'Trebuchet MS', sans-serif;
  padding: 0px;
  margin: 0px;
}

a, a:visited {
  color: #ddd;
}

#header {
  padding: 10px;
  background: #222;
  font-size: 20px;
  /*margin-bottom: 24px;*/
}

#header_link {
  display: inline-flex;
  text-decoration: none;
  color: #ddd;
}

#header_link:visited {
  color: #ddd;
}

#logo {
  background-image: url('/android-chrome-512x512.png');
  background-size: cover;
  height: 32px;
  width: 32px;
  margin-right: 12px;
  float: left;
}

#author_name {
  padding: 0px;
  margin: 0px;
  font-size: 26px;
  font-weight: bolder;
}

#wrapper_author {
  width: 100%;
  margin: auto;
  background: #333;
}


#author {
  width: 90%;
  margin: auto;
  display: block;
  clear: both;
  overflow: auto;
  padding: 16px 0px;
}

#author_photo {
  width: 140px;
  height: 200px;
  background-image: url('/img/author.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 8px;
}

#author_about {
  width: 100%;
  text-align: left;
  font-size: 9pt;
}

#author_about p {
  margin-top: 0px;
}

#wrapper {
  width: 90%;
  margin: 24px auto;
  text-align: center;
}

.gallery-item {
    position: relative;
    text-align: center;
    width: 30%;
    display: inline-block;
    margin: 6px;
    cursor: pointer;
    border-radius: 8px;
    padding: 0px;
    background-color: white;
    border: 4px solid #333;
}

.gallery-item img {
    width: 94%;
    height: auto;
}

.gallery-item:hover {
  border: 4px solid #445599;
}

.caption {
  position: relative;
  margin: 0px;
  padding: 2px;
  background-color: #333;
  font-size: 10pt;
}

.gallery-item:hover .caption {
  background-color: #445599;
}

#album_name {
  padding: 2px 16px;
  border-radius: 4px;
  background-color: #444;
  border: 1px solid #ddd;
  float:right;
}

#back_button {
  padding: 2px 16px;
  border-radius: 4px;
  color: #333;
  background-color: #ddd;
  border: 1px solid #ddd;
  float:right;
  margin-right: 10px;
}

/*
.lg-sub-html {
  color: black !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(255,255,255, 0.6)) !important;
}
*/