:root {
  --darkRed: #fc3831;
}
.footer {
  background-color: #f7f7f7;
  flex-direction: row;
  margin: 0%;
  padding: 1% 0% 0% 0%;
}
.a{
  color:gray;
}
.a:hover{
  color:gray;
  text-decoration: none;
}
.counts {
  justify-content: space-around;
  align-items: center;
}
.count-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.number-count {
  color: var(--darkRed);
  font-size: 450%;
}
.plus-icon {
  color: #6c7278;
}
.count-text {
  color: #6c7278;
}
.social-icon {
  color: var(--darkRed) !important;
  font-size: 180%;
  padding: 1%;
  margin: 5%;
}
.heading-footer {
  font-size: 180%;
}
.content-footer {
  color: gray;
}
.content-footer-submit form {
  margin: 0%;
}
.email-input {
  border-radius: 5px;
  border: 1px solid gray;
  padding: 3px 5px;
}
.submit-footer {
  background-color: var(--darkRed);
  color: white;
  margin-bottom: 3px;
}
.location {
  padding: 3% 5%;
}
.location-content {
  padding: 2% 0%;
}
.location button {
  border: none;
  background-color: transparent;
}
.location button.active {
  border-bottom: 2px solid var(--darkRed);
  color: var(--darkRed);
}
.tab-link {
  padding: 0% 1% 1% 1%;
}
.location button:focus {
  color: var(--darkRed);
  border-bottom: 2px solid var(--darkRed);
  outline: none;
}
.help-subs {
  width: 60%;
}
.footer-logo {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .main-footer {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 780px) {
  .counts {
    flex-direction: column;
  }
  .number-count {
    color: var(--darkRed);
    font-size: 350%;
  }
}

/* Copyright  */
.copyright {
  background-color: black;
  padding: 1.5%;
  color: white;
  text-align: center;
  font-weight: 300;
}

