p {
  line-height: 1.6;
}

section {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

img {
  border-radius: 0.5rem;
}

footer {
  padding: .5rem 0;
}

.sankey {
  background-image: linear-gradient(to right,rgba(255,255,255,.3),rgba(255,255,255,1)), url(../sankey.png);
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover;
  background-position-y: 50%;
  background-attachment: scroll;
}

.content-bottom {
  height: calc(100vh - 100px);
}
#block-motm-branding {
  padding-left: 1rem;
}

.navbar-brand a.site-title, h2.field--name-field-linked-header a {
  color: rgb(34,75,144);
  text-decoration: none;
}

.dropdown-toggle::after {
  margin-top: 5px;
}

.nav-link.active {
  font-weight: bold;
}

.dropdown-item.active, a.dropdown-item.is-active, .dropdown-item:active {
  text-decoration: none;
  font-weight: bold;
  color: inherit;
  background-color: rgb(248,249,250);
}

.navbar-nav .dropdown-menu {
  font-size: .9rem;
}

nav#block-motm-account-menu {
  text-align: end;
  font-size: .8rem;
}

.navbar-brand .site-title {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: none
}

h1.page-title {
  color: rgb(34,75,144);
}

.callout-block {
  font-size: calc(1.3rem + 0.6vw);
  padding-top: 3rem;
  /* margin-top: 3rem; */
  margin-bottom: auto;
  /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); */
  background-color: #fff
}

.callout-block h2 {
  font-size: inherit;
  font-weight: normal;
}

.field__items .field__item:nth-child(odd) .row.alternating-image {
  flex-direction: row-reverse; }

ul.bibliography {
  list-style: none;
  margin-left: 1rem;
}

ul.bibliography > li {
  text-indent: -1rem;
}

.front {
  height: calc(100%-75px);
}

@media (max-width: 767px) {
  .front .callout-block {
    background-color: rgba(248, 249, 250, .8);
    margin-top: 0;
  }
}

li.nav-item {
  padding-right: 4rem;
}

@media (max-width: 991px) {
  button.navbar-toggler {
    position: absolute;
    right: 0;
    top: 1.5rem;
  }

  li.nav-item {
    text-align: end;
    padding-right: 0;
  }
}