
@import url('/black-friday/stylesheets/google-fonts-roboto.css');

a:focus,
a:active
{
	outline: none;
}

*
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
}

html,
body
{
	background: #000000;
	height: 100vh;
	margin: 0;
	text-align: center;
	width: 100vw;
}
@media(min-width:1024px)
{
	html,
	body
	{
		overflow-x: hidden;
	}
}

#website
{
	left: 50%;
	max-width: 800px;
	position: absolute;
	transform: translate(-50%, 0);
	width: 95%;
	z-index: 4;
}

img
{
	margin: 60px auto 30px auto;
	max-width: 500px;
	width: 90%;
}

#text1
{
	color: #ffffff;
	display: block;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	margin: 0 auto 30px auto;
	max-width: 500px;
	padding: 0 25px;
	text-align: left;
}

.text1,
.text2
{
	color: #999999;
	font-weight: 400;
}

#text2
{
	color: #ffffff;
	display: block;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	margin: 0 auto 30px auto;
	max-width: 500px;
	padding: 0 25px;
	text-align: left;
}

#text3
{
	color: #999999;
	display: block;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 auto 30px auto;
	max-width: 500px;
	padding: 0 25px;
	text-align: left;
}

a
{
	float: left;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	max-width: 500px;
	padding: 7px 14px;
	text-align: left;
	text-decoration: none;
}

.white
{
	background: #ffffff;
	border-radius: 3px;
	color: #000000;
	margin: 30px 15px 30px 0;
}

.red
{
	background: linear-gradient(180deg, #ff0000 0%, #c20000 100%);
	background: rgb(255,0,0);
	border-radius: 3px;
	color: #ffffff;
	margin: 30px 0 30px 0;
}

#email
{
	background: #ffffff;
	border: 3px solid #999999;
	color: #000000;
	padding: 6px 12px;
	border-radius: 5px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	width: 230px;
	text-align: center;
	margin: 0 0 30px 0;
}

#submit
{
	background: linear-gradient(180deg, #ff0000 0%, #c20000 100%);
	background: rgb(255,0,0);
	border: 3px solid rgb(255,0,0);
	border-radius: 3px;
	cursor: pointer;
	color: #ffffff;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	margin: 0 auto 30px auto;
	max-width: 500px;
	padding: 8px 16px;
	height: 43px;
	text-align: left;
	text-decoration: none;
}

table
{
	max-width: 500px;
	margin: 0 auto;
}
