/**
  Theme Name: AUX Child Theme
  Description: An empty WordPress child theme for use with the aux-wordpress parent theme.
  Template: aux-wordpress
  Text Domain: aux-wordpress-child
  Theme URI: https://github.com/tamu-edu/aux-wordpress-child
  Author: Texas A&M University Web Team
  Author URI: https://marcomm.tamu.edu/web/
  Version: 0.0.1
 */

@charset "UTF-8";

.footer--slim.footer--on-dark.mays {
    background-color: #3c0000;
    color: #ffffff;
}

ul.footer__list {
    list-style-type: none;
    margin-left: 0;
    margin-top: 1rem;
}



.footer--slim.mays h2.column-header {
    font-size: 1.1rem;
}


.footer__list a {
    font-weight: normal;
}