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

.caption-content {
  position: relative;
  background-color: #1E2024;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin-left: 20px;
  padding: 35px;
  margin-bottom: 35px;
  min-height: 395px;
  border-radius: 50px!important;
  -webkit-transition: -webkit-clip-path .25s ease-out,background-color .7s;
}

.far.fa-arrow-alt-circle-right {
}

.link-icon {
  margin-left: 5px;
}

a {
  transition: all 1s ease;
}

@media (max-width: 800px) {
  #navcol-4 {
    height: auto;
    margin-top: 20px;
  }
}

footer {
  padding-bottom: 64px;
}

.photos {
  margin-left: -5px;
}

.toptext {
  font-size: 1.3rem;
}

.project-stat {
  height: 45px;
  background-color: #353A40;
  padding: 10px;
  margin: 5px;
  border-radius: 15px;
}

.project-linkbox:hover {
  background-color: #0A7F91;
  -webkit-clip-path: inset(.3rem);
  clip-path: inset(.3rem);
}

.project-linkbox {
  height: 45px;
  background-color: #117037;
  padding: 10px;
  margin: 5px;
  border-radius: 15px;
  -webkit-transition: -webkit-clip-path .25s ease-out,background-color .7s;
}

