/*
Theme Name: US-Mint
Description: The theme for the US Mint's homepage (usmint.gov)

Author: Mario Hendricks, Leidos

Version: 1.0

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license entitled "GNU Free Documentation License" can be
found at http://www.gnu.org/licenses/fdl-1.3-standalone.html

This stylesheet contains styles that should be used when the width of the viewport is 1180px or greater
*/


/*
* The Wordpress CSS Codex
* http://codex.wordpress.org/CSS_Coding_Standards
* http://make.wordpress.org/core/handbook/coding-standards/css/
*
* REMINDERS
* -Use lowercase and separate words with hyphens when naming selectors. Avoid camelcase and underscores
* -Prefixed vendor-specific properties pairs should appear directly before the generic property they refer to
*
*/


/* =============================================================================
   US Mint Kids Header Styles
   ========================================================================== */

body.kids-site div#title-menu-container {
  width:  990px;
}

body.kids-site div#title-container {
  font-size: 32px;
  width: 990px;
}

body.kids-site ul#kids-main-menu li a {
  font-size: 116%;  /* 116% of 18px (body font) is 21px (the requirement)  */
}
