a.button {
	-webkit-appearance: button;
	-moz-appearance: button;
	text-decoration: none;
	color: initial;
}

/* tall mobile */
@media only screen and (min-height: 761px) and (max-width: 767px) {
	.mobile-fill-vert {
		height: 80vh;
		justify-content: space-between;
		display: flex;
		flex-direction: column;
	}
}

/* short mobile */
@media only screen and (max-height: 760px) and (min-height: 691px) and (max-width: 767px) {
	.mobile-fill-vert {
		height: 91vh;
		justify-content: space-between;
		display: flex;
		flex-direction: column;
	}
}

/* super short mobile */
@media only screen and (max-height: 690px) and (max-width: 767px) {
	.mobile-fill-vert {
		height: 100vh;
		justify-content: space-between;
		display: flex;
		flex-direction: column;
	}
}
