@-webkit-keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

/*
 * General styles
*/
h1, h2, h3, h4 {
  font-size: 1em;
  font-weight: normal;
  margin: 0; }

blockquote {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0.1em;
  font-family: "Foundry Sterling W01 Bk", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0em; }
  @media (max-width: 800px) {
    blockquote {
      font-size: 40px;
      line-height: 48px; } }
  @media (max-width: 650px) {
    blockquote {
      font-size: 36px;
      line-height: 44px; } }
  @media (max-width: 500px) {
    blockquote {
      font-size: 28px;
      line-height: 36px; } }

img.border {
  border: 1px solid #AAB3B6; }

img.inline {
  display: inline;
  vertical-align: text-top; }

/*# sourceMappingURL=_maps/standard.css.map */
