.sports-alliance-app {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;

  width: 100%;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  padding: .5rem 0;
}

@media only screen and (min-width: 768px) {
  .sports-alliance-app {
    position: relative;
    padding: 1rem 2rem;
    border-top: none;
  }
}

.sports-alliance-app__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.sports-alliance-app__links .btn {
  cursor: pointer;
  width: 100px;

  display: inline-block;
  margin-left: 1rem;
  padding: .5rem 1rem;

  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: bold;

  background: #007bff;
  border: 1px solid #007bff;
  color: #fff;
  border-radius: 3px;

  transition: background .25s, color .25s;
}
