.caption {
    color: #0b3157;
}

h2 {
    color: #0b3157;
}
h3 {
    color: #555;
    margin-top: 2rem !important;
}
h4 {
    color: #888;
    margin-top: 1.5rem !important;
}
h5 {
    color: #bbb;
}

h2, h3, h4, h5 {
    margin-bottom: 0.5rem;
    margin-top: 2.8rem;
}

div.wy-nav-content {
    max-width: 1200px !important;
}

.wy-menu.wy-menu-vertical > ul:first-child {
    display: none;
}

.wy-side-nav-search, .wy-side-scroll, .wy-nav-content-wrap {
    background-color: #0b3157 !important;
}
.wy-side-scroll .caption-text {
    color: #adff2f !important;
}

img {
    display: block;
    margin: auto;
/*    max-width: 90% !important;
    cursor: pointer; */
}


div[role=main] a {
    color: rgb(0, 64, 255);
}
div[role=main] a:hover {
    color: rgb(0, 154, 255);
}

.alert {
    margin: 1rem 0;
    padding: .5rem .5rem .5rem 1rem;
    border: solid 1px #929292;
    border-radius: .8rem;
    border-left-width: 1rem;
}

.alert-warning {
    border-color: orange;
    color: #ad7609;
    background-color: rgba(255, 165, 0, 0.1);
}

.alert-danger {
    border-color: red;
    color: maroon;
    background-color: rgba(255, 0, 0, 0.1);
}

.alert-info {
    border-color: #428bca;
    color: #002080;
    background-color: rgba(66, 139, 202, 0.1);
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.no-p p {
    display: none;
}

.small-note {
    font-size: .9rem;
    color: gray;
    margin-bottom: .5rem;
    margin-top: -2rem;
    font-style: italic;
}

.img-caption {
    text-align: center;
    font-style: italic;
    font-size: 90%;
    margin-bottom: 2.2rem;
    margin-top: -1rem;
}

blockquote {
    background: #e8eaec;
    border-left: 3px solid #e31e24;
    margin-left: 0 !important;
    padding-left: 1rem;
    padding-right: .6rem;
    padding-top: .4rem;
    padding-bottom: .3rem;
}
blockquote p:last-child {
    margin-bottom: 0 !important;
}
blockquote * {
    font-size: 105%;
}
