@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400);
body {
  border: solid #bbb 1px;
  max-width: 1300px;
  min-width: 300px;
  margin: 0 auto 0 auto;
  font-family: "Source Sans Pro", "Helvetica", sans-serif;
  font-weight: 400;
  color: #333; }

a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #eb5e00; }
a:hover, a:active {
  text-decoration: underline;
  color: #eb5e00; }

.bolder-link, .open {
  padding-top: 4em;
  padding-bottom: 4em; }
  .bolder-link a, .open a {
    font-size: 150%;
    display: inline-block;
    padding: 10px;
    border: solid #eb5e00 1px;
    margin: auto;
    text-decoration: none;
    background: #fdeee5; }
    .bolder-link a:hover, .open a:hover {
      color: #fdeee5;
      -webkit-transition: background-color 1s, -webkit-transform 1s;
      transition: background-color 0.5s, color 0.5s;
      background: #eb5e00; }

.open {
  padding-top: 10em;
  padding-bottom: 8em; }
  @media (max-width: 500px) {
    .open {
      padding-top: 1em;
      padding-bottom: 1em; } }

.book-title {
  font-style: italic; }

.fine {
  font-weight: normal;
  font-size: 80%; }

.shiny {
  color: #eb5e00;
  font-size: 120%;
  padding-right: 0.2em; }

.quoty {
  border-left: 1px solid #ccc;
  padding-left: 10px; }

header {
  padding: 15px;
  border-bottom: solid #eb5e00 1px; }
  @media (max-width: 800px) {
    header {
      padding-bottom: 0px;
      text-align: center; } }
  header h1 {
    display: inline;
    padding: 0px; }
  header img {
    padding-top: 6px;
    width: 150px;
    display: inline;
    margin-left: 15px; }
  header nav {
    font-size: 90%;
    color: #666; }
    @media (min-width: 800px) {
      header nav {
        text-align: right;
        float: right; } }
    @media (max-width: 800px) {
      header nav {
        width: 100%;
        display: block; } }
    header nav li {
      margin-left: 2em;
      text-transform: uppercase;
      display: inline;
      white-space: nowrap; }
      header nav li:first-of-type {
        margin-left: 0; }
    header nav ul {
      padding: 0; }

h2 {
  text-align: center;
  margin: 0;
    margin-padding-top: 1em; }

#greeting {
  color: #666;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  text-align: center;
  white-space: nowrap;
  font-size: 600%;
  font-size: 18vw;
  font-weight: 200; }
  #greeting img {
    display: block;
    margin: auto;
    width: 150px; }
  @media (min-width: 500px) {
    #greeting {
      font-size: 6em; }
      #greeting img {
        display: block;
        margin: auto;
        width: 150px; }
      #greeting.one-line {
        font-size: 10vw; } }
  @media (min-width: 800px) {
    #greeting {
      font-size: 8em; }
      #greeting img {
        display: block;
        margin: auto;
        width: 300px; }
      #greeting.one-line {
        padding-top: 1em;
        font-size: 10vw; } }
  @media (max-width: 500px) {
    #greeting {
      font-size: 4em; }
      #greeting img {
        display: block;
        margin: auto;
        width: 100px; }
      #greeting.one-line {
        padding-top: 1em;
        font-size: 2em; } }

.note-indicator {
  color: #eb5e00;
  font-size: 150%;
  font-weight: bold; }

.note {
  border-top: solid thin #bbb;
  padding-top: 1em;
  font-size: 85%;
  color: #666; }

.segment {
  width: 100%;
  text-align: center;
  font-weight: 400;
  color: #333;
  padding-bottom: 2em; }
  .segment h2 {
    padding-top: 1em;
    align: left; }
  .segment h3 {
    position: relative;
    height: 4em;
    padding-bottom: 0.5em;
    border-bottom: solid #eb5e00 1px; }
    .segment h3 span {
      display: block;
      position: absolute;
      bottom: 1em; }
  .segment p {
    text-align: justify;
    font-size: 110%;
    color: #333; }

.dark-segment {
  height: 100%;
  background: #333;
  color: #ccc; }
  .dark-segment p {
    color: #ccc; }
  .dark-segment h2 {
    padding-top: 1em;
    align: left; }
  .dark-segment a:link, .dark-segment a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #eb5e00; }
  .dark-segment a:hover, .dark-segment a:active {
    text-decoration: underline;
    color: #eb5e00; }
  .dark-segment .note {
    color: #bbb; }

.story-base, .highlight-story, .regular-story {
  margin: 2%;
  padding: 0px;
  height: inherit;
  vertical-align: top;
  display: inline-block; }
  .story-base img, .highlight-story img, .regular-story img {
    width: 150px;
    float: left;
    margin-right: 15px; }
  .story-base h5, .highlight-story h5, .regular-story h5 {
    font-size: 100%;
    text-align: left;
    margin: 1em 0 0 0;
    font-weight: bold; }
  .story-base h4, .highlight-story h4, .regular-story h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    font-weight: bold;
    color: #666; }
  .story-base h3, .highlight-story h3, .regular-story h3 {
    text-align: center;
    color: #eb5e00; }
  .story-base p, .highlight-story p, .regular-story p {
    margin-top: 0.4em;
    margin-bottom: 0.25em;
    text-align: left;
    line-height: 150%; }
  @media (max-width: 800px) {
    .story-base, .highlight-story, .regular-story {
      font-size: 80%; }
      .story-base img, .highlight-story img, .regular-story img {
        width: 100px; } }
  @media (max-width: 500px) {
    .story-base, .highlight-story, .regular-story {
      font-size: 100%; }
      .story-base img, .highlight-story img, .regular-story img {
        width: 80px; } }
  .story-base li, .highlight-story li, .regular-story li {
    text-align: left;
    margin: 0 0 0.5em 1em;
    list-style-position: outside;
    list-style-type: square; }

.highlight-story {
  max-width: 350px; }
  @media (min-width: 500px) {
    .highlight-story {
      width: 40%; } }
  .highlight-story ul {
    padding: 0; }
  .highlight-story h3 {
    text-align: left; }

.regular-story {
  font-size: 100%; }
  .regular-story h3 {
    height: 3em;
    text-align: left; }
  @media (min-width: 500px) {
    .regular-story {
      margin-left: 15%;
      margin-right: 15%; } }

#four-things {
  margin: 1em; }
  #four-things .value {
    font-weight: bold;
    color: #eb5e00; }
  #four-things .action {
    margin-left: 10%;
    font-weight: bold;
    color: #bbb; }
  @media (min-width: 800px) {
    #four-things {
      padding-left: 5%;
      padding-right: 5%; } }

/*# sourceMappingURL=maitria.css.map */
