@font-face {
	font-family: "Paragon";
	src: url("paragon/Paragonitalic-Regular.otf") format("woff2");
	font-style: normal;
}

body {
	font-family: "Montserrat", sans;
	margin: 0;
}

p {
	line-height: 1.6;
}

#header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

#floater {
	height: 126px;
	float: left;
	margin-right: -30px;
	z-index: 2;
	position: absolute;
	top: 10px;
	left: 20px;
}

#header a {
	color: inherit;
	text-decoration: none;
}

#header h1 {
	font-size: 60px;
	margin-top: 20px;
	margin-left: 160px;
	line-height: 0.8;
	text-indent: -50px;
}

#flexbody {
	float: left;
	margin: 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	position: absolute;
	top: 0;
	max-width: 1000px;
}

h2 {
	font-family: "Playfair";
	font-style: italic;
	font-weight: inherit;
	font-size: 30px;
	color: blue;
	text-transform: uppercase;
	margin-top: 45px;
	margin-bottom: 25px;
	font-variation-settings: 'opsz' 6;
	transform: scale(1, 1.1);
}

#foot {
	margin-bottom: 20px;
}

#foot a {
	color: inherit;
	text-decoration: inherit;
	margin-right: 20px;
	font-weight: 700;
}

#carbox {
	background-color: black;
	width: 100vw;
	height: 100vh;
	margin: 0;
	overflow: scroll;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}

#cars {
	height: 100vh;
	cursor: url("right-arrow.svg") 100 0, auto;
}

.car {
	width: 100vw;
	height: 100vh;
	scroll-snap-align: none center;
	float: left;
	background-size: contain;
	background-position: 50% 40%;
	background-repeat: no-repeat;
}

#car1 {
	background-image: url("cars/01.jpg");
}

#car2 {
	background-image: url("cars/02.png");
}

#car3 {
	background-image: url("cars/03.png");=
}

#car4 {
	background-image: url("cars/04.png");
}

#car5 {
	background-image: url("cars/05.png");
}

#description {
	text-align: center;
	position: absolute;
	bottom: 0;
	background-color: white;
	width: 100vw;
	padding: 3px 0;
}

#left-arrow {
	position: absolute;
	height: 100vh;
	width: 20vw;
	top: 0;
	left: 0;
	cursor: url("left-arrow.svg") 0 0, auto;
}

#header:hover #floater {
	filter: drop-shadow(3px 3px 0 blue);
}

@media only screen and (max-width: 630px) {
	#header h1 {
		font-size: calc(13vw - 22px);
		margin-left: calc(12vw + 85px);
	}
}
