.blueonhover a:hover {
	color: blue
}

/* tweak branding block */
.block-system-branding-block .logo-and-site-name-wrapper .site-name.site-branding__name {
  position: relative;
	bottom:  10px;  /* moves the element 20px up from orig position */
}
.block-system-branding-block .logo-and-site-name-wrapper .site-slogan.site-branding__slogan {
	position: relative;
	bottom:  30px;  /* moves the element 20px up from orig position */
}
