/* Buttons not capitalized */
body .sppb-btn, body .btn {
  text-transform: none;
}

/* Fix logo size and position in the header */
.animated-text.animate {
  top: 15px;
  width: 159px;
  height: 90px;
}

.animated-text.animate .sppb-img-responsive {
  width: 159px;
}

/* Fix logo size in the body, bevore animation */
.animated-text {
  top: 50vh;
  width: 130vw;
  transform: inherit;
}

.animated-text .sppb-img-responsive {
  width: 70%;
}