/* text */

a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

a.nostyle:hover {
    text-decoration: underline;
    font-weight: bold;

}

.text-big {

  font-size: 5vh;
  font-weight: bold;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: center;

}

h1 {
  font-weight: normal;
  font-size: 5vh;
}

h2 {
  font-weight: bold;
  font-size: 4vh;
}

.callout-text {
  font-weight: bold;
  font-size: 3vh;
}

.text-centered {
  text-align: center;

}
