/* SVE BOJE I FONTOVI */
/* 
background-color: rgb(247, 197, 159) glavni background
background-color: rgb(253 232 211); button, pozadina tekstova
background-color: rgb(20 54 66); footer

background-color: rgb(245 245 220); glavni background
background-color: rgb(224 122 95); button, pozadina tekstova 1
background-color: rgb(212 163 115); button, pozadina tekstova 2


Naslov: playfair display, Merrriweather
Osnovni tekst: roboto, open sans, Lato

*/

/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: 0;
  font-family: system-ui'Open sans', 'Arial Narrow', sans-serif, Arial;
  font-size: 18px;
  background-color: rgb(245 245 220);
  background-color: rgb(253 232 211);
}

div {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 33px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

button {
  background-color: rgb(212 163 115);
  color:black !important;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
  color:unset !important;
  color: black !important;
  border: none !important;
  font-size: 18px;
}

a:link,
a:visited,
a:hover,
a:active {
  color: black !important;
}

select{
  text-decoration: none !important;
  color:black !important;
  border: none !important;
}


@media (width<800px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  a {
    font-size: 16px;
  }
}



button,
.katalog-artikl,
.kontejner-foto-galerija .foto-galerija .foto,
header h4,
.kontejner-footer h1,
.kontejner-footer h3,
.kontejner-footer img,
.svi-suveniri:hover,
.društvene-mreže img {
  transition: 0.3s;
}

header h4:hover {
  text-decoration: underline;
  text-decoration-color: black;
}

/* Društvene mreže */
.kontejner-footer img:hover,
.društvene-mreže img:hover {
  transform: scale(1.3);
}

button:hover,
.foto-galerija .foto:hover {
  transform: scale(1.1);
}

.katalog-artikl:hover,
.kontejner-katalog .type:hover,
.svi-suveniri:hover {
  transform: scale(1.02);
}

button:active {
  background-color: rgba(212, 163, 115, 0.7);
}