body {
  background:
  linear-gradient(135deg, #FFF396, #EC811B);
}

/* FONTS */

p,
li {
  font-family: "Open Sans", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
.title,
.subtitle,
.menu,
p.menu-label,
.menu-list a {
  font-family: "Open Sans", sans-serif;
}

/* TOP HEADER */

.top-header {
  background: 
    url("/img/mountains1.svg") no-repeat bottom center,
    url("/img/mountains2.svg") no-repeat bottom center,
    url("/img/mountains3.svg") no-repeat bottom right,
    linear-gradient(180deg, #FFF396, #EC811B);
}

.top-header-hero-body {
  align-items: start !important;
}

.top-header-logotyp {
  max-width: 50%;
}

@media only screen and (max-width: 768px) {
  .top-header-hero-body {
    align-items: center !important;
  }

  .top-header-logotyp {
    max-width: 80%;
  }
}

.box-balloon {
  position: absolute;
  width: 50px;
  top: 60%;
  left: -50px;
}
