main {display:block;width:100%;}
section {display:block;width:100%;}
header {display:block;width:100%;}
footer {display:block;width:100%;}

a {
    color: #08045C;
}

.nav-link {
    color: #08045C;
    text-decoration: none;
}

.nav-link:focus,
.nav-link:hover {
    color: #0d6efd;
}

.item {text-align:center;}
.item p {text-align:center;}

.card-title {
    text-align: center;
}
.card-title a {
    color: #333;
    text-decoration: none;
}

.text-small {
    font-size: 11pt;
    line-height: 1.2;
}

.btn-default {
    background-color: #FE9900;
    color: #000;
}

h1 {
    color: #08045C;
    margin-bottom:1.3rem;
}

blockquote {
    font-size: larger;
    font-style: italic;
}