/* Screen widths */
/* Site Colors */
.shadow {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
h1,
.h1 {
  font-size: 3.7rem;
  color: #082f52;
}
h2,
.h2 {
  font-size: 3rem;
  color: #5a0a0c;
}
h3,
.h3 {
  font-size: 2.25rem;
  color: #082f52;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1.6rem;
}
h6,
.h6 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.text-lg {
  font-size: 2rem;
}
.text-md {
  font-size: 1.6rem;
}
.text-sm {
  font-size: 1.4rem;
}
.text-xs {
  font-size: 1.2rem;
}
.focus-ring {
  /* inner indicator */
  outline: 2px #f6f5f3 solid;
  outline-offset: 2px !important;
  /* outer indicator */
  box-shadow: 0 0 0 4px #084390;
}
.no-focus {
  outline: 0;
  box-shadow: none;
}
