a {
  color: #4254bc;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #EC7357;
  text-decoration: none;
}

.external-link.button:hover {
  background-color: #4254bc !important;
  color: #ffffff !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.one {
  position: relative;
}

.two {
  position: absolute;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}
.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;

}
.table-spaced {
    border-collapse:separate;
    border-spacing: 1em 0em;
}
.table2-spaced {
  border-collapse:separate;
  border-spacing: 0 1em;
}
.footer .icon-link {
    font-size: 25px;
    color: #000;
}
.project_image {
  width: 200px;
  margin-right: 40px;
  max-width: 100%;
  height: auto;
}