@charset "UTF-8";
body {
  padding-top: 6rem;
  width: 100%;
}

.menu-bar {
  background: white;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.35);
}
.menu-bar a {
  box-sizing: content-box;
  float: left;
  display: block;
  text-decoration: none;
  height: 6rem;
  color: #333;
  line-height: 5.5rem;
  font-weight: bold;
  font-variant: all-small-caps;
  padding: 0 2rem;
  letter-spacing: 0.2rem;
  border-bottom: 0.5rem solid white;
}
.menu-bar a:hover {
  border-bottom: 0.5rem solid #7bd8ff;
  color: #7bd8ff;
}
.menu-bar .logo {
  margin-right: 22%;
}
.menu-bar .logo img {
  margin-top: 1rem;
  height: 4rem;
  width: auto;
}
.menu-bar .logo:hover {
  border: none;
}
.menu-bar .icon {
  display: none;
  font-size: 4rem;
}

@media screen and (max-width: 800px) {
  .menu-bar a:not(:first-child) {
    display: none;
  }
  .menu-bar a.icon {
    float: right !important;
    display: block !important;
  }
  .menu-bar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu-bar.responsive a {
    float: none;
    display: block;
    text-align: left;
    border: none;
  }
  .menu-bar.responsive a:hover {
    background: #7bd8ff;
    color: white;
    border: none;
  }
  .subpage.reference .columns.one img {
    max-height: 8rem;
    width: auto;
    max-width: 12rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  .subpage.infotocka .columns.one img {
    max-height: 8rem;
    width: auto;
    max-width: 12rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.parallax-window {
  height: 30rem;
}

.main-page {
  height: 48rem;
  background: #7bd8ff;
  background-size: cover;
  background-position: top;
  text-align: center;
}
.main-page .index-logo {
  position: relative;
  display: inline-block;
  width: 25rem;
  height: 20rem;
  top: 12rem;
}
.main-page .index-logo img {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
}
.main-page .index-logo .graph-line {
  position: absolute;
  left: 0;
  background-position: left top;
  background-size: 25rem;
  background-repeat: no-repeat;
  height: 20rem;
  z-index: 1;
  width: 100%;
  animation-name: logo-animation;
  animation-duration: 3s;
}
@keyframes logo-animation {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.main-page .slogan {
  position: absolute;
  display: inline-block;
  top: 12rem;
  font-size: 50%;
  right: 0%;
  color: white;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-page .social {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.main-page .social i {
  color: white;
  padding: 1rem;
  font-size: 3rem;
}

.content {
  padding: 4rem 10rem;
}
.content h5 {
  font-weight: bold;
  font-variant: all-small-caps;
}
.content h3 {
  margin-top: 2rem;
  font-weight: 300;
  font-size: 4rem;
}
.content p {
  margin-top: 2rem;
}

.btn {
  margin-top: 2rem;
  display: inline-block;
  background: #E5554C;
  color: white;
  padding: 1rem 5rem;
  font-variant: all-small-caps;
  font-weight: bold;
  border: none;
}
.btn:hover {
  color: white;
  text-decoration: none;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.35);
}
.btn:active {
  opacity: 0.9;
}

.sec {
  box-shadow: 0 0 0.4rem 0.4rem rgba(0, 0, 0, 0.35);
}
.sec > div {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.subpage .title h1 {
  font-weight: 300;
}
.subpage .title h5 {
  margin-top: 1rem;
}
.subpage .sec {
  padding: 4rem 4rem;
}
.subpage .sec h3 {
  font-size: 2rem;
  font-weight: bold;
}
.subpage ul.u-list {
  list-style: none;
}
.subpage ul.u-list li {
  margin-top: 0.5rem;
  text-indent: -2rem;
  padding-left: 2rem;
}
.subpage ul.u-list li:before {
  content: "•";
  color: #444;
  padding-right: 0.5em;
  font-weight: bold;
}
.subpage.storitve h3 {
  margin-top: 1.5rem;
  color: #7bd8ff;
}
.subpage.zaposlujemo h3 {
  margin-top: 3rem;
  color: #7bd8ff;
}

.email-form {
  padding-top: 4rem;
}
.email-form input, .email-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.onas .person {
  width: 30%;
}

.storitve .columns {
  margin-top: 4rem;
}
.storitve .columns.four {
  padding-bottom: 4rem;
}
.storitve .storitve-icon {
  width: 25%;
  margin-top: 4rem;
}

.infotocka .columns.four {
  padding-bottom: 4rem;
}
.infotocka .columns h3 {
  margin-top: 2rem;
}

.reference .columns.four {
  padding-bottom: 4rem;
}
.reference .columns h3 {
  margin-top: 2rem;
}

.reference-logo {
  position: absolute;
  width: 6.8rem;
  left: 20.24rem;
  bottom: 6.4rem;
}

@media screen and (max-width: 801px) {
  .sec > div {
    background-image: none !important;
  }
}/*# sourceMappingURL=prodest.css.map */