#install-instructions p {
	/*margin-bottom: 1rem;*/
}
#install-instructions h2:not(:first-of-type) {
	margin-top: 10rem;
}
#installApp {
	//display: none;
}

.howto-img {
	text-align: center;
	padding-bottom: 5rem;
}
.hidden {
	display: none;
}
.footer-logo {
    max-height: 5rem;
}
@keyframes float {
	0% {
		filter: drop-shadow(2px 4px 6px black);
		transform: translatey(0px);
	}
	50% {
		filter: drop-shadow(2px 8px 3px #999);
		transform: translatey(-20px);
	}
	100% {
		filter: drop-shadow(2px 4px 6px black);
		transform: translatey(0px);
	}
}

.float-logo {
/*	width: 150px;
	height: 150px;
	box-sizing: border-box;
	border: 5px white solid;
	border-radius: 50%;
	overflow: hidden;
	filter: drop-shadow(2px 6px 4px black) hue-rotate(7deg);
	transform: translatey(0px);
	*/
	/* animation: float 4s ease-in-out infinite; */
}
.category-list-wrapper li {
	height: 8rem !important;
}
.my-square {
  position: relative;
}

.my-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.my-square img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.page-footer {
	padding: 4rem 0 0 0;
}


/* MEDIA QUERIES */
@media screen and (max-width: 991px) {
	.category-widget {
		border-top: 1px solid var(--primary-color);
		padding-top: 15px;
	}
	.add-block-widget {
		text-align: center;
	}
}
