
.h2, h2 {
  font-size: 3.2vh;
}

.h3, h3 {
  font-size: 3vh;
  line-height: 5vh;
}

.h4, h4 {
  font-size: 2.6vh;
}

.h5, h5 {
  font-size: 2.2vh;
  line-height: 4vh; 
}

p, li, h3, h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

p, li {
  font-size: 2vh;
  line-height: 3.5vh;
}

.btn {
  font-size: 2.2vh; /* to match user id */
}
