<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Muli);
@import url(https://fonts.googleapis.com/css?family=Tangerine);
@import url(https://fonts.googleapis.com/css?family=Courgette);
body {
  background: transparent url("../img/tile1.jpg") left top repeat; }

body,
html {
  height: 100%;
  scroll-behavior: smooth; }

a {
  color: #86724b;
  transition: all 0.5s ease; }
  a:hover {
    color: #756442;
    text-decoration: none; }

section {
  z-index: 0; }
  section .section-content {
    width: 100%;
    margin: 50px auto; }
    section .section-content .section-heading {
      text-align: center;
      padding: 30px; }
      section .section-content .section-heading h2 {
        color: #a58d5f;
        font-family: "Tangerine";
        font-size: 48px;
        text-shadow: 1px 1px; }
        section .section-content .section-heading h2 span {
          font-size: 24px;
          font-style: italic; }
      section .section-content .section-heading .underline-img {
        width: 20%;
        min-width: 150px; }
    section .section-content p {
      text-align: left;
      color: #b7a480;
      text-shadow: 1px 1px;
      background-color: rgba(255, 255, 255, 0.1);
      box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
      transition: color 0.5s;
      padding: 15px;
      font-size: 15px;
      font-style: italic;
      font-family: Muli; }
      section .section-content p:hover {
        color: #86724b; }
      section .section-content p span {
        color: #86724b; }
    section .section-content .img-wrapper {
      text-align: center; }
      section .section-content .img-wrapper img {
        width: 60%;
        min-width: 270px;
        max-width: 350px;
        margin: 20px auto 10px auto;
        box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.19); }
    section .section-content .button-wrapper {
      margin-top: 25px;
      text-align: center; }
    section .section-content .button-lg {
      margin: 0 auto;
      text-align: center;
      width: 100%;
      border-radius: 2px;
      transition: all 0.5s ease; }
      section .section-content .button-lg p {
        background: transparent url("../img/rozyte6.png") bottom right no-repeat;
        background-size: 57%;
        padding: 15px 30px; }
        section .section-content .button-lg p:hover {
          background-color: #f4e1b6; }
    section .section-content .card {
      max-width: 400px;
      margin-top: 15px;
      box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.19); }
      section .section-content .card .card-img-top {
        height: 100%; }
      section .section-content .card .card-body-heading {
        position: relative; }
      section .section-content .card h6 {
        color: #a58d5f;
        font-family: "Courgette";
        font-size: 30px;
        z-index: 1; }
      section .section-content .card .card-body-decor {
        position: absolute;
        width: 40%;
        right: -1em;
        bottom: -2em;
        z-index: 2; }
  section .end-image-wrapper {
    text-align: center;
    margin-bottom: 60px; }
    section .end-image-wrapper .end-image {
      width: 50%;
      max-width: 200px; }

/* entire container, keeps perspective */
.flip-container {
  display: block;
  overflow: hidden; }

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg); }

.flip-container, .front, .back {
  width: 100%; }

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg); }

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg); }

.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
  transform: rotateY(180deg); }

.juosta {
  background: transparent url("../img/juosta3.png") left top;
  background-repeat: repeat-y;
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=main.css.map */
</pre></body></html>