h1, h2, h3, h4, h5 {
    color: #ba3925;
}
h1 {
    font-size: 2em;
}

h1.page-title {
    margin-bottom: 2px;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

.footer {
    border-top: #ccc solid thin;
    font-size: smaller;
}

/* Cancel the large blockquote font from bootstrap */
blockquote {
    font-size: 1em;
}

.not-used-navbar {
    background-image: url(images/magicsplat.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.page-info {
    margin-bottom: 10px;
    border-bottom: solid 1px grey;
}

.ap_container {
    margin-bottom: 15px;
    padding-top: 5px;
    border-top: solid gray 1px;
    border-bottom: solid gray 1px;
}
