@font-face {font-family: "arboria";
  src: url("Arboria-Book.ttf") format("truetype"); /* iOS 4.1- */
}
@font-face {font-family: "arboria-bold";
  src: url("Arboria-Bold.ttf") format("truetype"); /* iOS 4.1- */
}
@font-face {font-family: "chantal";
  src: url("chantal_medium.ttf") format("truetype"); /* iOS 4.1- */
}
html, body {
	height:  100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
/* originally it was 1.2 */
h1 {
	font-size: calc(12 * 1.2vw + 1rem);
	text-align: center;
	font-family: arboria;
	font-weight: 900 !important;
	font-style: normal;
	color: #f26c53;;
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
	line-height: 1.008;
	font-style: normal;
	letter-spacing: -.06em;
	text-transform: none;
}

p {
	font-size:  calc(1.8 * 1.2vw + 1rem);
	text-align: center;
	white-space: break-spaces;
	font-family: arboria;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0em;
	text-transform: none;
	margin-bottom: 0;
	margin: 1rem 0;
	color: #333;
}

section {
  display: flex;
  width: 100%;
  height: 50px;
  margin: auto;
  align-items:left;
  justify-content:left;
}

.all_time {
	font-size:  calc(.5vw + 1rem);
	text-align: left;
	white-space: break-spaces;
	font-family: arboria;
	font-style: normal;
	letter-spacing: 0em;
	text-transform: none;
	color: #333;
}

a {
	color: #4dc3dd;
}

.container {
	/*align-items: center;*/
	display: inline-flex;
	justify-content: center;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.cell {
	width:  33.33333%;
	margin: 0;
	padding: 0;
	justify-content: center;
}