body {
  margin: 0;
  padding: 0;
  overflow-x: auto;

  font-family: "Roboto", sans-serif;
}

p {
  line-height: 160%;
  font-size: 1.2em;
  font-weight: 300;
}

h1,
h2,
h3 {
  font-family: "Roboto Slab", serif;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.top-container {
  width: 100%;
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}

.header {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding: 30px 0;
  transition: all 0.2s ease-in-out;
}

.header-alt {
  padding: 20px 0;
}

.top-alt {
  background-color: rgba(0, 0, 0, 0.8);
}

.fill-empty {
  flex-grow: 1;
}

.logo {
  width: 230px;
  display: block;
  transition: width 0.2s ease-in-out;
}

.logo-small {
  width: 150px;
}

/* Dropdown Button */

#navigation {
  font-size: 1em;
}

.dropbtn {
  color: #fff;
  padding: 25px 20px;
  font-size: 1em;
  border: none;
}

.dropbtn:hover {
  opacity: 0.8;
  cursor: pointer;
}

#onama,
#reference {
  padding-top: 100px;
}

.galerija {
  padding: 20px 40px;
  background-color: #3399ff;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  margin-top: 50px;
  display: inline-block;
  transition: opacity 0.2s ease-in-out;
}
.galerija:hover {
  opacity: 0.9;
}

#reference-foto .slick-slide {
  height: unset;
}
#reference-foto img {
  display: block;

  object-fit: contain;
}

/* Google Map Start */

.google-maps {
  position: relative;
  padding-bottom: 650px;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#mapcontainer {
  position: relative;
}

#map {
  height: 650px;
  width: 100%;
  z-index: 1;
}

#capture {
  position: absolute;
  left: 10px;
  top: 60px;
  background-color: #dc0000;
  z-index: 2;
  min-width: 250px;
  border-left: solid 2px #dc0000;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
}

#capture div {
  padding: 10px;
}

#content-info-window {
  font-family: "Roboto", sans-serif;
}
#content-info-window p {
  margin: 0;
  font-size: 1.2em;
  font-weight: normal;
}

#content-info-window h1 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #3399ff;
  font-size: 1.5em;
  padding-bottom: 10px;
}

/* Google Map End */

/* Slider start */

.slider-container {
  width: 100%;
  height: 100vh;
}

.slider-background {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.slider {
  width: 100%;
  height: 100vh;
}

.slide-item {
  width: 100%;
  height: 100vh;
  position: relative;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    178deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.6643032212885154) 47%,
    rgba(255, 255, 255, 0) 100%
  );
}

.slide-text {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slide-content h1 {
  font-size: 4em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
  max-width: 70%;
  line-height: 110%;
}

.slide-content p {
  font-size: 1.3em;
  margin: 0;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
  width: 50%;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.btn-more {
  padding: 20px 30px;
  background-color: #3399ff;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: 300;
  margin-top: 20px;
}

.btn-more:hover {
  opacity: 0.8;
}
/*Slider end*/

#kontakt {
  padding: 40px 20px 60px 20px;
  background-color: #3399ff;
  text-align: left;
  color: #fff;
  margin-bottom: -50px;
}

#kontakt h1 {
  font-size: 2.5em;
  font-weight: 200;
  margin-bottom: 40px;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.col1 {
  margin-bottom: 100px;
  text-align: center;
}

.col1 h1 {
  color: #3399ff;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  font-size: 3em;
}

.galerija-title {
  position: fixed;
  top: 35px;
  left: 50px;
  color: #fff;
  font-size: 2em;
  z-index: 200;
  padding: 0;
  margin: 0;
}

.zatvori {
  position: fixed;
  right: 50px;
  top: 35px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  z-index: 200;
}
.zatvori:hover {
  opacity: 1;
}
.zatvori:before,
.zatvori:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: #fff;
}
.zatvori:before {
  transform: rotate(45deg);
}
.zatvori:after {
  transform: rotate(-45deg);
}

.portfolio_overlay {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.portfolio {
  position: fixed;
  top: 100px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  background-color: #fff;
  z-index: 150;
  overflow-y: scroll;
  padding-top: 50px;
}

.portfolio h1 {
  color: #3399ff;
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
  font-size: 3em;
}

h2 {
  margin: 30px 0 30px 0;
  padding: 0;
  color: #3399ff;
  font-weight: normal;
}

.col3,
.col2 {
  display: grid;
}

.col3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
  margin-bottom: 100px;
}

.col2 {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}

.col3-item img,
.col2-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 200px;
  border-radius: 5px;
}

.col3-item-title,
.col2-item-title {
  font-size: 1.3em;
  color: #3399ff;
  font-weight: 600;
  padding: 20px 0;
}

.col3-item-content,
.col2-item-content {
  color: #777;
}

.digitalni-tisak {
  display: flex;
  padding: 100px;
  background-image: url(../Data/Images/digital-back.jpg);
  background-size: cover;
  align-items: center;
  position: relative;
}

.digitalni-tisak::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(51, 153, 255);
  background: linear-gradient(
    90deg,
    rgba(51, 153, 255, 0.9) 0%,
    rgba(51, 153, 255, 0.9) 50%,
    rgba(0, 0, 0, 0.9) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
}
.digitalni-tisak-left {
  width: 50%;
  position: relative;
  z-index: 1;
  text-align: right;
  padding-right: 100px;
  height: 100%;
}

.js-nametag {
  position: absolute;
  display: none;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  font-size: 4em;
  color: #fff;
  margin: 0;
  padding: 0;
}

.digitalni-tisak-right {
  width: 50%;
  position: relative;
  z-index: 1;
  text-align: left;
  color: #fff;
  padding-left: 100px;
}

.digitalni-tisak-right p {
  max-width: 700px;
  width: 100%;
}

#footer-container {
  margin-top: 50px;
  width: 100%;
  background-color: #c3dd33;
}

#footer-content {
  width: 100%;
  max-width: 1200px;
  padding: 40px 0;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  font-weight: 300;
}

#footer-content a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

#footer-content a:hover {
  color: rgba(0, 0, 0, 0.8);
}

#footer-content h1 {
  color: rgba(0, 0, 0, 1);
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 300;
}

#footer-content p {
  color: rgba(0, 0, 0, 1);
}

.page-title {
  padding-top: 30px;
  background-color: #3399ff;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.page-title .wrap h1 {
  padding: 0;
  margin: 0;
  color: #fff;
}

.page-image {
  display: block;
  width: 100%;
}

.page-content {
  padding: 20px 0 50px 0;
}

.page-content p {
  font-size: 1.3em;
}
/*
Reference Gallery
*/

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 10px;
}

.column img {
  margin-top: 20px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
  #navigation {
    display: none;
  }

  #header {
    padding: 20px;
  }


.slide-content h1 {
  font-size: 2.2em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
  max-width: 100%;
  line-height: 110%;
}

.slide-content p {
  font-size: 1.2em;
  margin: 0;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
  width: 100%;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.slide-text {
  padding: 20px;
}

#onama {
  padding-top: 50px;
}


.col1 {

  margin-bottom: 40px;
}
.col1 h1 {
  font-size: 2.2em;
}

.wrap {
   padding: 20px;
}

p {
  font-size: 1em;
}

.digitalni-tisak {
  flex-wrap: wrap;
  padding: 0px;
  

}

.digitalni-tisak::after {
  display: none;
}

.digitalni-tisak-left, .digitalni-tisak-right {
  width: 100%;
  text-align: left;
}

.digitalni-tisak-left {
  background-color: rgba(51, 153, 255, 0.9);
  text-align: left;
  padding-right: 0;
  height: unset;
}

.digitalni-tisak-right {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px;
}

.js-nametag {
  position: unset;
  font-size: 2.2em;
  top: unset;
  right: unset;
  transform: unset;
  padding: 20px;
  text-align: left;
}

#reference {
  padding-top: 40px;
}
 
.top-container {
  position: absolute;
}

.portfolio {
  top: 50px;
  left: 10px;
  bottom: 0;
  right: 10px;
}

.galerija-title {
  left: 10px;
  font-size: 1.3em;
  top: 10px;
}

.zatvori {
  top: 10px;
  right: 10px;
}

.portfolio h1 {
   font-size: 2em;;
}

#kontakt {
  padding:  20px;
}

#kontakt .wrap {
  padding: 0;
}

#kontakt h1 {
  font-size: 2.2em;
}



#footer-content {
  grid-template-columns: 1fr;
  padding: 20px;
}

.col1, #reference {
  text-align: left;
}

}
