* {
  background: none;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  color: inherit;
  text-decoration: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body > header {
  color: white;
  padding: 0 30px;
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75), 0 0 5px black, 0 0 15px black;
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75), 0 0 5px black, 0 0 15px black;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75), 0 0 5px black, 0 0 15px black; }
  body > header h1.title {
    font-size: 300%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 125px; }
  body > header h2.subtitle {
    font-size: 200%;
    font-style: italic;
    text-transform: uppercase;
    text-align: center; }
  body > header h2.author {
    color: #ff8800;
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1.5em; }
    body > header h2.author:before {
      content: 'by ';
      display: inline; }
    body > header h2.author .author {
      -webkit-transition: color 0.1s ease;
      -moz-transition: color 0.1s ease;
      transition: color 0.1s ease; }
      body > header h2.author .author:hover {
        color: #ffb866; }
      body > header h2.author .author:active {
        color: #ffcf99; }
  body > header .wallpapers {
    opacity: 0.8;
    font-size: 150%;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5em; }

body.backdrop > header {
  background: transparent url("../images/rocket-cam-medium.jpg") 50% 100% no-repeat;
  min-height: 1080px;
  margin-bottom: -80px; }

@media screen and (max-width: 1024px) {
  body > header {
    font-size: 50%; }
    body > header h1.title {
      padding-top: 75px; }

  body.backdrop > header {
    background-image: url("../images/rocket-cam-small.jpg");
    min-height: 540px; } }
@media screen and (min-width: 2048px) {
  body.backdrop > header {
    background-image: url("../images/rocket-cam-huge.jpg");
    min-height: 2160px; } }
main {
  color: #111;
  width: 860px;
  margin: 0 auto;
  text-align: justify;
  line-height: 165%;
  padding: 0 10px; }
  main section {
    margin: 1em 0; }
    main section em {
      font-style: italic; }
    main section a {
      color: #08b; }
      main section a.info {
        background-color: white;
        border-bottom: 1px dotted #ccc;
        color: inherit;
        position: relative;
        z-index: 200;
        -webkit-transition: border 0.1s ease;
        -moz-transition: border 0.1s ease;
        transition: border 0.1s ease; }
        main section a.info:hover {
          border-bottom: 1px solid #888; }
    main section header {
      margin: 2em 0;
      margin-bottom: 0.75em;
      text-align: left;
      line-height: 200%; }
      main section header h1 {
        font-size: 200%;
        color: #444;
        font-weight: bold; }
    main section p {
      margin-top: 1em; }
    main section header + p {
      margin-top: 0; }
    main section ul, main section ol {
      padding: 1em 0;
      padding-left: 2em; }
    main section img, main section figure {
      margin: 1em 0;
      width: auto;
      max-width: 100%; }
      main section img.left, main section figure.left {
        float: left;
        padding: 0.5em 0; }
      main section img.right, main section figure.right {
        float: right;
        padding: 0.5em 0; }
      main section img.center, main section figure.center {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    main section a.profile {
      display: block;
      position: relative;
      left: -80px;
      width: 1000px; }
      main section a.profile img {
        width: 1000px !important;
        margin: 0; }
    main section figure {
      background-color: #fff;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 0 1px #ccc, 0 1px 3px 1px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0 0 1px #ccc, 0 1px 3px 1px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 0 1px #ccc, 0 1px 3px 1px rgba(0, 0, 0, 0.15);
      padding: 0;
      overflow: hidden; }
      main section figure img {
        display: block !important;
        margin: 0; }
      main section figure figcaption {
        color: #444;
        font-weight: bold;
        font-style: italic;
        padding: 0.3em 1em; }

@media screen and (max-width: 1000px) {
  main {
    width: auto !important;
    text-align: left; }
    main section > * {
      max-width: 100%; }
    main section header h1 {
      font-size: 125% !important; }
    main section img, main section figure {
      display: block;
      float: none !important;
      text-align: center;
      margin: 0 auto !important; }
    main section a.profile {
      position: static !important;
      width: 100% !important;
      height: auto !important; }
    main section figure img {
      margin: 0 !important; } }
footer {
  background: #666 url("../images/footer-1920.jpg") 50% 0% no-repeat;
  color: white;
  clear: both;
  position: relative;
  width: 100%;
  margin: 3em 0;
  margin-top: 308px;
  margin-bottom: 0;
  text-align: left;
  height: 640px;
  min-height: 100vh;
  max-height: 1080px; }
  footer:before {
    background: transparent url("../images/footer-1920-fade.jpg") 50% 0% no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: -260px;
    left: 0;
    width: 100%;
    height: 260px; }
  footer .footer-content {
    width: 840px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto; }
    footer .footer-content .links {
      line-height: 175%;
      width: 100%; }
      footer .footer-content .links hr {
        border: none;
        margin: 2em 0; }
    footer .footer-content .links {
      font-weight: bold;
      text-transform: uppercase;
      -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 2px rgba(0, 0, 0, 0.75);
      -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 2px rgba(0, 0, 0, 0.75);
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 2px rgba(0, 0, 0, 0.75);
      padding: 2em 1em; }
      footer .footer-content .links a {
        display: block;
        width: auto; }
        footer .footer-content .links a:hover {
          color: #e6e6e6; }
        footer .footer-content .links a:active {
          color: #cccccc; }

@media screen and (max-width: 640px) {
  footer {
    min-height: none !important; } }
@media screen and (min-width: 1920px), screen and (min-height: 1080px) {
  footer {
    background-image: url("../images/footer-4096.jpg");
    margin-top: 408px;
    height: 1200px;
    max-height: 2160px; }
    footer:before {
      background-image: url("../images/footer-4096-fade.jpg");
      top: -360px;
      height: 360px; } }
.twitter-tweet {
  margin: 1em auto !important;
  max-width: 100% !important;
  width: 740px; }

html {
  background-color: white; }

body {
  font-family: 'Open Sans', sans-serif;
  position: relative; }

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