h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #37089b;
}
h1 {
  font-size: 35px;
  line-height: 1.5em;
  font-weight: 400;
}

h2 {
  font-size: 26px;
  color: #37089b;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  color: #37089b;
}

h4 {
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}
p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.mail-to a {
  color: #37089b;
  font-weight: 600;
}
.thirdlink a {
  color: #37089b;
  font-weight: 500;
  font-size: larger;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
  .intro-text h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 18px;
  }
  .intro-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 50px;
  }
  h4 {
    font-size: 20px;
  }
  .intro-text h1 {
    font-size: 50px;
  }
}
