/* html, body {
	position: relative;
	width: 100%;
	height: 100%;
} */


body {
	color:#ccc;
	overflow-x: hidden;
	margin: 0;		
	background-color: black;
	background:  linear-gradient(145deg, #1B1F22 15.02%, #0C0D0E 85.71%);
	font-family: 'Titillium Web', 'Tahoma', sans-serif;
	font-size: 16px;
	background-attachment: fixed;
	/* min-width: 500px; */
}

h2 {
	font-family: 'Poppins', 'Century Gothic', sans-serif;
	color: black;
	font-style: italic;
	font-weight: 800;
	font-size: 5em;
	text-transform: uppercase;
	/* text-stroke: 1.5px #FF285D; */
	-webkit-text-stroke: 1.5px #FF285D;
	text-shadow: 0px 0px 33px #FF3263;
	margin-top: 0px;
	margin-bottom: 0;
	line-height: 5.5rem;
	display: inline-block;
	max-width: 600px;
}

h2.small {
	font-size: 4.3em;
}
h2.smaller {
	font-size: 4em;
}
h2.smallest {
	font-size: 3.25em;
}

h3 {
	font-weight: 400;
	font-size: 1.25em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #9CBCE0;
	height: 36px;
}

h3 strong {
	color: #FF3263;
	font-weight: 900;
}

h4 {
	font-weight: 400;
	font-size: 1em;
	margin-top: -4px;
	margin-bottom: 1.5em;
	color: #ccc;
}

.footnote {
	font-size: 12px;
	color: #999;
	line-height: 14px;
}



@media screen and (max-width: 960px) {
	.stick {
		transform: scale(0.9);
		transform-origin: top center;
	}
}
	
@media screen and (max-width: 760px) {
	.stick {
		transform: scale(0.8);
		transform-origin: top left;
	}
}	

	

@media screen and (max-width: 650px) {

	h2 {
		font-size: 4.5em;
		line-height: 5rem;
	}

	h2.small {
		font-size: 4em;
	}
	h2.smaller {
		font-size: 3.8em;
	}
	h2.smallest {
		font-size: 3em;
	}
}

@media screen and (max-width: 600px) {


	h2 {
		font-size: 4em;
		line-height: 4.5rem;
	}
	h3 {
		font-size: 1.1em;
	}

	h2.small {
		font-size: 3.8em;
	}
	h2.smaller {
		font-size: 3.5em;
	}
	h2.smallest {
		font-size: 2.8em;
	}

	.stick {
		transform: scale(0.7);
		transform-origin: top left;
	}

}


@media screen and (max-height: 770px) {
	h2, h2.small, h2.smaller, h2.smallest{
		font-size: 2.8em;
		line-height: 2.8rem;
	}
	h3 {
		font-size: 1.1em;
		height: 25px;
	}
}

/* Safari Only hack */
_::-webkit-full-page-media, _:future, :root h2 {
	text-shadow: 0px 0px 33px #FF326355;
}





a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

.miniBtn {
	margin-top: 15px;
	margin-bottom: 0;
	width: 30px;
	height: 30px;
	border-radius: 99px;
	border: 1px solid #343135;
	background-color: #00000000;
	box-shadow: -2px -2px 8px 0px #FFFFFF80, 2px 3px 8px 1px #000000;
	background-image: url("data:image/svg+xml;utf8,<svg width='8' height='10' viewBox='0 0 10 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11 6L2 11L2 1L11 6Z' fill='white'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	-webkit-appearance: none;
}


button {
	cursor: pointer;
}

.tick {
	image-rendering: crisp-edges;
}
.tick line {
	stroke: #444;
}

.x-axis .tick text {
	text-anchor: middle;
}

.y-axis .tick text {
	text-anchor: left;
}

.x-axis {
	fill: #444;
	font-size: 12px;
}