h2 {
	margin-top: 1rem;
	font-size: 2rem;
	text-shadow: 1px 1px 2px #999
}
.ui-page {
	background: transparent;
}
.ui-content {
	background: transparent;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #000;
  background-color: #00ccff;
  border-color: #00ccff;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover {
	color: #fff;
	background-color: #0000ff;
	border-color: #0000ff;
}
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	color: #000;
	background-color: #99ebff;
	border-color: #99ebff;
}


/* Bigger than 550 */

@media (min-width: 550px) {
	h2 {
		margin-top: 0em;
		font-size: 4rem;
		text-shadow: 2px 2px 3px #999
	}
}
/* Bigger than 750 */
@media (min-width: 750px) {
	h2 {
		font-size: 6rem;
	}

}
/* Bigger than 1000 */
@media (min-width: 1000px) {


}