/*
 * Colors:
 * 	MG Red: #991917
 *	MG Gold: #cda137
 *  MG Grey: #b6b4b8
 */

#footer-div {
    margin-top: 50px;
    width: 100%;

    font-size: 12pt;
    font-family: "Georgia", serif;
    background-color: black;
    color: white;

    content: "";
    clear: both;
    display: table;

    /*border: solid red;*/
}

#footer-column-container {
    width: 75%;
    margin: auto;
}

/* Turns out this is important if you want left-floated columns to work */
#footer-div * {
    box-sizing: border-box;
}

div.footer-column {
    float: left;
    width: 33%;
    padding: 15px;
    margin-bottom: 40px;
}

#tiny {
    font-size: 9pt;
}

h2.footer {
    font-size: 1.2em;
    font-weight: bold;
    font-variant: small-caps;
    color: var(--mgw-gold);
}
