/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
html,
body {
  background-color: gainsboro;
  width: 100%;
  height: 100%;
  color: black;
  font-family: 'kingthingsSerifique';
  font-size: 12px;
  letter-spacing: 0.1em;
  position: relative;
  min-height: 100%;
}
body {
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: inherit;
  list-style: none;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: gainsboro;
}
a.active,
a:hover {
  color: black;
}
strong {
  font-family: "didotBold";
  font-weight: normal;
}
em {
  font-family: "didotIta";
  font-style: normal;
}
.active {
  color: black;
}
#container {
  background-color: gainsboro;
}
.header-container {
  background-color: #f2f2f1;
}
.submenu {
  font-family: 'kingthingsSerifiqueLight';
  font-size: 12px;
}
#container {
  height: 100%;
  position: relative;
}
.content-container {
  height: 100%;
}
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.content-padding {
  padding-top: 140px;
  background-color: #f2f2f1;
}
.main-header {
  height: 140px;
  background-color: white;
  margin: 0 auto;
  position: relative;
}
.content {
  margin: 0 auto;
  background-color: #f2f2f1;
  height: 100%;
}
.logo-container {
  margin: 0 auto;
}
.logo-link {
  display: block;
  text-align: center;
}
.main-menu {
  margin: 12px auto 10px;
  text-align: center;
  text-align: justify;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.justify {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
.work-overview-list-item {
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
}
.work-project {
  padding-bottom: 65%;
  height: 0;
  position: relative;
  display: block;
}
.work-project:hover .work-project-description {
  display: block;
}
.work-project img {
  width: 100%;
}
.work-project-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
}
.photos-overview {
  max-width: 950px;
  margin: 25px auto 0 auto;
  padding: 0 25px;
}
.photo-project {
  display: inline-block;
  text-align: center;
}
.photo-project:hover .photo-project-description {
  display: block;
}
.photo-project-figure {
  background-color: white;
  -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1);
  margin: 12.5px;
  position: relative;
  text-align: center;
  display: block;
}
.photo-project-description {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.work-project-description {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
  color: white;
}
.work-project-description a {
  color: white;
}
.photo-project-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.centering {
  text-align: center;
}
.photo-project-description-container,
.work-project-description-container {
  text-align: center;
  height: 100%;
}
.photo-project-description-container:before,
.work-project-description-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.centered {
  display: inline-block;
  vertical-align: middle;
}
.photo-project-title,
.photo-project-year,
.work-project-title,
.work-project-subtitle {
  display: block;
}
.work-project-title {
  font-family: "didotBold";
  font-size: 20px;
}
.work-project-subtitle {
  font-family: "didotRom";
  font-size: 18px;
}
.work-project-type {
  font-family: "didotIta";
  font-size: 14px;
}
.photo-project-title {
  font-family: "didotIta";
  font-size: 20px;
}
.photo-project-year {
  font-family: "didotRom";
}
.photo-project-arrow,
.work-project-arrow {
  margin-top: 3px;
  color: black;
  font-size: 21px;
  display: block;
}
.work-project-arrow {
  color: white;
}
.detail-page {
  padding: 25px;
  margin: 0 auto;
  font-family: "didotRom";
}
.panel {
  margin: 0 auto 25px auto;
}
.paragraph {
  max-width: 540px;
  border-top: 1px dotted gainsboro;
  border-bottom: 1px dotted gainsboro;
  padding: 20px 0;
}
.image-panel {
  text-align: center;
  width: 610px;
  max-width: 100%;
}
.image-panel img {
  max-height: 610px;
  max-width: 100%;
  background-color: #f2f2f1;
}
.image-panel.photo-detail {
  width: 810px;
}
.image-panel.photo-detail img {
  max-height: 810px;
  max-width: 100%;
}
.video-container {
  max-width: 610px;
  margin: 0 auto;
}
.video-container .video-container-wrap {
  height: 0;
  position: relative;
  padding-bottom: 50%;
}
.video-container .video-container-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.image-panel-legend {
  margin-top: 12px;
}
.image-panel-legend-title {
  font-family: "didotIta";
  display: block;
  text-align: center;
}
.mobile {
  display: none;
}
