/*
    File: /style/templates/footer.css
    Author(s): Kyle Mosqueda, David Sulik
    Description: This is strictly made for the footer template at "/templates/footer.php".
*/

#footer div {
    margin-top: .25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;

    background-color: #3D449C;
    
    /* Enforce custom spacing and color. */
    * {
        color: #EEEDD9;
        margin: 0;
    }
}

#footer #callToAction {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    * {
        margin: .2rem;
    }
}