@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');
* {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}
hr {
  width: 3rem;
}
.navbar-item img {
  max-height: 4rem;
}
body.has-navbar-fixed-top {
  padding-top: 5rem;
}
.navbar-burger {
    height: 5rem;
    width: 5rem;
}
.navbar-burger span {
  height: 2px;
  width: 30px;
  left: calc(50% - 14px);
}
.navbar-burger:not(.is-active) span:nth-child(1) {
    top: calc(50% - 10px);
}
.navbar-burger:not(.is-active) span:nth-child(3) {
    top: calc(50% + 8px);
}
.extra-light {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.title.is-size-1 {
  font-size: 5rem!important;
}
a.navbar-item:hover,
a.navbar-item.is-active,
a.navbar-item:active {
  color: #029035;
  background-color: transparent;
}
.button.is-hovered,
.button:hover,
.button:focus {
    border-color: #0e8734;
    background-color: #0e8734;
    color: #fff;
}
.button {
    border-radius: 0;
    background-color: #017f28;
    border-color: #017f28;
    border-width: 1px;
    color: #fff;
}
#banner {
  background-image: url('../img/hero.jpg');
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
#banner .title {
  letter-spacing: 0.75rem;
}
#chi-siamo {
  background-image: url('../img/leaf.png');
  background-color: #f4f4f4;
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
#chi-siamo .title,
#prodotti .brand {
  color: #85b316;
}
#prodotti .title,
#contattaci .title {
  color: #017f28;
}
#prodotti .name {
  min-height: 3em;
}
#prodotti .brand {
  letter-spacing: 0.3rem;
}
#contattaci {
  background-color: #f4f4f4;
}
#contattaci .pretitle {
  letter-spacing: 0.75rem;
  color: #b8b8b8;
}
#contattaci hr {
  background-color: #b8b8b8;
  margin: auto;
}
footer {
  background-color: #e9e9e9!important;
}