hr.rounded
{
  border: 4px solid #bbb;
  border-radius: 5px;
}
.blockquote
{
    font-style: italic;
    font-size: medium;
}

.nav-link.active
{
    color:white !important;
    font-weight: bold;
}

.dropdown-item:active,
.dropdown-item.active
{
    color:#00577F;
    background-color:#7DECFF;
    font-weight: bold;
}

.navbar-brand
{
    font-size: 1.1rem;
}
.MEPCarousel
{
    min-width:300px;
    max-width:700px;
    margin: 0 auto;
}