/* Mixins
--------------------------------------------------------------- */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.superheading h1 {
  color: #2f4b63;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px; }

.superheading h2 {
  color: #2f4b63;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px; }

.superheading h3 {
  color: #2f4b63;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px; }

.superheading h4 {
  color: #2f4b63;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px; }

.superheading h5 {
  color: #2f4b63;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px; }

.superheading h6 {
  color: #2f4b63;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px; }
