body {
	background: #000000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p.introbig{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 87px;
	text-align: center;

	margin-bottom: 0;

	color: #FFFFFF;
}

p.introsub{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	text-align: center;

	margin-top: -9px;

	color: #FFFFFF;
}

p.introdesc{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	padding-left: 25px;
	padding-right: 15px;
	margin-top: 50px;

	color: #FFFFFF;
}

button.introbtn{
	background: #FE752F;
	box-shadow: 3px 4px #242424;
	border-radius: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
	margin-top: 100px;
	border-color: #AA4E1F;
	outline: none;
}

p.introbtntxt{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-align: center;

	color: #FFFFFF;
}

p.introskiptxt{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	text-decoration-line: underline;

	color: #FFFFFF;
}

.footer{
	position: fixed;
	bottom: 0;
	left: calc(-50vw + 50%);
	right: calc(-50vw + 50%);
	margin-left: auto;
	margin-right: auto;
}

p.footertxt{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	text-align: center;

	color: #FFFFFF;
}