body {
  background-color: white;
  color: #222222;
  font-size: 18px;
  line-height: 1.7;
}

h1, h2, h3, h4 {
  color: #2774AE;
  font-weight: 600;
}

a {
  color: #2774AE;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.navbar {
  background-color: white !important;
  border-bottom: 1px solid #d9d9d9;
}

.navbar-brand,
.navbar-nav .nav-link {
  color: #2774AE !important;
  font-weight: 500;
}

main.content {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.profile-photo {
  max-width: 280px;
  width: 100%;
  height: auto;
  border: 1px solid #d9d9d9;
}

.small-photo {
  max-width: 340px;
  width: 100%;
  height: auto;
  border: 1px solid #d9d9d9;
}

.resume-frame {
  width: 100%;
  height: 950px;
  border: 1px solid #d9d9d9;
}

hr {
  border: none;
  border-top: 1px solid #d9d9d9;
  margin-top: 2rem;
  margin-bottom: 2rem;
}