body {
  background-color: #242424;
  color: #aaaaaa;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.big {
  font-size: 3vmin;
}

.container {
  margin: 0 auto;
  text-align: left;
  width: 96%;
}

a, a:link, a:visited {
  color: #999999;
  text-decoration: underline;
}

a:hover {
  color: #dadada;
}

/* remove SMALLCAPS style and dotted underline from some browsers */
abbr[title] {
  text-decoration: none;
  font-variant: none;
  border-bottom: none;
}

abbr[title="exposure"]::after { content: "s" }
abbr[title="film speed"]::before { content: "ISO " }
abbr[title="aperture"]::before { content: "f/" }
abbr[title="focal length"]::after { content: "mm" }
abbr[title="camera make and model"], abbr[title="date"] {
    display: block;
}

/* header */
header {
  margin-top: 1em;
  padding: 0.5em;
  color: #eeeeee;
}
header h1, header h2 {
  color: #eeeeee;
  margin: 0em;
}
header h1 a, header h1 a:link, header h1 a:visited,
header h2 a, header h2 a:link, header h2 a:visited {
  color: #eeeeee;
  text-shadow: 0 2px 0 #000;
  text-decoration: none;
}
header h1 a:hover, header h2 a:hover {
  color: #fff;
  text-decoration: none;
}

#menu ul {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}
#menu ul li {
  display: inline-block;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
  color: #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 2px;
  margin-left: 5px;
  text-decoration: none;
}
#menu ul li a:hover {
  color: #eeeeee;
  border-color: #eeeeee;
  text-decoration: none;
}

/* gallery */
#albums ul {
  list-style-type: none;
  padding-left: 0;
}
#albums ul li {
  display: inline-block;
  margin: 0 55px 30px 0;
  text-align: center;
  vertical-align: top;
  width: 280px;
}
#albums ul li a img {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
#albums ul li a:hover img {
  opacity: .5;
}

.album_title {
  display: block;
  color: #eeeeee;
  font-size: 1.3em;
  font-variant: small-caps;
  font-weight: bold;
  max-width: 275px;
}

/* galleria */
#gallery {
  /* line-height: 0; */
  width: 100%;
  height: 50vh;
  clear: both;
}
#gallery video {
  position: absolute;
  top: 10%;
  width: 100%;
  margin: 0 auto;
}
.galleria-theme-classic .galleria-info-text {
  background-color: rgba(0, 0, 0, 0.7);
}

/*
 * Stage overlays: buttons placed over the gallery image.
 * Opacity is set on children (not the div) so that individual
 * buttons can reach full opacity on hover.
 */
.stage-overlay {
  padding: 5px;
  z-index: 2;
  position: absolute;
}
.stage-overlay > * { opacity: 0; }
@media (hover: hover) {
  .stage-overlay > * { opacity: .1; transition: opacity 2s; }
  .stage-overlay.stage-active > * { opacity: .5; transition: opacity .2s; }
  .stage-overlay > *:hover { opacity: 1; transition: opacity .2s;}
}

.icons { top: 10px; right: 20px; text-align: right; }
.top-left-overlay { top: 10px; left: 20px; }
.icons-bottom-left { bottom: 10px; left: 20px; text-align: right; }
.icons-bottom-right { bottom: 10px; right: 20px; text-align: right; }

/* Thumbnail auto-slide. In auto-slide mode (default), the stage
   expands to full height and thumbnails slide below the container.
   In pinned mode (toggle on), the stage contracts to leave room
   and thumbnails stay visible — the upstream classic layout. */
.galleria-theme-classic .galleria-thumbnails-container {
    transition: bottom 0.3s;
}
.thumbs-auto .galleria-thumbnails-container {
    bottom: -60px;
}
.thumbs-auto .galleria-stage {
    bottom: 10px;
}
.thumbs-auto.thumbs-visible .galleria-thumbnails-container {
    bottom: 0;
}

.big-button-on-image-area {
    font-size: 400%;
    display: inline-block;
    color : white ;
    text-decoration : none;
    cursor: pointer;
}

/* Mimic .galleria-stage to use the same area for the map */
#galleria-map {
  position: absolute;
  bottom: 80px;
  left: 10px;
  top: 0;
  right: 10px;
}

/* footer */
footer {
  clear: both;
  display: block;
  margin: 1em 0;
  text-align: center;
}
footer a:link, footer a:visited {
  font-weight: bold;
  text-decoration: none;
}
footer a:hover {
  border-bottom: 1px solid;
  text-decoration: none;
}
footer span:not(:last-child):after {
  content: ' \2014 ';
}

@media only screen and (min-width: 980px) {
  .container {
  }

  #gallery {
  }

  header h1, #menu {
    display: inline-block;
    font-size: max(2em, 4vmin);
  }
  #menu {
    text-align: right;
  }
}

figure {
    display: inline-block;
    box-shadow: 12px 12px 6px rgba(0, 0, 0, .2);
    margin: 0em;
    padding: 5px;
    background: #CCC;
}

.with-figures {
    display: inline-block ;
    box-shadow: 12px 12px 6px rgba(0, 0, 0, .2);
    margin : 0;
    margin-bottom : 20px;
    padding: 5px;

    color : #ddd ;
    background-color : #444 ;
    vertical-align: top;
}

.with-figures a {
    height:100%;
    font-size: 50px ;
    text-decoration : none ;
    padding : 0em 30px ;
    display: table;
}

.with-figures a span {
  display: table-cell;
  vertical-align: middle;
}
.with-figures a span.icon {
    font-size: 144px ;
    height: 120px;
    margin-right: 0.25em;
    top:-30px;
    padding-right: 30px;
}

/* .style="display: inline-block  ; margin : 16px 40px ; color : #ddd ; background-color : #444 ;  ; vertical-align:text-bottom" */

figure *, figure * * {
    margin:0px;
    padding:0px;
    display:block;
}

figcaption { display: none; }

/* style="font-size: 144% ; text-decoration : none ; padding : 1em 1em ; display: inline-block; text-align: middle" */


header {
    border-style: solid 1px #707070;
    background-color: #363636;
}

.breadcrumb {
    border-style: solid 1px #707070;
    background-color: #363636;
  color: #ddd;
  font: 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.breadcrumb ul {
    margin: 0.2em;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.breadcrumb ul li { display: block }
.breadcrumb ul li a:link { color : #ddd }
.breadcrumb ul li a:visited { color : #aaa }

header a {
    display: block;
}

.onmobile { clear : both ; visibility: hidden ; }
