* {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

a,
a:hover {
  text-decoration: none;
  color:#000;
}

.jumbotron {
  background-color: #fff;
}

img#portrait {
  height: 22em;
}

#greeting > h1 {
  font-family: "Playfair Display", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 4em;
  color: #20493b;
  margin: 0;
  line-height: 0.9;
}

/*
#greeting h1 + h1 {
  margin-top: -0.1em;
}
*/

#intro {
  font-size: 1.3em;
}

h3 {
  font-family: "Playfair Display", cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 2.5em;
  color: #20493b;
  margin-bottom: 1em;
}

#about-container {
  margin-bottom: 0;
  padding-bottom: 0;
}

.portfolio-item p {
  font-size: 1em;
}

.portfolio-card-img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.portfolio-card {
  height: 100%;
  border-radius: 10px;
}

.portfolio-card-body {
  padding: 1rem;
}

.portfolio-card-title {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  min-height: 2.6em;
  font-family: "Playfair Display", cursive;
  font-style: normal;
  font-size: 1.2em;
  color: #20493b;
}

.portfolio-card-text {
  margin-bottom: 0;
  line-height: 1.4;
}

a.portfolio-link .portfolio-card {
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease;
}

a.portfolio-link:hover .portfolio-card {
  transform: translateY(-2px);
  box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.12);
}

.h-divider {
  margin: auto;
  margin-top: 30px;
  width: 80%;
  position: relative;
}

.h-divider .shadow {
  overflow: hidden;
  height: 10px;
}

.h-divider .shadow:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 20px;
  border-radius: 125px/12px;
  box-shadow: 0 0 10px #20493b;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  height: 200px;
  padding: 26px 0 40px;
  color: var(--muted);
  font-size: .95rem;
}