﻿/*
    COLORS WITHIN COLOR SCHEME
    ===============================
    faux black: #2F191A;
    lt gray: #eeeeee
    mediumgray #dadada
    dark blue #323b46
    med blue #335163
    red: #a82314
    canvas: #DED6A8
    candy/href blue: #264684
*/


/* define built-in HTML Elements here */

body {
    color: #2F191A;
    font-size: 14px;
    /*font-family: Garamond, Georgia, serif;*/
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: white;
    margin: 0;
    padding: 0;
    text-align: left;
}

div {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #0a526b;
    font-family: "Oswald", Arial, sans-serif;
    text-align: center;
    margin: 0px;
}

h1 {
    font-size: 26pt;
    font-weight: bold;
    padding: 14px;
}

h2 {
    padding: 10px;
    font-size: 22pt;
    font-weight: bold;
}

h3 {
    padding: 5px;
    font-size: 16pt;
    font-weight: normal;
}

h4 {
    padding: 3px;
    font-size: 12pt;
    font-weight: bold;
}

h5 {
    padding: 3px;
    font-size: 10pt;
    font-weight: bold;
}

a {
    text-decoration: underline;
}

a:visited, a:active, a:link {
    color: #335163;
}

    a:hover {
        color: #0a526b;
    }

.a-disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}



fieldset { background-color: #f5f5f5;}