*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#f7f7e8}
body{
  margin:0;
  font-family:"Poppins",Arial,sans-serif;
  color:var(--text);
  overflow-x:hidden;
  background:#f7f7e8;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}

/*
  KONACNO RESENJE PRELAZA:
  Header, hero i O nama vise ne prave svoje zasebne pozadine.
  Cela gornja zona sajta koristi jednu pozadinu na .site-shell.
  Zato ne postoji ivica izmedju kapsule i O nama.
*/
.site-shell{
  position:relative;
  width:100%;
  min-height:100vh;
  background:
    radial-gradient(ellipse 72vw 58vh at 50% 26vh,
      rgba(225,232,191,.68) 0%,
      rgba(207,217,167,.34) 45%,
      rgba(207,217,167,0) 74%
    ),
    linear-gradient(to bottom,
      #cfd9a7 0px,
      #cfd9a7 58vh,
      #d7e1b8 69vh,
      #e6edcc 79vh,
      #f1f4dc 88vh,
      #f7f7e8 96vh,
      #f7f7e8 100%
    );
  background-repeat:no-repeat;
}

main{
  position:relative;
  z-index:1;
  background:transparent;
}


input, textarea, select{
  font-weight:400 !important;
}
input::placeholder, textarea::placeholder{
  font-weight:400 !important;
}
