header {
  width: 100%; }

.top-title {
  font-weight: 400;
  color: black;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 3;
  cursor: pointer;
  font-size: 1.25rem;
  margin-top: 48px;
  -webkit-transition: all 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.85s cubic-bezier(0.77, 0, 0.175, 1); }
  .top-title.menu-opened {
    opacity: 0; }

.overlay-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: white;
  color: black;
  top: 0;
  opacity: 0;
  z-index: -2;
  -webkit-transition: opacity 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: opacity 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.85s cubic-bezier(0.77, 0, 0.175, 1); }
  .overlay-menu.menu-opened {
    opacity: 1;
    z-index: 2; }

.menu-content {
  text-align: center;
  color: black;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  .menu-content.menu-opened {
    opacity: 1; }
  .menu-content .menu-section {
    padding: 32px;
    line-height: 0.5; }
  .menu-content .editorial {
    line-height: 1.4; }
    @media (min-width: 480px) {
      .menu-content .editorial {
        line-height: 0.5; } }
  .menu-content .clients {
    padding-bottom: 0; }
  .menu-content * {
    margin-bottom: 10px;
    font-size: 0.9em; }
  .menu-content h3 {
    margin: 16px;
    text-transform: uppercase;
    font-size: 1em; }
  .menu-content a {
    color: black;
    text-decoration: none; }

.menu-close {
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  left: 10vw;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  font-size: 0.7em; }
  @media (min-width: 768px) {
    .menu-close {
      line-height: 0.5;
      font-size: 0.9em; } }
  .menu-close.menu-opened {
    opacity: 1; }

.carousel {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .carousel:hover {
    cursor: pointer; }

.carousel-image {
  max-width: 260px;
  max-height: 50vh; }
  @media (min-width: 480px) {
    .carousel-image {
      max-width: 360px; } }
  @media (min-width: 768px) {
    .carousel-image {
      max-width: 580px; } }
  @media (min-width: 1024px) {
    .carousel-image {
      max-width: 680px; } }
  @media (min-width: 1024px) {
    .carousel-image {
      max-width: 780px; } }

.main-container {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.back-arrow,
.forward-arrow {
  align-self: center;
  cursor: pointer; }

.album-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .album-container .album-hedline {
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer; }
  .album-container .image-caption {
    text-align: center; }

.forward-arrow {
  text-align: right; }

.album-content-container {
  width: 80vw;
  height: 80vh;
  max-width: 80vw;
  max-height: 80vh;
  display: flex; }

.album-image-container {
  position: relative;
  flex-grow: 1;
  padding: 16px; }
  .album-image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 32px);
    max-height: 100%; }

.album-back {
  text-align: left; }

.counter {
  text-align: right; }

.footer {
  font-size: 0.7em;
  justify-content: space-between;
  display: flex;
  width: 100%; }
  @media (min-width: 768px) {
    .footer {
      font-size: 0.9em; } }

.back {
  color: black;
  text-decoration: none;
  cursor: pointer; }
  .back:hover, .back:active {
    color: black; }

.preload {
  display: none; }

body {
  min-height: 100vh;
  min-width: 100vw;
  margin: 0; }

header {
  width: 100%; }

footer {
  width: 100%; }

.home-footer {
  height: 45.78px; }
