/* TYPOGRAPHY */

html {
	/*font-family: "ff-enzo-web", "Enzo OT", sans-serif;*/
	font-family: "sofia-pro", "Sofia Pro", sans-serif;
	font-size: 100%;
}

body {
	/*letter-spacing: 1px;*/
	/*font-size: 2rem;*/
	/*font-weight: 600;*/
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h0, .h0, h1, .h1, h2, .h2, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "ff-enzo-web", "Enzo OT", sans-serif;
	word-break: normal;
}

.h0, h0 { 
	font-size: 7rem;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 16px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h1, h1 { 
	margin: 0;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h2, h2 { 
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h3, h3 { 
	font-size: 1.7rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h4, h4 { 
	font-size: 1.25rem;
	/*line-height: 2;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h5, h5 {
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.h6, h6 { 
	font-size: .75rem;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.milli { 
	font-size: .6rem;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.heroTitle {
	font-size: 6rem;

	letter-spacing: 24px;
	margin-right: -32px;
	word-break: break-word;
}

.altTitle {
	font-family: "sofia-pro", "Sofia Pro", "Helvetica";
	margin-bottom: 0;
	/*line-height: 1.15;*/
	letter-spacing: 0;
}

.splitTitle {
	/*line-height: normal;*/
}


.sofia {
	font-family: "sofia-pro", "Sofia Pro", "Helvetica" !important;
	/*font-size: 1.25rem;*/
	/*line-height: 1.5;*/
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

p {
	font-family: "sofia-pro", "Sofia Pro", "Helvetica";
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

li {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: .5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.deca { font-size: 12pt }
.hecto { font-size: 14pt }
.kilo { font-size: 16pt }
.mega { font-size: 18pt }
.giga { font-size: 24pt }
.tera { font-size: 28pt }

.numberCircle {
	display: inline-block;
	border-radius: 50%;
	behavior: url(PIE.htc);
	/* remove if you don't care about IE8 */
	width: 32px;
	height: 32px;
	padding: 8px;
	/*background: #fff;*/
	/*border: 2px solid #666;*/
	/*color: #666;*/
	text-align: center;
	/*font: 32px Arial, sans-serif;*/
}


.thin {
	/*font-family: 'Clan-Thin';*/
	font-weight: 200;
}

.book, .normal, .regular {
	/*font-family: "ff-meta-web-pro";*/
	font-weight: 400;
}

.medium, .bold {
	/*font-family: 'Clan-Medium';*/
	font-weight: 700;
}

/* LINKS */

/* unvisited link */

.3d {
	transform-style: preserve-3d;
	transform: translateZ(120px);
}

a {
	font-weight: 800;
	/*color: black;*/
	/*transform-style: preserve-3d;*/
	/*transform: translateZ(120px);*/
}

a:link {
	text-decoration: none;
	color: inherit;
}

/* visited link */
a:visited {
	text-decoration: none;
	color: inherit;
}

/* mouse over link */
a:hover {
	/*text-decoration: underline;*/
	/*color: gray;*/
	opacity: .7;
	/*font-weight: bold;*/
	/*transition: color ease 200ms;*/
}

/* selected link */
a:active {
	text-decoration: none;
	/*color: blue;*/
}

.activated {
	font-weight: bold !important;
	color: white !important;
}

.logotype {
	vertical-align: middle;
	font-family: "ff-enzo-web", "Enzo OT", sans-serif;
	font-weight: 700;
	letter-spacing: 4px;
	font-size: 1.1rem;
}

#nav li {
	line-height: normal;
	list-style: none;
	display: inline;
	justify-content: flex-end;
	font-size: 1rem;
}

a .mark { 
	vertical-align: middle;
	transition: opacity ease 400ms;
	width: 26pt;
	height: 26pt;
}

/* unvisited link */
nav a:link {
	color: #ffffff;
}

/* visited link */
nav a:visited {
	color: #ffffff;
}

/* mouse over link */
nav a:hover {
	color: #ffffff;
}

/* selected link */
nav a:active {
	color: #ffffff;
}

/* Lists */
ul {
	list-style-type: square;
	padding-left: 1.5rem;
}

ol {
	padding-left: 1.5rem;
}


dt {
	padding-top: 2em;
	font-weight: bold;
}

dd {
	-webkit-margin-start: 0;
}

.joinButton a {
	/*font-size: 16pt;*/
	text-transform: uppercase;
	font-weight: bold !important;
	/*width: 100%;*/
	display: inline-block;
	text-align: center;
	/*line-height: 1.2;*/
	/*min-height: 52pt;*/
	font-weight: 700;
	padding: 8pt 16pt !important;
	border: 2px solid;
	border-radius: 52pt;
	color: white;
	letter-spacing: 1px;
    transition-property: background-color, color, border-color, letter-spacing;
	transition-timing-function: ease;
	transition-duration: .5s;
	text-decoration: none;
}

.joinButton a:hover {
	background-color: white;
	text-decoration: none;
	color: black !important;
	border-color: white;
	letter-spacing: 2px;
	opacity: 1;
}

#joinButtonMobile {
	display: none;
}

button, .button {
	font-size: 14pt;
	text-transform: uppercase;
	/*width: 100%;*/
	display: inline-block;
	text-align: center;
	/*line-height: 1.2;*/
	/*min-height: 52pt;*/
	font-weight: 700;
	padding: 8pt 16pt;
	border: 2px solid;
	border-color: white;
	cursor: pointer;

	border-radius: 52pt;
	color: white;
	/*mix-blend-mode: exclusion;*/
	/*letter-spacing: 6px;*/
    transition-property: background-color, color, border-color, letter-spacing;
	transition-timing-function: ease;
	transition-duration: .5s;
	text-decoration: none;
	letter-spacing: 2px;
}

button:hover, .button:hover {
	background-color: white;
	text-decoration: none;
	color: black;
	border-color: white;
	letter-spacing: 4px;
	opacity: 1;
}

button.buttonWhite, .buttonWhite {
	font-size: 16pt;
	text-transform: uppercase;
	/*cursor: pointer;*/
	/*width: 100%;*/
	display: inline-block;
	text-align: center;
	/*line-height: 1.2;*/
	/*min-height: 52pt;*/
	font-weight: 700;
	padding: 12pt 24pt;
	border: 2px solid black;
	border-radius: 52pt;
	color: white;
	letter-spacing: 6px;
    transition-property: background-color, color, border-color;
	transition-timing-function: ease;
	transition-duration: .5s;
	text-decoration: none;
}

button.buttonWhite:hover, .buttonWhite:hover {
	background-color: black;
	text-decoration: none;
	color: white;
	border-color: transparent;
}


button .secondary, .buttonSecondary {
	font-size: 16pt;
	text-transform: uppercase;
	width: 100%;
	min-height: 52pt;
	font-weight: 700;
}

button .textLink, .textLink {
	font-size: 16pt;
	text-transform: uppercase;
	width: 100%;
	min-height: 52pt;
	font-weight: 700;
}

blockquote {
	padding: 16pt;
	margin: 0;
}

icon {
	font-size: 48pt;
	cursor: pointer;
}


/* vertical break */
/*@media (max-height:24em) {
	.title {
		letter-spacing: 16px;
		margin-right: -16px;
		text-align: center;
		font-size: 2.5rem;
		word-break: break-word;
		font-weight: bold;
		width: 100%;
	}

}*/

/* xs */
@media (max-width:40em) {
	h1 {
		font-size: 2.15rem;
	}

	p {
		font-size: 1rem;
	}
	
	a .mark {
		width: 24pt;
		height: 24pt;
	}


	.heroTitle {
		letter-spacing: 12px;
		font-size: 4rem;
		margin-right: -12px;
	}

	.subtitle {
		font-size: 1rem;
	}

	.splitTitle {
		letter-spacing: 16px;
		font-size: 4rem;
		text-align: left;
	}

	#joinButtonMobile {
		display: inline-block;
	}

	button, .button {
		font-size: 12pt;
		padding: 6pt 12pt;
		letter-spacing: 2px;
	}

/*	.joinButton a:hover, button:hover, .button:hover {
		letter-spacing: 1px !important;
	}*/

}

/* sm */
@media (min-width:40em) and (max-width:52em) {
	h1 {
		font-size: 3rem;
	}

	li a {
		font-size: 1.2rem;
		line-height: 1.4em;
		margin-bottom: .5rem;
	}

	.heroTitle {
		letter-spacing: 16px;
		font-size: 5rem;
		margin-right: -24px;
	}

	.subtitle {
		font-size: 1.4rem;
	}

	#joinButtonMobile {
		display: inline-block;
	}

	.splitTitle {
		letter-spacing: 16px;
		font-size: 4rem;
		text-align: left;
	}
}

/* md */
@media (min-width:52em) and (max-width:64em) {
	h1 {
		font-size: 4rem;
	}

	.heroTitle {
		letter-spacing: 16px;
		font-size: 6rem;
		margin-right: -20px;
	}

	.splitTitle {
		letter-spacing: 16px;
		margin-right: -16px;
		font-size: 4rem;
		text-align: left;
	}

}

/* lg */
@media (min-width:64em) and (max-width:76em) {
	html {
		font-size: 100%;
	}

	.splitTitle {
		letter-spacing: 16px;
		font-size: 8rem;
	}

	#joinButtonMobile {
		display: none;
	}
}