/* in new project you have to copy this variables and change them or leave them as they are */

:root {
  --text-color: #000;
  --primary-color: #3ca082;
  --primary-color-hover: #32846b;
  --secondary-color: #6d6d6d;

  --black-color: #000000;
  --green-color: #009944;
  --red-color: #cf000f;

  --base-font: "Arial", "sans-serif";
  --font-weight-normal: 400;
  --font-weight-bold: 700;
}
.header--left .brand img {
  max-width: 100px !important;
}

/* dodatno sprogramirano */
.element-image.no-image-shadow figure img,
.element-file-group.no-image-shadow figure img {
  box-shadow: none;
}
.element-image.no-max-width {
  max-width: none;
}

@media only screen and (min-width: 1200px) {
  .header--left .brand img {
    max-width: 150px !important;
  }
}
