.shadow {
	-webkit-filter: drop-shadow( -5px -5px 5px #000 );
	filter: drop-shadow( -5px -5px 5px #000 );
}
.shadow--text {
	text-shadow: -5px -5px 5px #000;
}
@media (min-width:768px) {
  .force-wrap {
    overflow: show !important;
    text-overflow: normal !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .dl-horizontal dt {
    overflow: show !important;
    text-overflow: normal !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    width: 250px;
    margin-right: 12px;
  }
  .dl-horizontal dd {
    margin-left: 262px;
  }
}
.dl-horizontal dd {
  margin-bottom: 1em;
}
#footer {
  padding-bottom: 150px;
}

.fit-to-div {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

a.external:after {
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1;
  font-weight: 900;
  vertical-align: super;
  font-size: 75%;
  content: "\00a0\f35d";
}

.crop-fit {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  overflow: hidden;
  max-height: 350px !important;
  max-width: none;
  flex-shrink: 0;
  display: flex;
}

.project-box {
  width: 100% !important;
  height: 100% !important;
  max-height: 350px !important;
  max-width: none;
  justify-content: center;
  align-items: center;
  display: flex;
}