.hed {
	font-family: 'Source Sans Pro';
}

.sub-hed {
	font-family: 'Source Sans Pro';
}

.guide {
	font-family: 'Source Sans Pro';
}

label {
		float: left;
		display: inline-block;
		clear: both;
}

/* Media queries */


@media (max-width: 615px) {

  /* Color head for testing */

/*    .hed {
    background-color: red;
  	}*/

  	h2,h3 {
	text-align: center;
	}

  	.sub-hed {
	font-size: 2rem;
	}

	.health, .staffing, .quality {
		display: none;
	}
}


@media (max-width: 350px) {

/* Color head for testing */

  	.hed {
/*    background-color: green;*/
    font-size: 2.5rem;
  	}


  }

