body {
  font-family: "Raleway", sans-serif;
  margin: 1.25em;
  font-size: 16px;
}

#projects {
  margin-top: 5em;
}

#contact {
  margin-top: 4em;
  margin-right: 0.95em;
}

h1 {
  font-weight: normal;
  font-size: 125%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-spacing: 0.25em;
  margin-bottom: 1.5em;
  margin-left: 1.25em;
}

nav ul {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  font-size: 85%;
}

nav li {
  padding: 0.6em 0.95em;
}

nav a {
  color: #595959;
  text-decoration: none !important;
  text-transform: uppercase;
}

nav a:hover {
  color: #000000;
}

#profile-img {
  border-radius: 50%;
  max-width: 100%;
  border: 0.5px solid #e6e6e6;
  filter: brightness(105%);
  margin-bottom: 0.25em;
}

.text {
  text-align: left;
  margin-left: 1.25em;
  margin-bottom: 2em;
  margin-top: 2.5em;
}

.fa {
  padding: 0.75em;
  font-size: 175%;
  width: 2.5em;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-left: 0.5em;
  margin-bottom: 1em;
}

.fa:hover {
  opacity: 0.85;
  text-decoration: none;
  color: white;
}

.fa-linkedin {
  background: #0E76A8;
  color: white;
}

.fa-github {
  background: black;
  color: white;
}

.fa-file {
  background: darkblue;
  color: white;
}

.horizontal {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail {
  margin-bottom: 1em;
}

.thumb-img {
  width: 80%;
  border: 0.75px solid #595959;
}

.project-link {
  color: black;
  text-decoration: none !important;
}

.project-link:hover {
  font-size: 105%;
  color: black;
}
