/*
Theme Name: MMC
Author: Marine Mammal Commission
Author URI: https://www.mmc.gov/
Description: Custom theme for the Marine Mammal Commission
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mmc
*/



/* --- Global Styles --- */
[data-display="image"] {
  text-indent: 400%;
  white-space: nowrap;
  overflow: hidden;
}
[data-hidden="true"]  { display: none;    }
[data-hidden="false"] { display: inherit; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1;
}

body {
  background-color: #efefef;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 52.5rem; /* 840px */
}
