/* Code to show white line under active menu item */
.container-header .mod-list li.active > a {
  text-decoration: none; /*write underline white here if want white underline underneath item */
  font-weight: none;
}

/* Code to adjust height of footer to fit copyright statement */
p {
    line-height: 0 em;
    margin: -15px 0;
}

/* Code to adjust size of text logo  */
.brand-logo{font-size: 30px;}
.site-description {font-size: 20px !Important;
color: #0492c9;
text-decoration: none;}

/* Code to chnage size and color of H1 style  */
H1{
  Font-size: calc(1rem + 1vw);
  color: none;
}

/* Code to edit hyperlink */
a:link, a:visited{
font-size:90%;
text-decoration: none;
font-weight: 500;
color: blue;




