main {
  text-align: left;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  main h1 {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    font-family: myriad-pro, sans-serif;
    font-size: 1.6em;
    font-style: normal;
    font-weight: 700;
    color: #009fe3;
    text-transform: uppercase;
    margin-top: 3em;
    margin-bottom: 1.2em; }
  main h1:first-of-type {
    margin-top: 1em; }
  main h3 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-family: myriad-pro, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    color: #f9f9f6;
    text-transform: none;
    margin-bottom: 0.7em; }
  main p + h3 {
    margin-top: 1.6em; }
  main h4 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-family: myriad-pro, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    color: #f9f9f6;
    text-transform: none;
    margin-bottom: 0.3em; }
  main p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-family: myriad-pro, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    color: #c8c8c5;
    margin-bottom: 1em;
    line-height: 1.6; }
  main a {
    font-family: myriad-pro, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    color: #c8c8c5;
    text-decoration: none; }
  @media (hover) {
    main a:hover {
      color: #009fe3; } }

@media (max-width: 640px), (max-height: 640px) {
  main p {
    line-height: 1.5; } }
