h1,h2,h3,h4, #hero--text {
  font-family: poppins;
}

.navbar-item, .box, .title{
  font-family: poppins;
}
.hero.has-background {
  position: relative;
  overflow: hidden;
}
.hero .hero-background {
  position: absolute;
  object-fit: cover;
  object-position: 50% 60%;
  transform: scaleX(-1);
  width: 100%;
  height: 100%;
}
.hero .is-transparent {
  opacity: 0.3;
}

/* Services */
.tabcontent {
  display: none;
}
#pane1 {
  display: block;
}


/* FAQ Messages */
.message-header:hover {
  cursor: pointer;
}
.message-body {
  height: 0;
  overflow: hidden;
}
.message.active .message-body {
  height: 100%;
  background-color: #ffdd57;
}