body {
	background: url("../img/bg/bliss.webp");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 100%;
}

p {
	font-family: dripFont;
	font-size: 32px;
}

.store-front {
	display: flex;
	justify-content: center;
}

.side-text {
	width: 20%;
}



.store-row {
	display: flex;
}

.store-row div {
	width: 33.3%;
}

.store-row img {
	max-height: 300px;
	max-width: 100%;
}


@media (max-width: 1650px) {
	.store-display {
		width: 100%;
	}
	.side-text {display: none}
	
}

@media (min-width: 1651px) {
	.store-display {
		width: 60%;
	}
	.mobile-text {display: none}
}

.ig-link {
	color: #000000;
}

.butcher {
	max-width: 100%;
}
