/*
  Dark Green:       #12645c;
  Light Green-Blue: #c7f2ff;
*/
h1, h2
{
  font-family: Adrianna, sans-serif;
  font-style: normal;
  font-weight: 600;
}
body
{
  background-color: #c7f2ff;
  font-family: mundial, sans-serif;
  font-style: normal;
  font-weight: 300;
}

hr.rounded
{
  border: 4px solid #bbb;
  border-radius: 5px;
}
.blockquote
{
    font-style: italic;
    font-size: medium;
}
.nav-link
{
  color:black !important;
  font-weight: bold;
}

.nav-link.active
{
  color: #c7f2ff !important;
  font-weight: bold;
}

.tagline
{
  font-family: Adrianna, sans-serif;
  color: #12645c;
  font-weight: 600;
  font-size: clamp(1rem, 6vw, 3.5rem); /* (min, value, max) */
}

.dropdown-item:active,
.dropdown-item.active
{
  color: #c7f2ff;
  background-color: #12645c;
  font-weight: bold;
}

.navbar
{
  background-color: #12645c;
  line-height: 1
}

.navbar-brand
{
  font-family: Adrianna, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(3rem, 6vw, 4rem);
}
.MEPCarousel
{
    min-width:300px;
    max-width:700px;
    margin: 0 auto;
}

div.text-center ol li
{
  list-style-position: inside;
  text-align: left;
  margin-left: 40%;
}