::selection { background: gold; }

body {
  position: relative;
}

header {
  background-position: center center;
}

header .intro-text .intro-heading-custom {
  text-transform: capitalize;
  font-weight: 600;
}

.intro-lead-in > a {
  margin: 0 20px 20px;
  text-decoration: none;
}

.intro-lead-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .intro-lead-in {
    flex-direction: row;
  }
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.8);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.9);
}

section h3.section-subheading {
  color: #4e555a;
}

h3.section-subheading a {
  font-size: 1.2rem;
}

.about-text {
  text-align: justify;
  font-size: 16px;
}

.degree > a {
  color: black;
}

.degree > a:hover {
  text-decoration: none;
}

li.timeline, li.timeline-inverted {
  display: flex;
  align-items: center;
}

li.timeline-inverted {
  flex-direction: row-reverse;
}

.timeline-heading a {
  text-decoration: none;
}

.timeline-heading a:hover {
  text-decoration: underline;
}

.copyright-notice {
  font-size: 14px;
  line-height: 2;
}

.portfolio .portfolio-item .portfolio-caption > p, .portfolio-caption-list-item {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  margin: 0 0 8px;
  text-align: left;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .portfolio .portfolio-item .portfolio-caption > p, .portfolio-caption-list-item {
    font-size: 16px;
  }
}

.portfolio .portfolio-item .portfolio-caption,
.portfolio .portfolio-item .portfolio-link {
  max-width: 620px;
}

.email-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 235px;
  margin: 0 auto;
}

.author {
  color: #212529;
  background-color: #fed136;
  font-size: 12px;
  text-decoration: none;
}

.author:hover, .author:visited {
  color: #212529;
}
