@charset "UTF-8";
::selection {
  color: white;
  background: rgba(24, 48, 77, 0.5); }

body {
  font-family: "Montserrat", sans-serif;
  color: #1b3556; }
  body a {
    color: inherit;
    transition: color 0.2s ease; }
    body a:hover {
      color: inherit;
      text-decoration: underline; }
  body a, body button {
    outline: none !important; }
  body ul {
    padding-left: 1.1em; }
    body ul li {
      list-style: circle; }
  body .bttn {
    display: inline-block;
    padding: 0 2em;
    border: solid white 1px;
    border-radius: 1em;
    background: transparent;
    line-height: 2em;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; }
    body .bttn:hover {
      text-decoration: none; }
  body .bttn-filler,
  body .bttn-fillerR {
    position: relative;
    overflow: hidden;
    z-index: 2; }
    body .bttn-filler:before,
    body .bttn-fillerR:before {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      z-index: -1;
      transition: height 0.5s ease-out; }
  body .bttn-filler:before {
    bottom: 0;
    height: 0;
    border-radius: 50% 50% 0 0; }
  body .bttn-filler:hover:before {
    height: 135%; }
  body .bttn-fillerR:before {
    top: 0;
    height: 135%;
    border-radius: 0 0 50% 50%; }
  body .bttn-fillerR:hover:before {
    height: 0; }
  body #bttn-rsvp {
    padding: 0 0.75em;
    border-radius: 10px;
    line-height: 1.5em;
    vertical-align: middle;
    color: white;
    border-color: #1b3556; }
    body #bttn-rsvp:before {
      background: #1b3556; }
    body #bttn-rsvp:hover {
      color: #1b3556; }
  body #main-nav:not(.nav-scrolled) #bttn-rsvp:hover {
    color: white;
    border-color: white; }

.nav-current {
  font-weight: bold; }

#main-nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 1.5em 5% 5em;
  color: white;
  transition: all 0.4s ease, color 0.2s ease; }
  #main-nav #nav-top {
    float: left;
    height: 3em; }
    #main-nav #nav-top #nav-logo {
      display: inline-block;
      height: 100%;
      width: 7.5em;
      margin-right: 1.5em;
      background: url("./img/logo.png") no-repeat center left;
      background-size: contain;
      text-decoration: none !important;
      filter: invert(1);
      transition: filter 0.8s ease; }
  #main-nav #nav {
    position: relative;
    float: right; }
    #main-nav #nav a {
      padding: 0 1em;
      line-height: 3em; }
  #main-nav.nav-scrolled {
    padding: 0.5em 1em;
    background: white;
    color: #1b3556;
    box-shadow: 0 0 10px rgba(27, 53, 86, 0.2); }
    #main-nav.nav-scrolled #nav-top #nav-logo {
      filter: invert(0); }
  #main-nav #nav-toggle {
    position: absolute;
    display: none;
    width: 2em;
    height: 2em;
    padding-top: 0.5em;
    top: 1.5em;
    right: 2em;
    left: auto;
    cursor: pointer;
    transition: top 0.4s ease; }
    #main-nav #nav-toggle > div {
      display: block;
      width: 2em;
      padding-bottom: 1px;
      background: #1b3556;
      transition: all 0.4s ease; }
      #main-nav #nav-toggle > div:not(:last-of-type) {
        margin-bottom: 0.7em; }
    #main-nav #nav-toggle:hover > div {
      background: #e9ca94; }
  #main-nav:not(.nav-opened) #nav-toggle:hover > div:nth-of-type(1) {
    width: 2.35em; }
  #main-nav:not(.nav-opened) #nav-toggle:hover > div:nth-of-type(2) {
    width: 1.75em; }
  #main-nav:not(.nav-opened) #nav-toggle:hover > div:nth-of-type(3) {
    width: 1.9em; }
  #main-nav.nav-scrolled #nav-toggle {
    top: 0.75em; }
  #main-nav.nav-opened #nav-toggle > div {
    background: #1b3556;
    transform-origin: right;
    width: 2.125em; }
    #main-nav.nav-opened #nav-toggle > div:nth-of-type(1) {
      transform: rotate(-45deg); }
    #main-nav.nav-opened #nav-toggle > div:nth-of-type(2) {
      opacity: 0; }
    #main-nav.nav-opened #nav-toggle > div:nth-of-type(3) {
      transform: rotate(45deg); }
  #main-nav.nav-opened #nav-toggle:hover > div {
    background: #e9ca94; }
  @media only screen and (max-width: 1199px) {
    #main-nav #nav a {
      padding: 0 0.5em; } }
  @media only screen and (max-width: 991px) {
    #main-nav.nav-opened {
      padding-bottom: 0.5em;
      background: white; }
    #main-nav #nav {
      display: none;
      position: relative;
      width: 100%;
      top: 0;
      padding: 0 1em 0.5em;
      text-align: center;
      z-index: -1; }
      #main-nav #nav a {
        display: block; }
    #main-nav #nav-toggle {
      display: block; } }

#home #top {
  min-height: 100vh;
  height: 100vh;
  font-family: "Marck Script", cursive; }
  #home #top #root {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -1;
    top: 0;
    filter: brightness(0.5) grayscale(0.2); }
    #home #top #root .App {
      width: 100%; }
  #home #top > div {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 100%; }
    #home #top > div > div > h1 {
      margin: 0 0 0.3em;
      font-size: 5em;
      font-weight: normal;
      color: white; }
    #home #top > div > div > h2 {
      margin: 0;
      font-size: 4em;
      font-weight: normal;
      color: white; }
#home #intro {
  padding: 5em;
  min-height: 100vh;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0.5), white); }
  #home #intro > div {
    max-width: 50em; }
    #home #intro > div > h3 {
      font-family: "Marck Script", cursive;
      font-size: 3.5em;
      margin: 0 0 0.5em; }
    #home #intro > div > div {
      margin: 2em 0 0; }
      #home #intro > div > div > div {
        display: inline-block;
        margin: 0 1em;
        width: 10em;
        height: 10em;
        background-size: cover;
        border-radius: 50%; }
#home #where {
  position: relative;
  background: white; }
  #home #where > #where-flex {
    display: flex; }
    #home #where > #where-flex > div {
      width: 50%;
      text-align: right; }
      #home #where > #where-flex > div:first-of-type {
        background: url("http://via.placeholder.com/1920x1080") no-repeat center fixed;
        background-size: cover; }
  #home #where iframe {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 64px);
    border: none; }
  #home #where > #where-block {
    pointer-events: none;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center; }
    #home #where > #where-block > div {
      padding: 3em;
      background: white;
      box-shadow: rgba(0, 0, 0, 0.1) 0 0 1em 0.5em; }
      #home #where > #where-block > div > div {
        width: 100%;
        text-align: center; }
        #home #where > #where-block > div > div:first-of-type {
          padding-bottom: 3em; }
        #home #where > #where-block > div > div h4 {
          font-family: "Marck Script", cursive;
          font-size: 2.5em;
          margin: 0 0 0.5em; }
        #home #where > #where-block > div > div p {
          font-size: 1.4em; }
#home #tajmlajna {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 64px);
  background: url("http://via.placeholder.com/1920x1080") no-repeat center fixed;
  background-size: cover; }
  @media only screen and (max-width: 900px) {
    #home #tajmlajna {
      display: none; } }
#home #faq {
  background: white;
  min-height: calc(100vh - 64px); }

#faq {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  #faq > div > h1 {
    margin: 0 0 2em;
    font-size: 3em;
    text-align: center;
    font-family: "Marck Script", cursive; }
  #faq > div > div.build-extend {
    position: relative;
    width: 90%;
    max-width: 40em;
    margin: 0 auto 1em;
    padding-top: 0.7em;
    border-radius: 0.8em;
    text-align: left;
    font-size: 0.9em;
    background: #1b3556;
    color: white;
    cursor: pointer; }
    #faq > div > div.build-extend:before {
      font-size: 2.5em;
      position: absolute;
      display: block;
      content: "";
      font-family: FontAwesome;
      top: 0.15em;
      right: 0.65em;
      width: 0.5em;
      height: 0.5em;
      transition: all 0.6s ease; }
    #faq > div > div.build-extend h1 {
      margin: 0 0.5em 0.7em;
      padding: 0 2em 0 0.5em;
      font-size: 1.2em;
      font-weight: normal; }
    #faq > div > div.build-extend > div {
      box-sizing: content-box;
      display: block;
      padding: 0 1em;
      overflow: hidden;
      background: white;
      color: #1b3556;
      border: solid #1b3556 0;
      border-top: none;
      border-bottom-left-radius: 0.8em;
      border-bottom-right-radius: 0.8em;
      transition: all 0.6s ease; }
      #faq > div > div.build-extend > div ul {
        margin: 0;
        font-size: 1em; }
    #faq > div > div.build-extend.build-extended:before {
      top: 0.7em;
      transform: rotate(180deg); }
    #faq > div > div.build-extend.build-extended > div {
      height: auto;
      padding: 0.7em 1em;
      border-width: 1px; }
    #faq > div > div.build-extend:not(.build-extended) > div {
      height: 0 !important; }
  @media only screen and (max-width: 991px) {
    #faq {
      margin-top: 0; }
      #faq > div {
        padding: 3em 5%;
        border-radius: 7em; } }
  @media only screen and (max-width: 767px) {
    #faq > div {
      border-radius: 5em; } }

#tajmlajna * {
  margin: 0;
  padding: 0; }
#tajmlajna a {
  color: #66a497;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  #tajmlajna a:hover, #tajmlajna a.selected {
    color: #1b3556; }
#tajmlajna h1, #tajmlajna h2, #tajmlajna h4, #tajmlajna h5, #tajmlajna h6 {
  text-align: center;
  margin-bottom: 5px; }
#tajmlajna h1 {
  font-size: 18px; }
#tajmlajna h2 {
  font-size: 14px; }
#tajmlajna #timeline {
  width: 800px;
  height: 370px;
  padding: 10px 0;
  overflow: hidden;
  margin: 100px auto;
  position: relative;
  background: white;
  border-radius: 1em; }
  #tajmlajna #timeline:after {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #819965; }
#tajmlajna #dates {
  width: 800px;
  height: 60px;
  overflow: hidden; }
  #tajmlajna #dates li {
    position: relative;
    list-style: none;
    float: left;
    width: 100px;
    height: 46px;
    font-size: 24px;
    text-align: center; }
    #tajmlajna #dates li:after {
      content: "";
      position: absolute;
      background: #819965;
      font-size: 7px;
      width: 1em;
      height: 1em;
      bottom: -0.5em;
      left: calc(50% - .5em);
      border-radius: 50%; }
  #tajmlajna #dates a {
    line-height: 38px;
    padding-bottom: 10px;
    font-family: "Marck Script", cursive; }
  #tajmlajna #dates .selected {
    font-size: 38px; }
#tajmlajna #issues {
  width: 800px;
  height: 350px;
  overflow: hidden; }
  #tajmlajna #issues li {
    width: 800px;
    height: 350px;
    list-style: none;
    float: left; }
    #tajmlajna #issues li.selected img {
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    #tajmlajna #issues li img {
      float: left;
      margin: 10px 30px 10px 50px;
      background: transparent; }
    #tajmlajna #issues li h1 {
      color: #1b3556;
      font-family: "Marck Script", cursive;
      font-size: 48px;
      font-weight: normal;
      margin: 20px 0; }
    #tajmlajna #issues li p {
      font-size: 14px;
      margin-right: 70px;
      font-weight: normal;
      line-height: 22px; }
#tajmlajna #next, #tajmlajna #prev {
  position: absolute;
  font-size: 70px;
  top: 170px;
  width: 22px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden; }
#tajmlajna #next {
  right: 10px;
  background-image: url("img/Arrow.svg");
  transform: rotate(-90deg); }
  #tajmlajna #next:hover {
    transform: rotate(-90deg) scale(1.25); }
#tajmlajna #prev {
  left: 10px;
  background-image: url("img/Arrow.svg");
  transform: rotate(90deg); }
  #tajmlajna #prev:hover {
    transform: rotate(90deg) scale(1.25); }
#tajmlajna #next.disabled, #tajmlajna #prev.disabled {
  opacity: 0.2; }

/*# sourceMappingURL=styleSass.css.map */
