:root {
  --White: white; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

@font-face {
  font-family: OpenSans;
  src: url(../font/Open_Sans/OpenSans-Regular.ttf) format("truetype"); }

@font-face {
  font-family: Audiowide;
  src: url(../font/Audiowide/Audiowide-Regular.ttf) format("truetype");
  font-weight: 700;
  font-style: bold; }

html {
  font-size: 16px; }
  @media (max-width: 1366px) {
    html {
      font-size: 14px; } }

body {
  font-size: 100%; }

h1, h2, h3, label, button {
  font-family: Audiowide; }

h1 {
  font-size: 28.8px;
  font-size: 1.8rem; }

.label {
  font-size: 11.2px;
  font-size: 0.7rem; }

label {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold; }

button {
  background-color: lightgrey;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
  padding: 0.5rem;
  position: relative;
  font-weight: bold;
  border: none;
  transition: 150ms all ease; }
  button:hover {
    box-shadow: 0 0 4px black; }
  button.disabled, button:disabled, button[disabled] {
    box-shadow: inset 0 0 4px black; }
  button.active, button:active {
    box-shadow: inset 0 0 4px black; }
  button[type=submit].success .progress-bar {
    opacity: 0.5;
    width: 100%; }
  button[type=submit].processing .progress-bar {
    animation: processing 1000ms infinite;
    width: 50%; }
  button[type=submit] .progress-bar {
    z-index: 0; }
  button[type=submit] label {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  button .progress-bar {
    background-color: #1da51d;
    border-radius: 5px;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    width: 0%;
    top: 0;
    transition: 300ms all ease; }
    button .progress-bar.fade {
      opacity: 0; }

@keyframes processing {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 0.5; } }

.button {
  background-color: lightgrey;
  border: 3px solid transparent;
  border-radius: 5px;
  box-shadow: 0 0 0 black;
  font-weight: bold;
  cursor: pointer;
  padding: 12.8px;
  padding: 0.8rem;
  transition: 150ms all ease;
  height: 64px;
  height: 4rem;
  width: 64px;
  width: 4rem;
  font-size: 0;
  margin-right: 16px;
  margin-right: 1rem; }
  .button:last-child {
    margin-right: 0; }
  .button:hover {
    box-shadow: 0 0 4px black; }
  .button--small {
    height: 32px;
    height: 2rem;
    padding: 3.2px;
    padding: 0.2rem;
    width: 32px;
    width: 2rem; }
  .button--medium {
    height: 48px;
    height: 3rem;
    padding: 3.2px;
    padding: 0.2rem;
    width: 48px;
    width: 3rem; }
  .button.active, .button:active {
    background-color: lightgrey; }
  .button img {
    height: 100%; }
  .button--save {
    pointer-events: none;
    background-color: #1da51d; }
    .button--save.active, .button--save:active {
      border: 3px inset #1da51d;
      box-shadow: inset 0 0 4px black; }
    .button--save.in-range {
      background-color: yellow;
      box-shadow: 0 0 4px black;
      pointer-events: initial; }
      .button--save.in-range:hover {
        box-shadow: 0 0 4px black; }
  .button--delete {
    background-color: #cf1717; }
    .button--delete.active, .button--delete:active {
      border: 3px inset #cf1717;
      box-shadow: inset 0 0 4px black; }
  .button--edit {
    background-color: #942994; }
    .button--edit.active, .button--edit:active {
      border: 3px inset #942994;
      box-shadow: inset 0 0 4px black; }
  .button--light {
    background-color: lightgrey; }
    .button--light.active, .button--light:active {
      border: 3px inset lightgrey;
      box-shadow: inset 0 0 4px black; }

input, textarea {
  border: 3px solid black;
  border-radius: 5px;
  padding: 4.8px;
  padding: 0.3rem; }

textarea {
  resize: vertical; }

* {
  box-sizing: border-box; }

body, html {
  margin: 0;
  padding: 0;
  position: relative; }

body {
  font-family: OpenSans; }

.app {
  background-color: var(--White);
  max-width: 1920px; }

.header {
  border-bottom: 3px solid black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 96px;
  height: 6rem;
  left: 0;
  padding: 16px;
  padding: 1rem;
  position: relative;
  margin-top: 0;
  transition: 200ms margin-top ease;
  width: 100%; }
  .header.menu-open .header__menu {
    max-height: 100%; }
  .header.scrolling .header__icon {
    box-shadow: 0 0 4px black;
    border-radius: 5px;
    cursor: pointer;
    left: 0;
    margin: 16px;
    margin: 1rem;
    position: fixed;
    top: 0;
    z-index: 4;
    height: 54.4px;
    height: 3.4rem;
    width: 73.6px;
    width: 4.6rem;
    padding: 0px;
    padding: 0rem;
    transition: 300ms height ease; }
    .header.scrolling .header__icon .icon {
      top: -9.6px;
      top: -0.6rem;
      right: -4.8px;
      right: -0.3rem; }
  .header.scrolling .header__menu {
    top: 80px;
    top: 5rem; }
  .header:hover .icon--original {
    opacity: 0; }
  .header:hover .icon--small {
    opacity: 1; }
  .header__admin {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    right: 96px;
    right: 6rem;
    top: 0; }
  .header__icon {
    background-color: white;
    height: 60.8px;
    height: 3.8rem;
    overflow: hidden;
    position: relative; }
    .header__icon img {
      height: 100%; }
    .header__icon .icon {
      height: 100%;
      right: 0;
      top: 0;
      transition: 300ms all ease; }
      .header__icon .icon--original {
        opacity: 1; }
      .header__icon .icon--small {
        opacity: 0; }
  .header__menu {
    max-height: 0;
    left: 0;
    margin: 0 8px;
    margin: 0 0.5rem;
    position: fixed;
    overflow: hidden;
    z-index: 4;
    top: 96px;
    top: 6rem;
    transition: 100ms top ease, 300ms max-height ease; }
    .header__menu ul {
      list-style-type: none;
      margin: 0;
      padding: 8px;
      padding: 0.5rem; }
      .header__menu ul li {
        -ms-flex-align: center;
            align-items: center;
        box-shadow: 0 0 4px black;
        border-radius: 5px;
        background-color: white;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        font-weight: bold;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-bottom: 8px;
        margin-bottom: 0.5rem;
        padding: 8px 16px;
        padding: 0.5rem 1rem; }
    .header__menu img {
      margin-right: 8px;
      margin-right: 0.5rem;
      height: 36.8px;
      height: 2.3rem; }
  .header__burger {
    cursor: pointer;
    width: 48px;
    width: 3rem; }
    .header__burger img {
      width: 100%; }

.icon-loader {
  height: 64px;
  height: 4rem;
  position: relative;
  width: auto; }
  .icon-loader svg {
    height: 100%; }

.content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  .content h1.title {
    justify-self: flex-start;
    width: 100%; }
  .content__logo {
    margin-top: 32px;
    margin-top: 2rem; }

.modal {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  opacity: 1;
  position: fixed;
  z-index: 10;
  top: 0;
  transition: 150ms opacity ease;
  width: 100vw; }
  .modal.fade {
    opacity: 0; }
  .modal.hidden {
    display: none; }
  .modal__overlay {
    background-color: rgba(var(--White), 0.8);
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%; }
  .modal__content {
    max-height: 90%;
    max-width: 90%;
    position: relative; }

.image-viewer {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-pack: center;
      justify-content: center;
  left: 0;
  opacity: 1;
  position: fixed;
  z-index: 10;
  top: 0;
  transition: 150ms opacity ease;
  width: 100vw; }
  .image-viewer.fade {
    opacity: 0; }
  .image-viewer.hidden {
    display: none; }
  .image-viewer.loading-image .image-viewer__image {
    opacity: 0.5; }
  .image-viewer.loading-image .image-viewer__loader {
    opacity: 1; }
  .image-viewer--dark .image-viewer__overlay {
    background-color: rgba(0, 0, 0, 0.8); }
  .image-viewer__loader {
    background-color: var(--White);
    border-radius: 5px;
    left: 50%;
    opacity: 0;
    padding: 16px;
    padding: 1rem;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    transition: 300ms opacity ease; }
  .image-viewer__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    height: 64px;
    height: 4rem;
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%; }
    .image-viewer__header .buttons {
      padding: 8px;
      padding: 0.5rem; }
  .image-viewer__overlay {
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    position: absolute;
    z-index: 0;
    transition: 1000ms background-color ease-out;
    width: 100%; }
  .image-viewer__content {
    height: 100%;
    position: relative;
    z-index: 0;
    width: 100%; }
  .image-viewer__image {
    cursor: pointer;
    height: auto;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    z-index: 1;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    transition: 300ms opacity ease;
    width: auto; }
  .image-viewer__next, .image-viewer__previous {
    margin: 32px;
    margin: 2rem;
    opacity: 0.7;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    transition: 150ms opacity ease; }
    .image-viewer__next:hover, .image-viewer__previous:hover {
      opacity: 1; }
  .image-viewer__next {
    right: 0; }
  .image-viewer__previous {
    left: 0; }

.form {
  padding: 32px;
  padding: 2rem;
  position: relative;
  width: 480px;
  width: 30rem; }
  @media (max-width: 640px) {
    .form {
      width: 100%; } }
  .form__field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    padding: 8px 0;
    padding: 0.5rem 0;
    position: relative; }
    .form__field--submit {
      margin-top: 16px;
      margin-top: 1rem; }
    .form__field label {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 8px 0;
      padding: 0.5rem 0; }
    .form__field .js-input {
      font-size: 16px; }
    .form__field__header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .form__field__admin-buttons {
      position: absolute;
      right: 0;
      top: 0; }
    .form__field__add-new-after {
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      bottom: -8px;
      bottom: -0.5rem;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .form__add-new {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    z-index: 1; }
    .form__add-new .js-add-new {
      margin: 0; }
  .form__new-field-options {
    background-color: lightgrey;
    border-radius: 5px;
    box-shadow: 0 0 4px black;
    position: absolute;
    width: 128px;
    width: 8rem;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    transition: 300ms all ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .form__new-field-options.open {
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }
    .form__new-field-options button {
      margin: 8px;
      margin: 0.5rem; }
  .form .required {
    background-color: yellow;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    border-radius: 50%;
    margin-left: 8px;
    margin-left: 0.5rem;
    right: -20.8px;
    right: -1.3rem;
    position: relative; }
    .form .required.hidden {
      display: none; }
    .form .required.all-good {
      background-color: #1da51d; }
    .form .required.need-attention {
      background-color: #cf1717; }
  .form button[type=submit] label {
    pointer-events: none; }
  .form textarea {
    min-height: 160px;
    min-height: 10rem; }

.about-us {
  background-color: white;
  border-radius: 5px;
  border: 3px solid black;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  width: 80%; }
  @media (max-width: 768px) {
    .about-us {
      width: 100%; } }

.intro {
  position: relative;
  padding: 16px;
  padding: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  transition: 300ms padding-top ease-out; }
  @media (max-width: 640px) {
    .intro {
      padding-top: 4rem; } }
  .intro__ornament {
    display: none;
    box-shadow: 0 3px 4px black;
    border-radius: 50%;
    background: white;
    border-right: 3px solid;
    border-left: 3px solid;
    border-bottom: 3px solid;
    bottom: calc(-2rem + -4px);
    height: 64px;
    height: 4rem;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 64px;
    width: 4rem; }
  .intro:hover .admin-buttons {
    display: block; }
  .intro.editing .admin-buttons {
    display: block; }
  .intro__footer {
    position: relative; }
  .intro .admin-buttons {
    display: none;
    position: absolute;
    left: 0;
    top: 0; }
    .intro .admin-buttons button {
      margin-left: 16px;
      margin-left: 1rem; }
  .intro .admin-controls {
    display: none; }

.gallery {
  margin-top: 32px;
  margin-top: 2rem;
  width: 80%; }
  @media (max-width: 768px) {
    .gallery {
      width: 100%; } }
  .gallery--wrapped .gallery__items {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    overflow: hidden; }
    @media (max-width: 640px) {
      .gallery--wrapped .gallery__items {
        -ms-flex-pack: center;
            justify-content: center; } }
  .gallery--wrapped .gallery__item {
    min-width: 33.3%;
    padding-bottom: 32px;
    padding-bottom: 2rem; }
    @media (max-width: 1024px) {
      .gallery--wrapped .gallery__item {
        min-width: 50%; } }
    @media (max-width: 640px) {
      .gallery--wrapped .gallery__item {
        min-width: 50%; } }
    @media (max-width: 514px) {
      .gallery--wrapped .gallery__item {
        min-width: 100%; } }
    @media (max-width: 414px) {
      .gallery--wrapped .gallery__item {
        min-width: 100%; } }
  .gallery .title {
    z-index: 2; }
  .gallery__header {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    padding: 1rem; }
    .gallery__header button {
      margin-left: 16px;
      margin-left: 1rem; }
  .gallery__category.closed .gallery__items {
    display: none; }
  .gallery__category.closed .category-arrow {
    content: url(../svg/arrowhead-down.svg); }
  .gallery__category.idle [contenteditable] {
    pointer-events: none; }
  .gallery__category .sort-handle {
    content: url(../svg/sort-handle.svg);
    cursor: grab;
    pointer-events: none; }
  .gallery__category .category-arrow {
    content: url(../svg/arrowhead-up.svg);
    cursor: pointer; }
  .gallery__category__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0 16px;
    padding: 0 1rem;
    word-break: break-all; }
    .gallery__category__header > * {
      margin-right: 8px;
      margin-right: 0.5rem; }
  .gallery__items {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    overflow-y: hidden;
    padding: 32px;
    padding: 2rem;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  .gallery__item {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 448px;
    height: 28rem;
    min-width: 28%;
    position: relative;
    padding: 32px 16px;
    padding: 2rem 1rem;
    z-index: 0; }
    @media (max-width: 1024px) {
      .gallery__item {
        min-width: 38%; } }
    @media (max-width: 640px) {
      .gallery__item {
        min-width: 44%; } }
    @media (max-height: 375px) {
      .gallery__item {
        height: 20rem; } }
    @media (max-width: 514px) {
      .gallery__item {
        min-width: 56%; } }
    @media (max-width: 414px) {
      .gallery__item {
        min-width: 93%; } }
    .gallery__item.hover, .gallery__item.open {
      opacity: 1 !important; }
      .gallery__item.hover .gallery__item__image, .gallery__item.open .gallery__item__image {
        -ms-transform: scale(1);
            transform: scale(1); }
      .gallery__item.hover .gallery__item__text, .gallery__item.open .gallery__item__text {
        max-height: 160px;
        max-height: 10rem;
        min-height: 160px;
        min-height: 10rem;
        -ms-transform: translateY(-1rem);
            transform: translateY(-1rem); }
    .gallery__item.open {
      z-index: 1;
      opacity: 1; }
      .gallery__item.open .gallery__item__image {
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
      .gallery__item.open .gallery__item__text {
        max-height: 192px;
        max-height: 12rem;
        min-height: 192px;
        min-height: 12rem;
        overflow: auto; }
    .gallery__item.disabled {
      opacity: 0.7; }
    .gallery__item.show-text .gallery__item__text {
      display: block; }
    .gallery__item--add-new {
      border-radius: 5px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      opacity: 0.7;
      height: 192px;
      height: 12rem;
      width: 192px;
      width: 12rem;
      min-width: unset !important;
      min-height: unset !important;
      padding: 0; }
      .gallery__item--add-new:hover {
        opacity: 1; }
    .gallery__item__header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      left: 0;
      padding: 8px;
      padding: 0.5rem;
      position: absolute;
      top: 0;
      z-index: 1;
      width: 100%; }
    .gallery__item__image {
      background-color: lightgrey;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 16px;
      padding: 1rem;
      position: relative;
      -ms-transform: scale(0.95);
          transform: scale(0.95);
      transition: 300ms transform ease;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .gallery__item__text {
      position: relative;
      background-color: white;
      border-radius: 5px;
      border: 3px solid;
      padding: 8px;
      padding: 0.5rem;
      width: 80%;
      bottom: 0;
      left: 16px;
      left: 1rem;
      max-height: 160px;
      max-height: 10rem;
      min-height: 96px;
      min-height: 6rem;
      position: absolute;
      overflow: hidden;
      transition: 150ms transform ease, 300ms max-height ease, 300ms min-height ease; }
      .gallery__item__text.hidden {
        display: none; }
    .gallery__item__add-new-after {
      position: absolute;
      right: -16px;
      right: -1rem;
      z-index: 2;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  height: 70vh;
  position: relative;
  width: 100%; }
  .hero.editing .hero__background.active {
    animation: pulsating 2000ms infinite;
    cursor: pointer; }
  .hero__buttons {
    width: 100%;
    position: relative; }
    .hero__buttons .button {
      margin-right: 16px;
      margin-right: 1rem; }
    .hero__buttons .button--delete {
      margin: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .hero__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    left: 0;
    padding: 16px;
    padding: 1rem;
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%; }
  .hero__background {
    animation: none;
    background-color: #bebebe;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px solid black;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1000ms opacity ease;
    z-index: 0; }
    .hero__background.active {
      opacity: 1;
      z-index: 1; }

@keyframes pulsating {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.9; }
  100% {
    opacity: 1; } }
  .hero__title {
    opacity: 1;
    transition: 500ms all ease;
    background-color: white;
    border: 3px solid black;
    border-radius: 5px;
    height: auto;
    margin: 3px;
    width: 288px;
    width: 18rem;
    max-width: 288px;
    max-width: 18rem;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    text-align: center;
    padding: 16px 32px;
    padding: 1rem 2rem; }
    @media (max-width: 640px) {
      .hero__title {
        font-size: 0.8rem;
        width: 16rem; } }
    .hero__title.fade-out {
      opacity: 0; }
    .hero__title.scale-up {
      animation: scaleUp 500ms; }

@keyframes scaleUp {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% { }
  100% {
    opacity: 1;
    transform: scaleX(1); } }
  .hero__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
    max-width: 70%;
    margin-bottom: 10vh;
    margin-top: 38vh;
    width: 100%;
    position: relative;
    z-index: 2; }
    @media (max-width: 640px) {
      .hero__items {
        margin-bottom: 0;
        margin-top: 0;
        max-width: 85%;
        top: 4rem; } }
  .hero__item {
    background-color: lightgrey;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    cursor: pointer;
    height: 80px;
    height: 5rem;
    margin: 8px !important;
    margin: 0.5rem !important;
    opacity: 0.7;
    position: relative;
    width: 80px;
    width: 5rem;
    transition: 200ms opacity ease, 200ms box-shadow ease; }
    @media (max-width: 640px) {
      .hero__item {
        height: 4.5rem;
        width: 4.5rem; } }
    .hero__item:hover {
      box-shadow: 0 0 4px black;
      opacity: 1; }
    .hero__item.active {
      opacity: 1;
      box-shadow: 0 0 4px black; }
    .hero__item.unsaved .item-edit-indicator {
      display: block; }
    .hero__item.add-new {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: #cf1717; }
    .hero__item .item-edit-indicator {
      background-color: yellow;
      border-radius: 50%;
      display: none;
      height: 16px;
      height: 1rem;
      position: absolute;
      right: -8px;
      right: -0.5rem;
      top: -8px;
      top: -0.5rem;
      width: 16px;
      width: 1rem; }
  .hero__zoom-image {
    bottom: 0;
    cursor: pointer;
    left: 0;
    padding: 16px;
    padding: 1rem;
    position: absolute;
    z-index: 3;
    transition: 150ms ease box-shadow; }

.file-upload {
  background-color: #ffffffde;
  box-shadow: 0 0 2px black;
  bottom: 0;
  height: 50vh;
  position: fixed;
  right: 0;
  z-index: 4;
  width: 50%;
  transition: 300ms height ease-out; }
  @media (max-width: 640px) {
    .file-upload {
      width: 100%; } }
  .file-upload.hidden {
    height: 32px;
    height: 2rem; }
    .file-upload.hidden .js-open-file-upload {
      display: block; }
    .file-upload.hidden .js-close-file-upload {
      display: none; }
    .file-upload.hidden .file-upload__icon {
      opacity: 0.7; }
  .file-upload:hover .file-upload__icon {
    opacity: 1; }
  .file-upload .js-open-file-upload {
    display: none; }
  .file-upload .js-close-file-upload {
    display: block; }
  .file-upload__icon {
    height: 48px;
    height: 3rem;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    top: -24px;
    top: -1.5rem;
    width: 48px;
    width: 3rem;
    opacity: 0.7;
    transition: 150ms opacity ease; }
    .file-upload__icon img {
      width: 100%; }
    .file-upload__icon:hover {
      opacity: 1; }
  .file-upload__header {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: var(--White);
    box-shadow: 0 0 4px black;
    height: 32px;
    height: 2rem; }
    .file-upload__header .file-input {
      display: none; }
  .file-upload__content {
    overflow: auto;
    height: calc(100% - 2rem); }
  .file-upload__image-list {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0; }
    .file-upload__image-list__item {
      border: 3px solid transparent;
      border-radius: 5px;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      height: 192px;
      height: 12rem;
      margin: 3.2px;
      margin: 0.2rem;
      padding: 8px;
      padding: 0.5rem;
      position: relative;
      width: 176px;
      width: 11rem;
      transition: 200ms border ease; }
      .file-upload__image-list__item:hover {
        border: 3px solid lightgreen; }
      .file-upload__image-list__item.selected {
        border: 3px solid #1da51d; }
      .file-upload__image-list__item.loading .image-viewer__loader {
        opacity: 1; }
      .file-upload__image-list__item__loader {
        background-color: var(--White);
        border-radius: 5px;
        left: 50%;
        opacity: 0;
        padding: 16px;
        padding: 1rem;
        pointer-events: none;
        position: absolute;
        z-index: 1;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        transition: 300ms opacity ease; }
      .file-upload__image-list__item img {
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto; }
      .file-upload__image-list__item .label {
        bottom: 0;
        background-color: var(--White);
        left: 0;
        position: absolute; }
      .file-upload__image-list__item .floating-buttons {
        padding: 8px;
        padding: 0.5rem;
        position: absolute;
        right: 0;
        top: 0; }

.contacts {
  background-color: white;
  border: 3px solid black;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 96px;
  margin-bottom: 6rem;
  margin-top: 32px;
  margin-top: 2rem;
  width: 80%; }
  @media (max-width: 768px) {
    .contacts {
      width: 100%; } }
  .contacts .intro {
    padding: 16px;
    padding: 1rem; }
/*# sourceMappingURL=app.css.map */