/*
  BASE STYLES
 */
body {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  background-color: rgba(200, 46, 91, 0.18);
  justify-content: flex-start;
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif; }

a {
  color: #c82e5b; }
  a:focus, a:hover, a:active {
    color: #751b35; }

.btn {
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-size: 90%;
  padding: .8rem 1.5rem;
  border-radius: 3px;
  transition: .3s;
  text-align: center; }
  .btn small {
    font-size: 70%; }
  .btn-primary {
    color: #c82e5b;
    background-color: #d8a9b0; }
    .btn-primary:hover {
      color: #751b35;
      background-color: #d097a0; }
  .btn-secondary {
    color: #c82e5b;
    border: solid 2px #c82e5b; }
    .btn-secondary:hover {
      color: #751b35;
      border-color: #751b35;
      background: rgba(0, 0, 0, 0.1); }

/*
  HEADER
 */
header {
  background-color: white;
  box-shadow: 1px 0 2px 0 #000; }
  header > div {
    width: 100%;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap; }
    @media (max-width: 80rem) and (min-width: 640px) {
      header > div {
        padding: 0 2rem; } }
  header .sticky-nav {
    width: 100%; }
  header .menu-text {
    font-size: 1.5rem;
    color: #d8a9b0;
    padding: 0; }
  header .title-bar {
    background: #d8a9b0; }
  header a {
    font-weight: bold;
    text-transform: uppercase;
    color: #999; }
    header a:hover {
      color: #d8a9b0; }
  header .logo {
    align-items: center !important;
    padding: .5rem 1rem; }
    header .logo h1 {
      margin-bottom: 0;
      font-size: 2rem;
      color: #d8a9b0;
      text-transform: capitalize; }
    header .logo:hover {
      background: rgba(216, 169, 176, 0.2); }
  header .menu {
    justify-content: space-between; }
  header .menu > li > a img, header .menu > li > a i, header .menu > li > a svg {
    width: 50px;
    margin-right: 2rem;
    display: block; }
    @media (max-width: 640px) {
      header .menu > li > a img, header .menu > li > a i, header .menu > li > a svg {
        display: none; } }
  header .menu .active > a {
    background: transparent;
    color: #d8a9b0; }

/*
  HERO area
 */
.hero {
  position: relative;
  background: url("/obrazky/hero.png") no-repeat fixed center;
  background-size: cover;
  padding: 8rem 0; }
  .hero__box {
    background: white;
    border-radius: 3px;
    padding: 4rem; }
  .hero__title {
    color: #d8a9b0;
    text-transform: uppercase;
    letter-spacing: -4px;
    line-height: 2.5rem;
    font-size: 3rem; }
  .hero__text {
    color: #666;
    margin: 2rem 0; }
  .hero__btns {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    margin-top: 2rem; }
    .hero__btns > small {
      margin: auto 1rem;
      color: #999; }
  @media (max-width: 640px) {
    .hero {
      padding: 0; }
      .hero__box {
        padding: 1rem;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.98); }
      .hero__btns {
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        text-align: center; }
        .hero__btns > * {
          margin: .5rem 0; } }

/*
  BASE MAIN
 */
main h1 {
  color: #d8a9b0;
  text-align: center;
  font-size: 4rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem; }

/*
  GALLERY
 */
.gallery {
  padding: 8rem 0; }
  .gallery__title {
    padding: 0 4rem;
    font-size: 3rem;
    color: #d8a9b0;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: dotted 4px #d8a9b0;
    margin-bottom: 1rem; }
  .gallery .box {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 20rem;
    margin: 1rem 0;
    padding: 2rem;
    overflow: hidden; }
    .gallery .box img {
      width: 100%; }

/*
  GALLERY PAGE
 */
.gallery-page {
  padding: 2rem 0; }
  @media (max-width: 1023px) {
    .gallery-page {
      padding: 2rem;
      text-align: center; } }
  .gallery-page .image-row h2 {
    color: rgba(89, 41, 48, 0.6); }
  .gallery-page .image-row .image {
    min-height: 250px;
    background-size: cover;
    background-position: center center; }

/*
  KONTAKT
 */
.contact-page {
  margin: auto 0;
  padding: 2rem 0; }
  @media (max-width: 1023px) {
    .contact-page {
      padding: 2rem;
      text-align: center; } }
  .contact-page__title {
    text-transform: uppercase;
    font-size: 3rem;
    color: #d8a9b0; }
  .contact-page .map {
    border: dashed 2px #c88690;
    background: url("/obrazky/map.png") no-repeat center;
    min-height: 250px; }
    @media (max-width: 1023px) {
      .contact-page .map {
        margin-bottom: 2rem; } }
  .contact-page .info-box {
    padding: 2rem;
    border: dashed 2px #c88690;
    color: #666; }

/*
  ABOUT
 */
.about-page {
  padding: 2rem 0;
  text-align: center; }
  @media (max-width: 1023px) {
    .about-page {
      padding: 2rem; } }
  .about-page .large-6 {
    margin-top: 2rem; }

/*
  FOOTER
 */
footer {
  margin-top: auto;
  background: #d8a9b0;
  padding: 2rem 0; }
  @media (max-width: 1023px) {
    footer {
      padding: 2rem;
      text-align: center; } }
  footer .info {
    margin-bottom: 2rem; }
    footer .info .contact,
    footer .info .social {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      color: #333;
      padding: 2rem;
      border: dashed 2px #c88690; }
      footer .info .contact.contact,
      footer .info .social.contact {
        justify-content: flex-start;
        align-items: flex-start; }
        @media (max-width: 1023px) {
          footer .info .contact.contact,
          footer .info .social.contact {
            margin-top: 2rem;
            align-items: center; } }
      footer .info .contact p,
      footer .info .social p {
        margin: 0; }
      footer .info .contact .icon,
      footer .info .social .icon {
        width: 4rem;
        height: 4rem;
        background: #c82e5b;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        color: #d8a9b0;
        font-size: 1.5rem;
        transition: .3s;
        border: solid 2px #d8a9b0; }
        footer .info .contact .icon:hover,
        footer .info .social .icon:hover {
          color: #c82e5b;
          background: #d8a9b0;
          border-color: #c82e5b; }
  footer .map {
    display: flex;
    justify-content: center; }
  footer .copyright {
    text-align: center;
    color: #592930; }

/*
  Lightbox
 */
.image-group {
  position: relative; }
  @media (max-width: 64em) {
    .image-group {
      margin-bottom: 1rem; } }
  .image-group .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    z-index: 9999;
    color: #e17b99;
    transition: all .3s ease; }
  .image-group:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 999;
    transition: all .3s ease; }
  .image-group:hover:after {
    opacity: 1; }
  .image-group:hover .fa {
    opacity: 1; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  z-index: 999999;
  align-items: center;
  justify-content: center; }
  .modal img {
    border: solid 4px #fff;
    border-radius: 10px;
    position: relative;
    max-width: 100vw;
    max-height: 100vh; }
  .modal__wrap {
    position: relative;
    box-sizing: border-box; }
    .modal__wrap p {
      position: absolute;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9;
      padding: 8px;
      margin: 4px; }
      .modal__wrap p:first-of-type {
        top: 0;
        left: 0;
        right: 0;
        text-align: right; }
      .modal__wrap p:last-of-type {
        bottom: 0;
        left: 0;
        right: 0; }
  .modal:hover {
    cursor: pointer; }

.image-button {
  padding: 1rem; }
  .image-button .image-row {
    display: none; }

.image-section {
  padding: 0 2rem; }

.back {
  display: none; }
  .back.visible {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .back.visible i {
      margin-right: 1rem; }

.image.bg {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .image.bg:hover {
    cursor: pointer; }
    .image.bg:hover span {
      background-color: white; }
  .image.bg span {
    position: absolute;
    top: 50%;
    left: 0;
    color: #c82e5b;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: .5rem 0;
    font-size: 20px; }

/*# sourceMappingURL=style.css.map */
