.blue {
	color: #428bca;
}

@media only screen and (max-width: 600px) {
  .onlydesktop {
    display: none;
  }
}