body {
  background-color: #131A31;
}

h4 {
  color: #3E83EB;
  font-size: 16px;
  text-transform: uppercase;
}

.link:hover,
.link:active,
.link:focus {
  color: #3E83EB;
}

.color--blue {
  color: #3E83EB;
}

.nav-item:hover,
.nav-item:focus {
  border-color: #4A93FF;
}

.title {
  color: #3E83EB;
}

.work-entry {
  background-color: rgba(62, 131, 235, 0.1);
  /* border: 1px solid #3E83EB; */
}

.work-entry:hover {
  background-color: rgba(62, 131, 235, 0.2);
}

@media (max-width: 800px) {
  .metadata__item--title {
    color: #3E83EB;
  }
}
