/*
GENERAL
---------- */

/* hide h1 underscore styling 
.divider {
  visibility: hidden;
}
*/

.title, .subtitle, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif !important;
}

/*
HERO SECTION
------------ */

/* set background cover image */
.hero-body {
  background-position: center right 52%;
}

/* hero client logos */
.hero-foot img.partner-logo {
  filter:  opacity(85%);
}
.hero-foot img.partner-logo:hover {
  filter:  opacity(100%);
}
