@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:wght@300;400;600;700&display=swap");

body {
	background: #fff;
	color: #000;
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

.container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.text-container {
	margin: 10vh 25vw;
	text-align: center;
}

.nav {
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	margin: 10px 0 0 10px;
}

.nav > a {
	color: #000 !important;
	text-decoration: none;
	margin-right: 10px;
}

.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 250px;
	display: flex;
	align-items: center;
}

.header > .logo {
	height: 80%;
	margin-left: 50px;
}

.hero {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero > .logo {
	height: 25vh;
}

.hero > .banner {
	width: 60vw;
}

.apps {
	display: flex;
}

.apps .app {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
}

.apps .app:not(:last-child) {
	margin-right: 50px;
}

.icon {
	border-radius: 20px;
	height: 90px;
	width: 90px;
	filter: drop-shadow(2px 2px 2px #0000001a);
	margin-bottom: 20px;
}

.icon.soon {
	background-color: rgba(0, 0, 0, 0.115);
}

.app > span {
	color: rgb(145, 145, 145);
}

.store {
	overflow: hidden;
	width: 90px;
}

.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff81;
	margin-left: 20px;
	display: flex;
}

.footer a {
	color: #00000081 !important;
	text-decoration: none;
	margin-right: 10px;
}

a:link {
	color: rgb(136, 162, 28);
}

a:visited {
	color: rgb(136, 162, 28);
}

a:active {
	color: rgb(136, 162, 28);
}

@media screen and (max-width: 500px) {
	.apps {
		margin-bottom: 5vh;
		flex-direction: column;
	}

	.apps .app:not(:last-child) {
		margin-right: 0;
		margin-bottom: 50px;
	}

	.icon {
		border-radius: 14px;
		height: 60px;
		width: 60px;
		margin-bottom: 15px;
	}

	.hero > .logo {
		height: 15vh;
	}

	.hero > .banner {
		width: 90vw;
	}
}
