/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Logo on desktop */
@media screen and (min-width: 1024px) {
  .g-logo.g-logo-helium img {
    transform: translateY(20px);
  }
}
@media screen and (min-width: 1024px) {
  #logo-8976-particle, #logo-9608-particle {
    padding: 0px;
  }
}
/* Logo on mobile */
@media screen and (max-width: 600px) {
  .g-logo.g-logo-helium img {
    max-height: 60px !important;
  }
}
/* Header background */
#g-header::before {
  background: #f4f5f7;
}
#g-header {
  background-image: none;
}
/* Black border -clear appearance as background behind titles */
.size-5, .size-10, .size-25, .size-35, .size-42, .size-48, .size-89 {
  height: 0px;
}
/* Emisije - Remove white gap on top of the page */
#g-intro {
  padding: 0px;
}
/* Video container height*/
#custom-1345-particle {
  height: 500px !important;
}
/* Menu font size */
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  font-size: 1.4em;
  font: 1.4em;
}
/* Menu - hide desktop menu on mobile */
@media screen and (max-width: 800px) {
  .g-main-nav {
    display: none;
  }
}
/* Menu - Margin between the list items */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  margin-left: 1em;
}
/* Change the default tap highlight color for Chrome mobile */
/* Remove the blue highlighting of elements in chrome when clicking */
html {
  -webkit-tap-highlight-color: transparent;
}
/* Header - video container - Remove white padding in horizontal view on mobile and pad */
#g-header {
  padding-top: 0px !important;
}
.error-header {
  transform: translateY(-130px);
}
/*# sourceMappingURL=custom_31.css.map */