body a,
body button {
  color: inherit;
}
li{
    list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

img,
svg,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@font-face {
  font-family: 'AdobeGaramondPro';
  src: url('../fonts/GaramondPremrPro.otf');
  font-weight: normal;
  font-style: normal;
}

figure{
    position: relative;
}
figure figcaption{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
figure figcaption.black{
    color: #000;
    text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
}
h2{
    font-weight: 400;
}
