body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	color:#021a1b;	
	background: #f5f9db url('../img/scA1_final.jpg') left center no-repeat;
	background-size: cover;
}

h1 {
	font-weight: 800;
		text-transform: uppercase;
	font-size: 25px;

}

h3 {
	color: #cccecd;
}

p {
	font-size: 12px;
}

h1, h3, p {
	padding-right:30px;
}

.row {
	position:relative;
}

.header {
	
}

.logo img {
	with:80%;
	height: auto;
	margin: 100px auto;
}

.main div {
	background: #f5f9db url('../img/strip.png') no-repeat right bottom;
}

.main h1 {
	margin-top:0;
}

.iframe {
	padding:0;
}


.cars {
	margin: 20px auto;
}

iframe {
	width:100% !important;
}

.tear {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.tear img {
	width:100%;
}

.pixelfederation {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background: rgba(0,0,0,0.5);
}

.pixelfederation a {
	display:block;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}

div.buttonblock {
	background-image: none;
	padding:20px 0;
	background-color: transparent;
}

.buttonblock a {
	background: transparent url('../img/button.png') no-repeat;
	background-size: 100% 100%;
	padding:15px 10px;
	color: #f5f9db;
}

.buttonblock a:hover {
	text-decoration: none;
	opacity: 0.8;
	background-color: transparent;
}

