/*! Place your custom styles here */

img.logo {
  min-height: 4em;
}

footer .logo {
  min-height: 4em;
}

.board-img {
  float: right;
  margin: 1rem 1rem 2rem 2rem;
}

footer .type--fine-print:not(p) {
  opacity: 1
}

.feature {
  text-align: center;
}

.team {
  background:#eee;
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

.footer-headers {
  font-size: 1em;
  line-height: 1.8em;
  font-weight: bold;
}

.footer-logo {
  min-height: 2.8em;
}

.name {
  cursor: pointer;
  text-decoration: none;
}

.name:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  img.logo {
    min-height: 2.8em;
  }

  footer .logo {
    min-height: 4em;
  }
}
