
.shooter {
  padding: 0px;
}

@media screen and (max-width: 600px) {
  .shooter {
    width: 100px;
    height:auto;
  }
}


/* footer */
.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #222;
  background-image: url("https://www.shootsafelearning.com/images/footerback.jpg");
  background-position: 50% 100%;
  background-size: contain;
	
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-footer-link {
  margin-left: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-footer-link:hover {
  opacity: 0.7;
}

.footer-bottom-wrapper {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #f9f9f9;
  text-align: center;
  background-color: #222;
  background-image: url("https://www.shootsafelearning.com/images/footerback.jpg");
  font-size: 10px;
}