body {
	font-family: "Proxima Nova", "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.slate-stripe {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 4px;
	background: white;
}

.slate-stripe div {
	height: 4px;
	flex-grow: 1;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}


.style-box {
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: hsla(60, 100%, 98%, 0.95);
	font-weight: 800;
	line-height: 1;
	font-size: 2rem;
	height: 7rem;
	max-height: 40vh;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.style-box.style-box-header {
	margin-top: 0;
}

h1, .h1 {
  font-size: 1.5rem;
}

h2, .h2 {
  font-size: 1rem;
}

h3, .h3 {
  font-size: 0.8rem;
}

h4, .h4 {
  font-size: 0.75rem;
}

h5, .h5 {
  font-size: 0.6rem;
}

h6, .h6 {
  font-size: 0.5rem;
}

@media (min-width: 576px) {
	.style-box {
		font-size: 2.5rem;
		height: 9rem;
	}
}

@media (min-width: 768px) {
	.style-box {
		font-size: 3rem;
		height: 11rem;
	}
	
	h1, .h1 {
		font-size: 2.5rem;
	}

	h2, .h2 {
		font-size: 2rem;
	}

	h3, .h3 {
		font-size: 1.75rem;
	}

	h4, .h4 {
		font-size: 1.5rem;
	}

	h5, .h5 {
		font-size: 1.25rem;
	}

	h6, .h6 {
		font-size: 1rem;
	}
}

@media (min-width: 992px) {
	.style-box {
		font-size: 3.5rem;
		height: 13rem;
	}
}

@media (min-width: 1200px) {
	.style-box {
		font-size: 4rem;
		height: 15rem;
	}
}