.logo {
    height: 2.5rem;
}

main {
    min-height: calc(100vh - 50px);
}

#bigable, main#body > a {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: white;
}

#bigable img, main#body > a > img {
    max-height: 95vh;
    max-width: 95vw;
    cursor: zoom-out;
}

.fullscreen:fullscreen {
  width: 100%;
  height: 100%;
  background: white;
}

#bigable { z-index: 3000; }

#map { height: 350px; }

span.brand {
    font-size: 1.7rem;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.passwordToggler {
    color: var(--fc-gray-800);
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.preset-color {
    height: 2rem;
    width: 100%;
}

.draggable {
  cursor: grab;
  user-select: none;
}

.dragging {
  opacity: 0.5;
}

.placeholder {
  height: 60px;
  margin-bottom: 6px;
  background-color: #ffe79d;
  border: 2px dashed #ffe598;
}

a:hover {
    cursor: pointer !important;
}

.secured {
    display: block;
    margin: 0 auto;
    height: 100%;
}

/*
@media only screen and (min-device-height : 800px) {
  div#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
*/

svg.carousel-image {
    height: 182px !important;
}

.ql-container {
    height: auto;
}

@media only screen and (min-device-width: 800px) {
  svg.carousel-image {    
      height: 406px !important;
  }
}
