/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 2.5rem;
}

/*
 * Footer
 */
.hybrid-footer {
  margin-top: 60px;
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.hybrid-footer p:last-child {
  margin-bottom: 0;  
}


#TopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: #5B5F64;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  opacity: 0.3;
}

#TopBtn:hover {
  background-color: black;
}

/*
 * Staff page table
 */
 .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;
}

.social-link:hover,
.social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555;