#block-intranetlink {
  display: none;
}

#hero-banner:first-child:not(.component-centered-container-margins) {
    margin-top: -140px;
}

#block-earthmattersbranding-2 {
  position: relative;
  z-index: 1;
  height: 9rem;
  /*background: linear-gradient(rgba(1,1,1,.5),transparent);*/
}

@media only screen and (max-width: 768px) {
  #block-earthmattersbranding-2 {
    text-align: center;
  }
}

.navbar {
  display:none;
}

.hero-banner__container {
  border: none;
}

.earth-matters-header__container {
  background: linear-gradient(rgba(1,1,1,.5),transparent);
}

.earth-matters-header__logo {
  font-size: 3.6rem;
  margin: 1rem 0rem 0rem 5rem;
}

@media only screen and (max-width: 768px) {
 .earth-matters-header__logo {
   margin: 2rem auto;
  } 
}

.earth-matters-header__logo-2 {
  font-size: 3rem;
}