/**
  Theme Name: AUX Student Org Child Theme
  Description: A WordPress child theme for Texas A&M University Student Organizations. Requires the aux-wordpress parent theme.
  Template: aux-wordpress
  Text Domain: aux-student-org-child-theme
  Theme URI: https://github.com/tamu-edu/aux-student-org-child-theme
  Author: Texas A&M University Web Team
  Author URI: https://marcomm.tamu.edu/web/
  Version: 1.0.0
 */

@charset "UTF-8";

/* Notice added on the site under the header navigation */
.alert--disclaimer {
  background-color: #d6d3c5;
  border-radius: 0;
  text-align: center;
  margin-bottom: 0;

  span {
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding-right: 10px;
  }
}