/**
 * Styles content on all pages accross the website.
 */

body {
    /* Color */
    background:
        url("/img/logos/bsa-logo.png") no-repeat fixed center,
        radial-gradient(circle, #F2DABF, #CEAD89 20%) no-repeat fixed center;
    background-size: 300px, 100%;

    /* Content */
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
}

/* HEADERS */
h1 {
    color: #4A3100;
    font-size: 2em;
}
h2 {
    color: #754E00;
    font-size: 1.75em;
}
h3 {
    color: #996600;
    font-size: 1.5em;
}
h4 {
    color: #B88114;
    font-size: 1.25em;
}
h5 {
    color: #B88114;
    font-size: 1.15em;
    font-weight: normal;
    text-shadow: 1px 1px 0 #B88114;
}
h6 {
    color: #DAA335;
    font-size: 1.15em;
    font-weight: normal;
    text-shadow: 2px 2px 0 #B88114;
}

/* FOOTER */
footer {
    text-align: center;
}

/* LINKS */
a {
    color: #006B3F;
    text-decoration: none;
}
a:hover {
    color: #259769;
}
