.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}

.feature.feature-large {
  height: 9rem;
  width: 9rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-small {
  width: 3rem;
  height: 3rem;
}


.steam-social {
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.steam-social svg path {
  fill: #ffffff;
}
.social-instagram {
  background-color: #833ab4;
}
.social-yelp {
  background-color: #de392e;
}
.social-nextdoor {
  background-color: #9dd900;
}
.social-facebook {
  background-color: #3b5998;
}

.social-linkedin {
  background-color: #0077b5;
}

.social-twitter {
  background-color: #1da1f2;
}

.social-google {
  background-color: #4285f4;
}

.disabled {
  background-color: #ececec;
}

.social-small .steam-social {
  height: 32px;
  width: 32px;
}
.social-small .steam-social img, .social-small .steam-social svg {
  height: 16px;
  width: 16px;
}

.social-medium .steam-social {
  height: 44px;
  width: 44px;
}
.social-medium .steam-social img, .social-medium .steam-social svg {
  height: 24px;
  width: 24px;
}

.social-large .steam-social {
  height: 90px;
  width: 90px;
}
.social-large .steam-social img, .social-large .steam-social svg {
  height: 48px;
  width: 48px;
}

.nav-pills .nav-link.active { 
	background-color: rgba(255, 255, 255, .10);
}
.nav-pills .nav-link { 
	color: rgba(255, 255, 255, .7);
}	
.nav-pills .nav-link:hover { 
	color: rgb(255, 255, 255);
	background-color: rgb(13, 110, 253);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 2rem !important;
  height: 5.2rem !important;
  background-size: 80% 80% !important;
  
}
.carousel-control-next {
  justify-content: right!important;
  width: 10%!important;
  opacity: .8!important;
  text-align: left!important;
}
.carousel-control-prev {
  justify-content: left!important;
  width: 10%!important;
  opacity: .8!important;
  text-align: left!important;
}
.carousel-control-next-icon {
  background-color: rgb(13, 110, 253);
  border-radius: 10px 0 0 10px;
}
.carousel-control-prev-icon {
  background-color: rgb(13, 110, 253);
  border-radius: 0 10px 10px 0;
}