@font-face {
  font-family: GFSDidot;
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/GFSDidot-Regular.woff2) format("woff2");
  src: url(/static/fonts/GFSDidot-Regular.ttf) format("ttf");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: GFSDidot;
  /* font-family: BodoniStd; */
  font-size: 14px;
  /* color: #aaaaaa; */
  /* background-color: #242424; */
}

header {
  /* font-family: Georgia, Times, "Times New Roman", serif; */
  margin-left: 2em;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #000000
  /* color: #c5c5c5; */
}

a:hover {
  /* color: #e5e5e5; */
  color: #5e5454;;
}

button {
  border: none;
  background: none;
}

img.framed-image {
  border: #fafafa 30px solid;
  max-height: calc(60vh - 60px - 2.5em);
  max-width: calc(100% - 60px);
}

img.album-thumbnail {
  max-height: calc(100%);
  max-width: calc(100%);
}

img.centred-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  opacity: 0.3;
}

.thumbnail.is-active {
  opacity: 1;
}

.thumbnail img {
  width: 100%;
  height: auto;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 95vw;
  margin: auto;
}

.flex-box-gallery {
  flex-grow: 3;
  flex-basis: 70%;
  max-width: 70vw;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.flex-box-gallery section {
  margin-left: auto;
  margin-right: auto;
}

.flex-box-description {
  flex-grow: 1;
  flex-basis: 300px;
  margin: 10px;
  padding: 10px;
}

.overlay-container {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  color: #ffffff00;
  background-color: #00000000;
}

.overlay-container:hover .overlay {
  background-color: #00000064;
  color: #ffffff;

}

.overlay-main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  transition: .5s ease;
  background-color: #000000;
}



#album-toggle {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  width: 10em;
  margin-bottom: 0.5em;
}

#album-toggle img {
  width: 3em;
  height: 3em
}
/**
 *
 * Description of photo and albums 
 *
 **/

 #description {
  column-width: 300px;
  -webkit-column-width: 300px;
  column-gap: 1em;
  min-width: 150px;
  min-height: 4rem;
  margin-left: 1em;
  margin-right: 1em;
  text-align: left;
  font-style: italic;
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-left: #d7d7d7ce 2px solid;
  background-color: #ffffff1c;
}

#description h2 {
  column-span: all;
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
}

#description h2:first-of-type:first-letter {
  float: left;
  font-size: 3em;
  padding-right: 0.05em;
  margin:-.075em 3px;
  text-shadow:3px 3px 3px silver;  
  line-height:.9em;
}

/* {
  float: left;
  text-shadow: 3px 3px 3px silver;
  font-size: 4em;
  line-height: 80%;
  margin: -0.1em 0px;
  padding-right: 0.1em;
}*/

#image-carousel {
  margin-top: 20px;
  margin-bottom: 20px;
}

#thumbnail-carousel .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album_title {
  display: block;
  color: #000000;
  font-size: 1.3em;
  font-variant: small-caps;
  font-weight: bold;
}

.splide__arrow svg {
  height: 60vh;
}
.splide__arrow svg {
  fill: #71717100;
  height: 5em;
  transition: fill 0.2s linear;
  width: 2.5em;
}

/**
 *
 * Footer
 *
 **/

footer {
  clear: both;
  display: block;
  margin-top: auto;
  margin-bottom: 0px;
  text-align: center;
}

footer span:not(:last-child):after {
  content: " - ";
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #be958d;
  opacity: 1;
}

#fade-wrapper {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 10;
  top: 0;
  left: 0;
}
