#masthead .site-branding .site-title {
display: none;
}

#masthead .top-bar {
 background: lightgray; 
}

 /* unvisited link */
a:link {
  color: blue;
}

/* visited link */
a:visited {
  color: blue;
}

/* mouse over link */
a:hover {
  color: blueviolet;
}

/* selected link */
a:active {
  color: blue;
}