.fakeimg {
    height: 100px;
    background: #aaa;
}

figcaption {
    text-align: center;
}

body {
    overflow-y: scroll;

}

#milaneum-body {
    visibility: hidden;
}

h1 {
    text-decoration: underline;
}

#missionh2 {
    border-bottom: 0;
    padding-bottom: 0;
}

#missionh3 {
    text-align: center;
}

.bg-milaneum {
    background: #5e88fc
}

.center-within-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.svg-image {
    display: inline-block;
    height: 40px;
    width: 40px;
}

.accordion-body {
    text-align: left;
    font-style: oblique;
}

.text-milaneum {
    color: #5e88fc;
}

.text-milaneum-distrust {
    color: #ff0000;
}

.btn-milaneum {
    background-color: #5e88fc;
    border-radius: 16px;
    font-size: small;
}

.btn-milaneum-round-only {
  border-radius: 16px;
}

.nav-link {
    color: #ffffff;
    background-color: #5e88fc;
}

.nav-link:hover {
    color: #000000;
    background-color: #5e88fc;
}

/* .nav-link .active {
    color: #000000;
    background-color: #5e88fc;
} */

.nav-pills .active {
    border-radius: 16px;
}

.nav-pills .nav-link.active {
    color: #000000;
    background-color: #5e88fc;
}

.list-group-item {
    background-color: #000000;
    color: #5e88fc;

}

.navbar-title {
    color: white;
}
