@font-face {
  font-family: "zektonregular";
  src: url("../fonts/zekton_rg-webfont.woff2") format("woff2"),
    url("../fonts/zekton_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "zektonregular";
  src: url("../fonts/zekton_bd-webfont.woff2") format("woff2"),
    url("../fonts/zekton_bd-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "zektonregular";
}

::-webkit-scrollbar {
  width: 7px;
  overflow: hidden;
}

::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: rgb(241, 104, 36);
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0, 0.3);
}

header {
  z-index: 1;
  background-color: white;
  position: sticky;
  top: 0px;
  width: 100%;
  height: auto;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.3);
}

.logonavbar {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background-color: #fff;
  top: 5px;
  left: -330px;
  top: -330px;
  height: 300px;
  width: 300px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

.logonavbar img {
  height: 80px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: auto;
}

.navigacija a {
  font-size: 1.1rem;
  font-weight: bold;
  color: rgb(57, 59, 71);
}

.navigacija a:active {
  color: rgb(57, 59, 71);
}

.navigacija {
  margin-left: auto;
  margin-right: 60px;
  height: 60px;
  width: 50%;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
  padding: 0.5rem 1rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.navigacija li {
  align-self: center;
  z-index: 1;
}

a {
  color: rgb(48, 52, 74);
  transition: color 0.3s ease;
}

a:hover {
  color: rgb(241, 104, 36);
}

a:hover {
  text-decoration: none;
}

a:active {
  color: rgb(241, 104, 36);
}

.bubble {
  align-self: center;
  position: absolute;
  background-color: rgb(226, 94, 28);
  border-radius: 1px;
  transform: scale(1.4);
  transition: all 0.3s ease;
}

.sitewindow {
  position: absolute;
  top: 60px;
  height: calc(100vh - 60px);
  width: 100%;
  scroll-behavior: smooth;
  overflow-y: scroll;
  background-image: url("../images/site-bg.jpg");
  background-size: cover;
  background-position-x: right;
  background-attachment: fixed;
}

.hero {
  position: relative;
  overflow: hidden;
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position-x: right;
  background-attachment: fixed;
}

.modeling {
  display: flex;
  width: 70%;
  margin-top: 40px;
  margin-left: 40px;
}

.logo-outter {
  padding: 10px;
}

.logo {
  min-width: 250px;
}

/* Typewriter efekat CSS pocinje ovde */

.typewritter {
  flex: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3rem;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.typewrittertext {
  font-weight: 200;
  -webkit-text-stroke: 1px rgb(48, 52, 74);
  color: rgb(241, 104, 36);
  margin: 0.4rem;
}

.typewrittertext {
  font-family: "zektonregular" !important;
  font-weight: bold;
  font-size: 3rem;
  line-height: 4.8;
}

h2 {
  font-size: 2rem;
}

/* Cursor for animation start */
.blinking-cursor {
  color: rgb(241, 104, 36);
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes blink {
  from,
  to {
    color: transparent;
    -webkit-text-stroke: 1px transparent;
  }
  50% {
    -webkit-text-stroke: 1px rgb(48, 52, 74);
    color: rgb(241, 104, 36);
  }
}

@-moz-keyframes blink {
  from,
  to {
    color: transparent;
    -webkit-text-stroke: 1px transparent;
  }
  50% {
    -webkit-text-stroke: 1px rgb(48, 52, 74);
    color: rgb(241, 104, 36);
  }
}

@-webkit-keyframes blink {
  from,
  to {
    color: transparent;
    -webkit-text-stroke: 1px transparent;
  }
  50% {
    -webkit-text-stroke: 1px rgb(48, 52, 74);
    color: rgb(241, 104, 36);
  }
}

@-ms-keyframes blink {
  from,
  to {
    color: transparent;
    -webkit-text-stroke: 1px transparent;
  }
  50% {
    -webkit-text-stroke: 1px rgb(48, 52, 74);
    color: rgb(241, 104, 36);
  }
}

@-o-keyframes blink {
  from,
  to {
    color: transparent;
    -webkit-text-stroke: 1px transparent;
  }
  50% {
    -webkit-text-stroke: 1px rgb(48, 52, 74);
    color: rgb(241, 104, 36);
  }
}

/* Cursor for animation end */

@media (min-width: 1200px) {
  .typewrittertext {
    font-size: 4rem;
    line-height: 3.4;
  }
}

@media (max-width: 800px) {
  .typewrittertext {
    font-size: 3rem;
    line-height: 4.8;
  }
}

@media (max-width: 500px) {
  .typewrittertext {
    font-size: 2.5rem;
    line-height: 5.8;
  }
}

/* Typewriter efekat CSS se zavrsava ovde */

.about {
  margin-top: 80px;
  margin-left: 80px;
  padding: 20px;
  color: rgb(48, 52, 74);
  font-size: 1.1rem;
  text-align: center;
  width: 40%;
  height: auto;
}

.saznajVise {
  display: inline-block;
  font-weight: bold;
  color: #343a40;
  text-align: center;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #343a40 !important;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.saznajVise:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  text-decoration: none;
}

.page {
  height: calc(100vh - 60px);
}

#galerija {
  min-height: calc(100vh - 60px) !important;
}

@keyframes galerijaUlaz {
  from {
      height: 80%;
      opacity: 0;
  }
  to {
      height: 100%;
      opacity: 1;
  }
}

.opis-albuma-slika {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
  -webkit-animation-name: galerijaUlaz;
  -webkit-animation-duration: 1s;
  animation-name: galerijaUlaz;
  animation-duration: 1s;
}

button:focus{ 
  outline: 0;
}

/*Galerija pocetak*/

.gallery {
  padding: 40px;
}

.red {
  display: grid;
  gap: 20px;
}

.red1 {
  grid-template-columns: repeat(3, 1fr);
}

.red2{
  grid-template-columns: repeat(2, 1fr);
}

.slika {
  animation-name: galerijaUlaz;
  animation-duration: 0.4s;
}

.portrait {
  grid-row: span 2 / auto;
}

.gallery .lightbox img {
  width: 100%;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.gallery .lightbox img:hover {
  transform: scale(1.03);
  filter: opacity(0.7);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.gallery img {
  border-radius: 4px;
}

.baguetteBox-button {
  background-color: transparent !important;
}


.folder {
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
  border-radius: 4px;
  cursor: pointer;
  animation-name: galerijaUlaz;
  animation-duration: 0.4s;
}

.folder * {
  position: relative;
}

.overlay {
  position: relative;
}

.overlay::before{
  position: absolute;
  display: block;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:0;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  background-color: rgba(199, 97, 0, 0.75);
}

.folder:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.overlay:hover::before {
  background-color: rgba(243, 146, 55, 0.75);
}

.tekstPrekoSlike {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  font-size: 1.4rem;
  color: #ffffff;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.dummy {
  padding-top: 75%;
}

.stickyContainer {
  display: none;
  position: relative;
  float: left;
  top: 40px;
  left: 200px;
  height: calc(100vh - 140px);
}

@keyframes dugmeNazadOut {
  from {
      transform: scale(1.2);
      color: rgb(256, 124, 58);
  }
  
  to {
      transform: scale(1);
      color: rgb(226, 94, 28);
  }
}

.dugmeNazad {
  position: sticky;
  top: 40px;
  height: 30px;
  width: auto;
  color: rgb(226, 94, 28);
  cursor: pointer;
  animation-name: dugmeNazadOut;
  animation-timing-function: ease-in-out;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

@keyframes dugmeNazadHover {
  0% {
      transform: rotateZ(0deg) scale(1);
      color: rgb(226, 94, 28);
  }

  25% {
      transform: rotateZ(-15deg) scale(1.2);
  }

  50% {
      transform: rotateZ(25deg) scale(1.1);
  }

  75% {
      transform: rotateZ(0deg)scale(1.3);
  }

  100% {
      transform: rotateZ(0deg)scale(1.2);
      color: rgb(256, 124, 58);
  }

}

.dugmeNazad:hover {
  animation-name: dugmeNazadHover;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

/*Galerija kraj*/

.buttonContainer {
  display: flex;
}

#usluge {
  -webkit-box-shadow: 0px -11px 45px -26px rgba(0,0,0,0.91);
  -moz-box-shadow: 0px -11px 45px -26px rgba(0,0,0,0.91);
  box-shadow: 0px -11px 45px -26px rgba(0,0,0,0.91);
}

#karijera {
  background-image: url("../images/karijera.jpg");
  background-size: cover;
  background-position-x: right;
}

.karijeraTekst {
  background-color: rgba(226, 94, 28, 0.9);
  color: white;
  padding: 80px 40px 0px 40px;
  font-size: 1.2rem;
  text-align: justify;
  height: 100%;
  width: 600px;
  margin-left: auto;
}

button {  
  border-radius: 0px;
  border: none;
}

.tabcontent {
  display: none;
  height: calc(100% - 45px);
}

.tablink {
  box-shadow: inset 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  transition-duration: 0.2s;
  height: 45px;
  font-weight: bold;
  flex: 1;
  font-size: 1.05rem;
}

.tablink:hover {
  background-color: #cacaca;
}


.slideUsluge {
  height: 100%;
  display: flex;
}

.uslugeNaslov {
  font-size: 1.4rem;
}

.uslugeBitno {
  font-size: 1.1rem;
}

.pagetext {
  background-color: rgb(226, 94, 28);
  width: 500px;
  height: 100%;
  color: #fff;
  padding: 60px;
  text-align: justify;
}

.page1img {
  background-image: url('../images/section1.jpg');
  background-size: cover;
  background-position: center;
  flex: 1;
  height: 100%;
}

.page2img {
  background-image: url('../images/section2.jpg');
  background-size: cover;
  background-position: center;
  filter: grayscale(0.2);
  flex: 1;
  height: 100%;
}

.page3img {
  background-image: url('../images/section3.jpg');
  background-size: cover;
  background-position: center;
  flex: 1;
  height: 100%;
}

.kontaktcontainer {
  display: flex;
  height: 100%;
  justify-content: space-evenly;
}

.kontaktpodaci {
  align-self: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  line-height: 60px;
  border-radius: 10px;
}

.mapa {
  height: calc(100vh - 180px);
  width: 1000px;
  align-self: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  -webkit-animation-name: modalOpacityOn;
  -webkit-animation-duration: 0.4s;
  animation-name: modalOpacityOn;
  animation-duration: 0.4s;
  transition-duration: 0.4s;
}

.modal-izlaz {
  -webkit-animation-name: modalOpacityOff;
  -webkit-animation-duration: 0.4s;
  animation-name: modalOpacityOff;
  animation-duration: 0.4s;
}

.modalButton {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 70px;
  padding: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.1rem;
}

.modal-sadrzaj {
  position: relative;
  margin: auto;
  padding: 0;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-sadrzaj-izlaz {
  -webkit-animation-name: animateexit;
  -webkit-animation-duration: 0.4s;
  animation-name: animateexit;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@-webkit-keyframes animateexit {
  from {top:0px; opacity:1}
  to {top:-300px; opacity:0}
}

@keyframes animateexit {
  from {top:0px; opacity:1}
  to {top:-300px; opacity:0}
}

@-webkit-keyframes modalOpacityOn {
  from {opacity:0} 
  to {opacity:1}
}

@keyframes modalOpacityOn {
  from {opacity:0}
  to {opacity:1}
}

@-webkit-keyframes modalOpacityOff {
  from {opacity:1}
  to {opacity:0}
}

@keyframes modalOpacityOff {
  from {opacity:1}
  to {opacity:0}
}

.zatvori {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.zatvori:hover,
.zatvori:focus {
  color: rgb(255, 233, 191);
  text-decoration: none;
  cursor: pointer;
}

.modal-naslov {
  height: 60px;
  padding: 0px 16px 1px 16px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: rgb(226, 94, 28);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modalNaslovTekst {
  font-size: 1.8rem;
}

.modal-telo {
  padding: 2px 16px;
  background-color: #fafafa;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

form {
  padding: 20px;
}

.formular {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

label {
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0;
  width: 80%;
}

input {
  width: 100%;
}

.submitContainer {
  display: flex;
  justify-content: space-between;
}

.posaljiFormular {
  display: block;
  background-color: rgb(226, 94, 28);
  color: white;
  padding: 15px;
  line-height: 1.2rem;
  font-size: 1.2rem;
}

#cvstatus {
  display: none;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  transition-duration: 0.4s;
  -webkit-animation-name: galerijaUlaz;
  -webkit-animation-duration: 1s;
  animation-name: galerijaUlaz;
  animation-duration: 1s;
}

#cvstatus ul {
  margin-bottom: 0px;
}

.show-cv-status {
  display: block !important;
}

.cvstatus-error {
  border: 2px solid red;
  background-color: mistyrose;
}

.cvstatus-success {
  border: 2px solid forestgreen;
  background-color: rgb(220, 255, 220);
}

.fomularIzlaz {
  -webkit-animation-name: formularIzlaz;
  -webkit-animation-duration: 0.4s;
  animation-name: formularIzlaz;
  animation-duration: 0.4s;
}

@keyframes formularIzlaz {
  from {
      height: 100%;
      opacity: 1;
  }
  to {
      height: 0%;
      opacity: 0;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.odgovorjeda {
  display: none;
}

@media (orientation: landscape) {

  @media (max-width: 767px)  {
    html {
      font-size: 10px;
    }

    .sitewindow {
      top: 40px;
      height: calc(100vh - 40px);
    }

    .navigacija {
      height: 40px;
      padding: 0.5rem 0;
      width: 55%;
      margin-right: 30px;
    }

    .page {
      height: calc(100vh - 40px);
    }

    .kontaktcontainer {
      flex-direction: column;
      height: auto;
    }

    .mapa {
      margin: 20px;
      height: calc(100vh - 100px);
      width: 80%;
    }

    .logonavbar {
      height: 250px;
      width: 250px;
    }

    .logonavbar img {
      bottom: 37px;
      right: 38px;
      height: 60px;
    }

    .bubble {
      transform: scale(1.1);
    }

    .modeling {
      margin-top: 10px;
      margin-bottom: 0px;
    }

    .typewrittertext {
      line-height: 1;
    }

    .typewritter {
      padding: 3rem 3rem 0 1rem;
    }

    .logo {
      min-width: 130px;
    }

    .tekstPrekoSlike {
      font-size: 1.2rem;
    }
  
    #usluge {
      height: 400px;
    }

    .pagetext {
      padding: 20px;
      width: 350px;
      line-height: 1.3;
      font-size: 0.95rem;
    }

    #karijera {
      height: 350px;
    }

    .karijeraTekst {
      width: 250px;
      font-size: 1.1rem;
      padding: 30px 30px 0 30px;
    }

    .modalButton {
      margin-top: 40px;
    }

    .about {
      margin-left: 20px;
      width: 50%;
      margin-top: 0px;
      padding: 5px;
      font-size: 0.9rem;
    }

    .container {
        max-width: 60%;
    }

    .stickyContainer {
      left: 10px;
    }

    .dugmeNazad {
      top: 120px;
    }

    .opis-albuma-slika {
      font-size: 1.4rem;
    }

    .kontaktpodaci {
      font-size: 1.1rem;
      line-height: 30px;
      padding: 20px;
      margin-bottom: 20px;
    }

    .modal {
      padding-top: 0px;
    }

    .modal-sadrzaj {
      width: 90%;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) {
    html {
      font-size: 12px;
    }

    .sitewindow {
      top: 40px;
      height: calc(100vh - 40px);
    }

    .navigacija {
      height: 40px;
      padding: 0.5rem 0;
      width: 55%;
      margin-right: 30px;
    }

    .page {
      height: calc(100vh - 40px);
    }

    .kontaktcontainer {
      flex-direction: column;
      height: auto;
    }

    .mapa {
      margin: 20px;
      height: calc(100vh - 100px);
      width: 600px;
    }

    .logonavbar {
      height: 250px;
      width: 250px;
    }

    .logonavbar img {
      bottom: 37px;
      right: 38px;
      height: 60px;
    }

    .bubble {
      transform: scale(1.2);
    }

    .modeling {
      margin-top: 10px;
      margin-bottom: 0px;
    }

    .typewrittertext {
      line-height: 1;
    }

    .typewritter {
      padding: 3rem 3rem 0 1rem;
    }

    .logo {
      min-width: 180px;
    }
  
    #usluge {
      height: 440px;
    }

    .pagetext {
      padding: 30px;
      width: 450px;
      line-height: 1.3;
      font-size: 0.95rem;
    }

    .karijeraTekst {
      width: 380px;
      font-size: 1.1rem;
      padding: 40px 40px 0 40px;
    }

    .modalButton {
      margin-top: 40px;
    }

    .about {
      margin-left: 20px;
      width: 50%;
      margin-top: 0px;
    }

    .container {
        max-width: 60%;
    }

    .stickyContainer {
      left: 10px;
    }

    .dugmeNazad {
      top: 120px;
    }

    .opis-albuma-slika {
      font-size: 1.4rem;
    }

    .kontaktpodaci {
      font-size: 1.1rem;
      line-height: 30px;
      padding: 20px;
      margin-bottom: 20px;
    }

    .modal {
      padding-top: 0px;
    }

    .modal-sadrzaj {
      width: 70%;
    }
  }

  @media (min-width: 992px) {
    html {
      font-size: 13px;
    }

    .mapa {
      width: 450px;
    }

    .bubble {
      transform: scale(1.3);
    }

    .logo {
      min-width: 200px;
    }

    .typewrittertext {
      line-height: 4.8;
    }

    .pagetext {
      padding: 30px;
      width: 450px;
    }

    .karijeraTekst {
      width: 430px;
    }

    .about {
      margin-top: 40px;
    }

    .container {
        max-width: 60%;
    }

    .stickyContainer {
      left: 20px;
    }

    .dugmeNazad {
      top: 120px;
    }

    .kontaktpodaci {
      line-height: 40px;
    }

    .modal-sadrzaj {
      width: 70%;
    }
  }

  @media (min-width: 1200px) {
    html {
      font-size: 14px;
    }

    .logo-outter {
      padding-top: 45px;
    }

    .mapa {
      width: 700px;
    }

    .bubble {
      transform: scale(1.3);
    }

    .logo {
      min-width: 220px;
    }

    .karijeraTekst {
      width: 500px;
    }

    .container {
        max-width: 60%;
    }

    .kontaktpodaci {
      line-height: 50px;
    }

    .modal-sadrzaj {
      width: 61%;
    }
  }

  @media (min-width: 1600px) {
    html {
      font-size: 16px;
    }

    .logo-outter {
      padding-top: 50px;
    }

    .stickyContainer {
      left: 200px;
    }

    .dugmeNazad {
      top: 40px;
    }

    .mapa {
      width: 1000px;
    }

    .bubble {
      transform: scale(1.3);
    }

    .logo {
      min-width: 250px;
    }

    .karijeraTekst {
      width: 500px;
    }

    .modal-sadrzaj {
      width: 50%;
    }

  }
}

@media (orientation: portrait) {

  @media (max-width: 359px)  {
    html {
      font-size: 10px;
    }

    header {
      position: fixed;
      bottom: 0px;
      top: unset;
      overflow: hidden;
    }

    .sitewindow {
      top: 0px;
      height: calc(100vh - 40px);
    }

    .navigacija {
      height: 40px;
      padding: 0.5rem 10px;
      width: 100%;
      margin-bottom: 0px;
    }

    .hero {
      background-position-x: 49%;
    }

    .page1img, .page2img, .page3img {
      flex: unset;
    }

    .slideUsluge {
      flex-direction: column;
    }

    .page {
      height: calc(100vh - 40px);
    }

    .kontaktcontainer {
      flex-direction: column;
      height: auto;
    }

    .mapa {
      margin: 20px 0px;
      height: calc(100vh - 250px);
      width: 90%;
    }

    .logonavbar {
      display: none;
      height: 250px;
      width: 250px;
    }

    .logonavbar img {
      bottom: 37px;
      right: 38px;
      height: 60px;
    }

    .bubble {
      transform: scaleX(1.2) scaleY(4);
    }

    .modeling {
      margin-top: 10px;
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: auto;
      flex-direction: column;
    }

    .typewrittertext {
      font-size: 3.5rem;
      line-height: 1;
    }

    .typewritter {
      padding: 3rem 3rem 0 1rem;
    }

    .logo {
      min-width: 130px;
    }

    .tekstPrekoSlike {
      font-size: 1.2rem;
    }
  
    .pagetext {
      padding: 20px;
      height: auto;
      width: 100%;
      line-height: 1.3;
      font-size: 0.95rem;
    }

    #karijera {
      display: flex;
      background-position-x: 20%;
    }

    .gallery {
      padding: 20px;
    }

    .red1, .red2 {
      grid-template-columns: repeat(1, 1fr);
    }


    .karijeraTekst {
      width: 100%;
      height: unset;
      margin-top: auto;
      font-size: 1.1rem;
      padding: 30px 30px 0 30px;
    }

    .modalButton {
      margin-top: 40px;
      margin-bottom: 20px;
    }

    .about {
      background: radial-gradient(#e5e8ea 0%, #e5e8eacc 55%, #ffffff00 71%, #ffffff00 100%);
      margin-left: auto;
      margin-right: auto;
      width: 95%;
      margin-top: 20px;
      padding: 50px;
      font-size: 1rem;
    }

    .container {
        max-width: 960px;
    }

    .stickyContainer {
      left: 5px;
    }

    .dugmeNazad {
      top: 120px;
      height: 25px;
    }

    .opis-albuma-slika {
      font-size: 1.4rem;
    }

    .kontaktpodaci {
      font-size: 1.1rem;
      line-height: 30px;
      padding: 20px;
      margin-bottom: 20px;
    }

    .modal {
      padding-top: 15px;
    }

    .modal-sadrzaj {
      width: 90%;
    }

    .formular {
      grid-template-columns: 1fr;
    }

    .posaljiFormular {
      font-size: 1.1rem;
    }

    .obaveznaPolja {
      flex: 1;
    }

    textarea {
      width: 100%;
    }

    label {
      width: 100%;
    }
  }

  @media (min-width: 360px) and (max-width: 800px) {
    html {
      font-size: 11px;
    }

    header {
      position: fixed;
      bottom: 0px;
      top: unset;
      overflow: hidden;
    }

    .sitewindow {
      top: 0px;
      height: calc(100vh - 40px);
    }

    .navigacija {
      height: 40px;
      padding: 0.5rem 10px;
      width: 100%;
      margin-bottom: 0px;
    }

    .hero {
      background-position-x: 49%;
    }

    .page1img, .page2img, .page3img {
      flex: unset;
    }

    .slideUsluge {
      flex-direction: column;
    }

    .page {
      height: calc(100vh - 40px);
    }

    .kontaktcontainer {
      flex-direction: column;
      height: auto;
    }

    .mapa {
      margin: 20px 0px;
      height: calc(100vh - 250px);
      width: 90%;
    }

    .logonavbar {
      display: none;
      height: 250px;
      width: 250px;
    }

    .logonavbar img {
      bottom: 37px;
      right: 38px;
      height: 60px;
    }

    .bubble {
      transform: scaleX(1.2) scaleY(4);
    }

    .modeling {
      margin-top: 10px;
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: auto;
      flex-direction: column;
    }

    .typewrittertext {
      font-size: 3.5rem;
      line-height: 1;
    }

    .typewritter {
      padding: 3rem 3rem 0 1rem;
    }

    .logo {
      min-width: 130px;
    }

    .tekstPrekoSlike {
      font-size: 1.2rem;
    }
  
    .pagetext {
      padding: 20px;
      height: auto;
      width: 100%;
      line-height: 1.3;
      font-size: 0.95rem;
    }

    #karijera {
      display: flex;
      background-position-x: 20%;
    }

    .gallery {
      padding: 20px;
    }

    .red1, .red2 {
      grid-template-columns: repeat(1, 1fr);
    }


    .karijeraTekst {
      width: 100%;
      height: unset;
      margin-top: auto;
      font-size: 1.1rem;
      padding: 30px 30px 0 30px;
    }

    .modalButton {
      margin-top: 40px;
      margin-bottom: 20px;
    }

    .about {
      background: radial-gradient(#e5e8ea 0%, #e5e8eacc 55%, #ffffff00 71%, #ffffff00 100%);
      margin-left: auto;
      margin-right: auto;
      width: 95%;
      margin-top: 20px;
      padding: 50px;
      font-size: 1rem;
    }

    .container {
        max-width: 960px;
    }

    .stickyContainer {
      left: 5px;
    }

    .dugmeNazad {
      top: 120px;
      height: 25px;
    }

    .opis-albuma-slika {
      font-size: 1.4rem;
    }

    .kontaktpodaci {
      font-size: 1.1rem;
      line-height: 30px;
      padding: 20px;
      margin-bottom: 20px;
    }

    .modal {
      padding-top: 30px;
    }

    .modal-sadrzaj {
      width: 90%;
    }

    .formular {
      grid-template-columns: 1fr;
    }

    .posaljiFormular {
      font-size: 1.1rem;
    }

    .obaveznaPolja {
      flex: 1;
    }

    textarea {
      width: 100%;
    }

    label {
      width: 100%;
    }
  }

  @media (min-width: 400px)  {
    html {
      font-size: 12px;
    }
  }
}