body {
	background: #a0acad;
	margin: 0;
	color: #531253;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.showcase::after {
	content: "";
	height: 100vh;
	width: 100%;
	background-image: url(../images/flattys-bw.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	font-weight: bold;
	filter: contrast(25%);
}

.content {
	position: absolute;
	z-index: 1;
	top: 10%;
	left: 50%;
	margin-top: 105px;
	margin-left: -145px;
	width: 300px;
	height: 350px;
	text-align: center;
	transition: all 1000ms;
}

/* .content .logo {
	height: 180px;
	width: 180px;
	color: #333;
} */

.content .title {
	font-size: 2.2rem;
	margin-top: 1rem;
}

.content .text {
	line-height: 1.7;
	margin-top: 1rem;
}

.container {
	max-width: 960px;
	margin: auto;
	overflow: hidden;
	padding: 4rem 1rem;
}

.grid-3 {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}

.center {
	text-align: center;
	margin: auto;
}

.bg-light {
	background: #a0acad;
	color: #531253;
}

.bg-dark {
	background: #531253;
	color: #333;
}

.grid-2 {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

footer {
	padding: 2.2rem;
}

footer p {
	margin: 0;
}

/* Mobile */

@media (max-width: 560px) {
	.showcase::after {
		height: 50vh;
	}
	.content {
		top: 5%;
		margin-top: 5px;
	}
	.grid-3,
	.grid-2 {
		grid-template-columns: 1fr;
	}

	.social div {
		border-bottom: #333 dashed 1px;
		padding: 1.2rem 1rem;
	}
}

/* Landscape */
@media (max-height: 500px) {
	.content .title .content .text {
		display: none;
	}
	.content {
		top: 0;
	}
}
