.tabs .indicator {
    background-color: white;
} /*Color of underline*/

a {
  text-decoration: none;
  color: inherit;
  font-weight: bolder;
}

span.title{
  color: inherit;
  font-weight: bolder;
}

@media only screen and (min-width: 575px) and (max-width: 675px) {
	a.brand-logo.center {
		font-size: 40px;
	}
}