@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Manrope:wght@400;700&display=swap');

html,
body {
	height: 100%;
	font-family: 'Manrope', sans-serif;
}
body {
	background-image: url('background.jpg');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
	background-size: cover;
}

.container {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

h1 {
	font-weight: 700;
	font-size: 80px;
	color: #000;
	margin-top: 0;
	margin-bottom: 33px;
}

p {
	font-size: 25px;
	color: white;
}

a {
	color: #000;
	text-decoration: none;
}

#footer p {
	color: #808080;
	font-size: 16px;
}

a:hover {
	color: #d1232a;
}

#logo {
	padding-top: 36px;
	padding-bottom: 48px;
	text-align: right;
}

/* Small devices (tablet, 768px and up) */
@media (max-width: 762px) {
	img {
		max-width: 100%;
	}
}

@media (max-width: 762px) {
	#logo {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	h1 {
		font-size: 40px;
		margin-bottom: 3px;
	}

	p {
		font-size: 20px;
	}

	#comingSoonBlock {
		text-align: center;
	}

	#comingSoonBlock p {
		margin-top: 10px;
	}

	#footer p {
		color: #808080;
		font-size: 14px;
		position: relative;
		text-align: center;
	}

	#logo {
		text-align: center;
		padding-top: 70px;
	}
}

#comingSoonBlock {
	position: relative;
	top: -135px;
}

@media screen and (max-width: 768px) {
	body {
		background-image: url('background2.jpg') !important;
		background-position: 100% 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-color: #000;
		background-size: cover;
	}

	#comingSoonBlock {
		position: relative;
		top: -150px;
	}
}
