/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 156px 0 100px;
}

section {
  padding: 5em 0;
}

h2 {
    margin-bottom: .6em;
}

.indent {
    margin-left: 2em;
}

.row.justify-content-center > :first-child p {
    text-align: right;
}

.avatar {
    padding: 1em 0 0 0;
}

.avatar img {
  width: 12em;
  height: 12em;
  border: .2em solid #f0f0f0;
}

a.navbar-brand, a.nav-link.active {
  color: white !important;
}
p > a:link, p > a:visited {
  color: var(--pink);
}
p > a:hover, p > a:active {
  color: var(--pink);
  text-decoration: none;
  background-color: #fdf2f6;
}

.bg-primary {
  background-color: var(--pink) !important;
}

.highlight {
    font-weight: bold;
}
