body, p, li, a, td, th, blockquote, div, span {
  font-family: 'Lato', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif !important;
}

/* to change all website size */
html {
  font-size: 16px !important; /* default is usually 16px, try 14px or 15px */
}

/* to change navigation bar font size */
.masthead__menu-item {
  font-size: 1.2rem !important;  /* increase this value to make it bigger */
}

/*  change color of name (first element of nav bar) */
.greedy-nav li:first-child a {
  color: #494e51 !important; /* change to any color you want */
}

/* to change name (first element of nav bar) size */
.masthead__menu-item:first-child {
  font-size: 1.5rem !important;  /* increase this value to make it bigger */
}

/* custom animated underline with unipd color  */
.greedy-nav .visible-links a::before {
  background: #9B0014 !important;
}