.fit-cover {
  object-fit: cover;
}

.f-thumb-info {
  border-style: none;
  border-top-left-radius: 45px;
  border-bottom-right-radius: 73px;
  box-shadow: 0px 3px 8px rgb(255,192,98);
  height: 100%;
}

.top-soc-btn {
  width: 50px;
  height: 50px;
  background: #00c700;
}

.top-soc-btn:hover {
  background: #04a704;
}

.fs-a {
  font-family: 'Comic Neue';
  text-decoration: none;
  color: #04a704;
}

.fs-a:hover {
  text-shadow: 0px 2px 3px #00ff19;
  color: #005b00;
}

.f-nav {
  color: #ff8a00!important;
  font-family: 'Balsamiq Sans';
  font-size: 22px;
}

.f-nav:hover {
  color: #00c700!important;
}

