::-moz-selection {
  background: #FFDD0E;
}

::selection {
  background: #FFDD0E;
}

::-moz-selection {
  background: #FFDD0E;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'typewriter';
  src: url(/fonts/americantypewriterregular.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'typewriter';
  src: url(/fonts/americantypewriterbold700.ttf);
  font-style: normal;
  font-weight: 700;
}

.nav-logo a {
  text-align: center;
  font-family: typewriter;
  color: #544442;
  font-weight: 400;
  font-size: 35px;
  display: block;
  text-decoration: none;
}

h1 {
  font-family: typewriter;
  font-weight: 700;
  font-size: 7em;
  line-height: 90%;
  margin: 0px;
  color: #544442;
  white-space: nowrap;
}

h2 {
  font-family: typewriter;
  font-weight: 700;
  font-size: 4em;
  line-height: 100%;
  margin: 0px;
  color: #544442;
  margin-bottom: 50px;
}

h3 {
  font-family: typewriter;
  color: #544442;
  font-weight: 700;
  margin: 0px;
  font-size: 18px;
  line-height: 90%;
}

p {
  font-family: 'Roboto', sans-serif;
  color: #544442;
  line-height: 1.5em !important;
  font-style: thin;
  font-size: 14px;
  line-height: 90%;
  margin-top: 1em;
  margin-bottom: 0px;
  opacity: 80%;
}

#nav9 {
  z-index: 5;
}

.navbars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.navbars ul li {
  opacity: 0.2;
  font-weight: 400;
}

.navbars ul li:hover {
  opacity: 1;
}

.navbars li.active {
  opacity: 1 !important;
}

.leftbar {
  right: 0;
  z-index: 3;
  position: absolute;
  width: 17.5%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.leftbar ul {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
}

.leftbar img {
  margin-right: 22px;
  position: relative;
  top: 20px;
  opacity: 0.5;
}

.leftbar img:hover {
  opacity: 1;
}

.leftbar li {
  z-index: 4;
}

.leftbar li a {
  width: 15px;
  border: solid 1px #544442;
  height: 15px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 15px;
  background-color: #FBF7EB;
}

.leftbar li a:hover {
  background-color: #544442 !important;
}

.leftbar span {
  position: relative;
  top: -2px;
}

.line {
  border-left: dashed 1px #544442;
  height: 275px;
  margin-left: -26px;
  margin-top: 55px;
  position: absolute;
  width: 1px;
  z-index: 3;
}

.sidebar {
  z-index: 3;
  position: absolute;
  width: 17.5%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.socialbar {
  height: 24vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: center;
}

.socialbar img {
  max-width: 40px;
  opacity: 0.4;
}

.socialbar img:hover {
  opacity: 1;
}

.nav-wrapper {
  margin-top: 30px;
  position: relative;
  left: -50%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 80vw;
  z-index: 3;
}

ul {
  list-style-type: none;
  color: #544442;
}

li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
}

.nav-logo {
  margin-bottom: 10px;
}

li a {
  font-size: 16px;
  font-family: typewriter;
  color: #544442;
  text-decoration: none;
  display: block;
}

.border {
  color: #544442;
  border-left: solid 1px #544442;
  padding-left: 30px;
  max-width: 500px;
}

body {
  background-image: url(/assets/bacground.png);
  padding: 0px;
  position: relative;
  margin: 0px;
}

.wrapper {
  height: 100vh;
  padding-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% auto;
      grid-template-columns: 50% auto;
  z-index: 1;
  position: relative;
}

@media (max-width: 1024px) {
  .wrapper {
    -ms-grid-rows: 30% auto;
        grid-template-rows: 30% auto;
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
}

.outter {
  padding-left: 30px;
}

.hero h1 .wordbreak {
  display: none;
}

@media (max-width: 1024px) {
  .hero h1 .wordbreak {
    display: block;
  }
}

@media (max-width: 1639px) {
  .hero h1 {
    font-size: 5.5rem;
  }
}

@media (max-width: 1024px) {
  .hero h1 {
    font-size: 5.5rem;
    white-space: wrap;
  }
}

.hero .lighthouse {
  z-index: 0;
  max-height: 90vh;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (max-width: 1639px) {
  .hero .lighthouse {
    right: -200px;
  }
}

.hero .wrapper {
  padding-top: 0vh;
}

.hero .clouds {
  opacity: 0.15;
  position: relative;
}

@media (max-width: 1024px) {
  .hero .clouds {
    display: none;
  }
}

.hero .clouds .cloud1 {
  position: absolute;
  top: 8vh;
  left: 18vw;
}

.hero .clouds .cloud2 {
  position: absolute;
  top: 10vh;
  left: 48vw;
}

.hero .clouds .cloud3 {
  position: absolute;
  top: 20vh;
  left: 38vw;
}

.hero .clouds .cloud4 {
  position: absolute;
  top: 13vh;
  left: 75vw;
}

.hero .logo {
  width: 20em;
}

.hero .inner {
  margin-top: auto;
  margin-bottom: 15%;
}

@media (max-width: 1024px) {
  .hero .inner {
    margin-top: 15%;
    margin-bottom: auto;
  }
}

.about .kormilo-wrap {
  position: absolute;
  top: 55vh;
  left: 35vw;
}

.about .kormilo {
  width: 150%;
  opacity: 0.15;
}

.about .kreativci {
  white-space: nowrap;
}

.work button:nth-child(-n+3) {
  margin-bottom: 10px;
}

.work button {
  cursor: pointer;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #FFDD0E));
  background-image: linear-gradient(to right, transparent 50%, #FFDD0E 50%);
  background-position: 0;
  background-size: 200%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: typewriter;
  font-weight: 700;
  font-size: 4em;
  line-height: 100%;
  margin: 0px;
  color: #544442;
  margin-bottom: 50px;
  text-decoration: none;
  border: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
}

.work .active, .work .btn:hover {
  background-position: -100%;
}

.work #a:hover ~ .active {
  background-position: 0 !important;
}

.work #b:hover ~ .active {
  background-position: 0 !important;
}

.work #c:hover ~ .active {
  background-position: 0 !important;
}

.work .izlozbe {
  margin-top: 100px;
  width: 550px;
  opacity: 0.15;
  float: right;
}

.work .edukacije {
  margin-top: 100px;
  width: 400px;
  opacity: 0.15;
  float: left;
}

.work .dizajn {
  margin-top: 100px;
  width: 500px;
  opacity: 0.15;
  float: left;
}

.partners .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 4em;
}

.partners .image-logo {
  width: 20%;
}

.partners .image-logo img {
  display: block;
  margin: auto;
  width: 50px;
}

.partners .text {
  width: 80%;
}

.partners .text p {
  margin-top: 0.1em;
}

.partners .text h3 {
  margin-bottom: 0.5em;
}

.contact {
  white-space: nowrap;
}

.contact .footer-mark {
  position: absolute;
  top: 70vh;
  right: 5vw;
  width: 800px;
  opacity: 0.15;
}

.contact h1 {
  margin-bottom: 0.5em;
  margin-top: 0.4em;
}

.contact .contact-inner {
  margin-top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% auto;
      grid-template-columns: 70% auto;
}

.contact p {
  display: inline-block;
  margin-top: 0px;
}

.contact .downloads {
  margin-top: 5em;
}

.contact img {
  position: relative;
  top: 7px;
  margin-right: 1em;
  width: 30px;
}

.inactive {
  display: none;
}

.text button {
  cursor: pointer;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #FFDD0E));
  background-image: linear-gradient(to right, transparent 50%, #FFDD0E 50%);
  background-position: 0;
  background-size: 200%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-family: typewriter;
  color: #544442;
  font-weight: 700;
  margin: 0px;
  font-size: 18px;
  line-height: 90%;
  margin: 0px;
  color: #544442;
  text-decoration: none;
  border: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  margin-bottom: 0.3em;
}

.text .btn:hover {
  background-position: -100%;
}

#anim {
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 15s;
}

@-webkit-keyframes run {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

#anims {
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: runs;
  -webkit-animation-duration: 20s;
}

@-webkit-keyframes runs {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.translateY {
  -webkit-animation: linear forwards;
  -webkit-animation-name: translateY;
  -webkit-animation-duration: 1s;
}

@-webkit-keyframes translateY {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.detranslateY {
  -webkit-animation: linear forwards;
  -webkit-animation-name: detranslateY;
  -webkit-animation-duration: 1s;
}

@-webkit-keyframes detranslateY {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.translateLX {
  -webkit-animation: linear forwards;
  -webkit-animation-name: translateLX;
  -webkit-animation-duration: 1s;
}

@-webkit-keyframes translateLX {
  0% {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.detranslateLX {
  -webkit-animation: linear forwards;
  -webkit-animation-name: detranslateLX;
  -webkit-animation-duration: 1s;
}

@-webkit-keyframes detranslateLX {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-70%);
            transform: translateX(-70%);
  }
}

.translateRX {
  -webkit-animation: linear forwards;
  -webkit-animation-name: translateRX;
  -webkit-animation-duration: 1s;
}

@-webkit-keyframes translateRX {
  0% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.detranslateRX {
  -webkit-animation: linear forwards;
  -webkit-animation-name: detranslateRX;
  -webkit-animation-duration: 1s;
}

@-webkit-keyframes detranslateRX {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(70%);
            transform: translateX(70%);
  }
}
/*# sourceMappingURL=main.css.map */