@charset "UTF-8";

header, section, footer, aside, nav, main, article, figure { /*backward compatibility of HTML5 elements*/
    display: block;
}

html, body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 100%;
    background-color: white;
    color: black;
    line-height: 140%;
}

body {
    max-height: 1000000em; /* Chrome for Android */
    -moz-text-size-adjust: none; /* Firefox Mobile */
    margin: 0px;
}

table, td {
    border-collapse: collapse;
}

/* */
/* HEADER */
/* */
header {
    padding: 30px 20px 10px 20px;
    text-align: center;
    background-color: #111;
}

.headerTitle {
    background-color: inherit;
    color: white;
    text-decoration: none;
    font-size: 26px;
}

.headerText {
    background-color: inherit;
    color: white;
    text-decoration: none;
    font-size: 16px;
}

#circle {
    visibility: hidden;
    width: 2px;
    height: 1px;
    border-radius: 50%;
    position: absolute;
    background-color: black;
}

#line {
    visibility: hidden;
    width: 2px;
    height: 2px;
    position: absolute;
    background-color: black;
}

/* */
/* LEFT WRAPPER */
/* */
.leftWrapper {
    position: relative;
    float: left;
    width: 336px;
    margin-right: 50px;
}

.leftTop {
    background: #f5f5f5;
    border: 1px solid #aaa;
    margin-bottom: 40px;
}

/* */
/* MAIN */
/* */

#titleBar {
    text-align: center;
}

.salmon {
    margin: 0 10px;
    color: #f66;
}

hr {
    clear: both;
    border-top: 1px solid #999;
    margin: 0px 20px;
}

tr:hover {
    background-color: #ccc;
}

.noColorChange {
    color: blue;
    text-decoration: none;
}

h1 {
    background-color: inherit;
    color: #444;
    font-variant: small-caps;
    font-size: 30px;
}

h2 {
    background-color: inherit;
    color: #444;
    font-variant: small-caps;
    font-size: 26px;
}

/* STICKY FOOTER */
.body_class {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.container {
    flex: 1;
    margin: auto;
    padding: 10px;
}

/* */
/* FOOTER */
/* */

footer {
    padding: 10px 0 5px 20px;
    background-color: #111;
    color: white;
    align-content: center;
    text-align: center;
}

table#footerTable tr:hover {
    background-color: inherit;
}

#giveNowButton {
    padding: 3px;
}

#footerContact {
    padding: 0 0 10px 0;
    text-align: center;
}

.clear {
    clear: both;
}