h1{
  font-size: 50px !important;
}

h2{
  font-size: 28px !important; 
}

h2.sub-title{
  font-size: 22px !important;
}

h3 {
  font-size: 26px !important;
}

h4 {
  font-size: 20px !important;
}

h5 {
  font-size: 18px !important;
}

h6 {
  font-size: 16px !important;
}

p{
  font-size: 14px !important;
}

.txt-secondary{
  color: #EC1A25;
}

.bg-grey{
  background-color: #fbfbfb !important;
}

.navbar-light .navbar-nav .nav-link{
  font-size: 15px !important;
  padding: 22px 0 !important;
}

h2.navbar-heading{
  font-size: calc(0.5rem + 2.1vw) !important;
}

.f-12{
  font-size: 12px !important;
}

.f-20 {
  font-size: 20px !important;
}

.affiliations{
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
}
