/* For header contents see fontello.css
 * TODO: height may not be needed to be set on header as set explicitly elsewhere
 *
 */

/* Elements */
.field--name-field-tags, /* this is a classy class */
.views-field-field-tags { /* Field wrappers enabled in views field tag is needed*/
  color: var(--tags);
}

.views-field-field-tags a, .views-field-field-tags a:visited { /* Field wrappers enabled in views field tag is needed*/
  color: var(--tags);
  text-decoration: none;
}

/*.view-content*/
#block-views-block-frontpage-block-1 > h2 {
  margin-bottom: 5.5rem;
}
.region-content { /* <- is parent of .view-content
    background-color: rgba(255,255,255,0.9);  */
  position: relative; /* why was this added - maybe for z-index which isn't needed  */
  /*z-index: 1;*/
}


footer ul.menu {
  margin-top: 0;
}
footer ul.menu a {
  color: currentColor;
  font-size: 1em;
  text-decoration: none;
}
footer ul.menu a:hover {
  font-size: 1em;
  text-decoration: underline ;
}