@import url(http://fonts.googleapis.com/css?family=Orbitron:700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:300,300italic);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700);
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHklEQVQYV2NkYGA4A8QEASNUoTEhlaMK8YYQ0cEDAFEsCc57YFelAAAAAElFTkSuQmCC) repeat;
  color: #b3b3b3;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

body:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(140, 179, 217, 0.6) 0%, rgba(0, 0, 0, 0.5) 100%); }

.page-flash {
  display: none;
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30; }

h1 {
  font: 34px "Orbitron", sans-serif;
  color: white;
  margin-bottom: 0.7em;
  line-height: 130%; }

h2 {
  font: 22px "Merriweather", serif;
  font-style: italic;
  color: #d9d9d9;
  margin-bottom: 1.5em;
  line-height: 150%; }

h3 {
  font: 26px "Oswald", sans-serif;
  color: white;
  margin-bottom: 0.7em; }

p {
  font: 20px "Open Sans", serif;
  color: #b3b3b3;
  line-height: 150%;
  margin: 1em 0; }

em {
  font-weight: bold; }

.nature-image {
  height: 240px;
  width: 320px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 5px; }

blockquote {
  padding: 0 20px 10px 0;
  max-width: 250px;
  display: block;
  float: left;
  font: 24px "Merriweather", serif;
  font-style: italic;
  text-align: center;
  color: #e6e6e6; }

a {
  text-decoration: none;
  color: #7099c2; }
  a:hover {
    color: #b8cce0; }

.links-left,
.links-right {
  position: absolute;
  top: 15px;
  text-align: center;
  z-index: 50; }

.links-left {
  left: 10px; }

.links-right {
  right: 10px; }

.fb-share-button {
  vertical-align: top; }

.twitter-share-button {
  margin-left: 10px; }

.donation-link {
  position: relative;
  display: block;
  float: left;
  margin-left: 10px;
  background: #222;
  color: #fff;
  padding: 3px 6px 3px 18px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  border: 1px solid #ef9e5b; }
  .donation-link::before {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 2px;
    background: url("bitcoin.svg");
    background-size: cover;
    width: 13px;
    height: 13px; }
  .donation-link:hover {
    background: #4080bf;
    color: #fff;
    border-color: #fff; }
  .donation-link:active {
    top: 1px; }

.donation-modal {
  display: none;
  font-size: 21px;
  background: linear-gradient(#1f3347 0%, black 100%) !important;
  line-height: 1.5;
  padding: 2em !important;
  box-shadow: 0 0 55px 5px rgba(255, 255, 255, 0.3) !important;
  border: 4px solid #000 !important;
  border-radius: 20px !important; }
  .donation-modal p {
    color: #fff;
    text-align: center;
    margin: 0 0 1.5em; }
  .donation-modal .bitcoin-address {
    font-weight: 600; }
  .donation-modal .qr-code {
    text-align: center; }
  .donation-modal img {
    width: auto;
    height: auto; }

.topbar {
  z-index: 40;
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.4);
  text-align: center; }

.topbar button {
  height: 45px;
  width: 200px;
  outline: none;
  border: 3px solid #476685;
  background: #0d1a26;
  color: #a3ccf5;
  font: 16px "Oswald", sans-serif;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5); }
  .topbar button:active {
    background: #264d73;
    color: black;
    border-color: black; }

@-webkit-keyframes glow_jump {
  from {
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
    -moz-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
    -ms-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
    -o-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
    box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9); }
  to {
    transform: scale(1.3);
    -webkit-box-shadow: 0px 0px 55px 10px white;
    -moz-box-shadow: 0px 0px 55px 10px white;
    -ms-box-shadow: 0px 0px 55px 10px white;
    -o-box-shadow: 0px 0px 55px 10px white;
    box-shadow: 0px 0px 55px 10px white;
    color: white;
    border-color: #ccc; } }
@-moz-keyframes glow_jump {
  from {
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
    -moz-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
    -ms-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
    -o-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
    box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9); }
  to {
    transform: scale(1.3);
    -webkit-box-shadow: 0px 0px 55px 10px white;
    -moz-box-shadow: 0px 0px 55px 10px white;
    -ms-box-shadow: 0px 0px 55px 10px white;
    -o-box-shadow: 0px 0px 55px 10px white;
    box-shadow: 0px 0px 55px 10px white;
    color: white;
    border-color: #ccc; } }
@keyframes glow_jump {
  from {
    transform: scale(1);
    -webkit-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
    -moz-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
    -ms-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
    -o-box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9);
    box-shadow: 0px 0px 55px 5px rgba(158, 204, 250, 0.9); }
  to {
    transform: scale(1.3);
    -webkit-box-shadow: 0px 0px 55px 10px white;
    -moz-box-shadow: 0px 0px 55px 10px white;
    -ms-box-shadow: 0px 0px 55px 10px white;
    -o-box-shadow: 0px 0px 55px 10px white;
    box-shadow: 0px 0px 55px 10px white;
    color: white;
    border-color: #ccc; } }
@-webkit-keyframes pulse {
  0% {
    background: rgba(15, 38, 61, 0.5);
    border-color: rgba(222, 230, 237, 0.9); }
  100% {
    background: rgba(38, 77, 115, 0.5);
    border-color: rgba(122, 153, 184, 0.9); } }
@-moz-keyframes pulse {
  0% {
    background: rgba(15, 38, 61, 0.5);
    border-color: rgba(222, 230, 237, 0.9); }
  100% {
    background: rgba(38, 77, 115, 0.5);
    border-color: rgba(122, 153, 184, 0.9); } }
@keyframes pulse {
  0% {
    background: rgba(15, 38, 61, 0.5);
    border-color: rgba(222, 230, 237, 0.9); }
  100% {
    background: rgba(38, 77, 115, 0.5);
    border-color: rgba(122, 153, 184, 0.9); } }
.master {
  max-width: 768px;
  margin: 80px 50px 20px 50px;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px; }

.comments {
  background: #121212;
  border-radius: 30px;
  max-width: 768px;
  margin: 0 auto 50px auto;
  padding: 0 50px 0 50px;
  -webkit-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.3); }

@media screen and (max-width: 767px) {
  body:before {
    content: "";
    content: none;
    z-index: -1;
    position: fixed;
    background: none; }

  body {
    background: url("bg.png");
    width: 100%; }

  h1 {
    margin-top: 0.5em;
    font-size: 1.8em;
    text-align: center; }

  h2 {
    font-size: 1.2em; }

  h3 {
    font-size: 1.3em; }

  .nature-image,
  blockquote {
    display: block;
    margin: 0 auto;
    float: none; }

  .nature-image {
    max-width: 320px;
    max-height: 240px;
    width: 95%;
    height: auto; }

  .master {
    padding: 4%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 100px 0 0 0;
    width: 100%; }

  .donation-modal .bitcoin-address {
    word-break: break-all;
    font-size: 0.8em; }

  .topbar {
    height: 100px; }

  .topbar button {
    margin-top: 35px; }

  .links-left {
    width: 100%; }

  .comments {
    padding: 4%;
    border-radius: 0px; } }
@media screen and (min-width: 868px) {
  .glowjump {
    -webkit-animation: glow_jump 0.4s ease 3s 2 alternate;
    -moz-animation: glow_jump 0.4s ease 3s 2 alternate;
    -ms-animation: glow_jump 0.4s ease 3s 2 alternate;
    -o-animation: glow_jump 0.4s ease 3s 2 alternate;
    animation: glow_jump 0.4s ease 3s 2 alternate; }

  .topbar button {
    transition: transform 0.1s, color 0.2s, border-color 0.2s, box-shadow 0.5s; }
    .topbar button:hover {
      transform: scale(1.2);
      color: white;
      border-color: #ccc;
      -webkit-animation: pulse 0.3s linear 0s infinite alternate;
      -moz-animation: pulse 0.3s linear 0s infinite alternate;
      -ms-animation: pulse 0.3s linear 0s infinite alternate;
      -o-animation: pulse 0.3s linear 0s infinite alternate;
      animation: pulse 0.3s linear 0s infinite alternate;
      -webkit-box-shadow: 0px 0px 55px 5px white;
      -moz-box-shadow: 0px 0px 55px 5px white;
      -ms-box-shadow: 0px 0px 55px 5px white;
      -o-box-shadow: 0px 0px 55px 5px white;
      box-shadow: 0px 0px 55px 5px white; }
    .topbar button:active {
      transition: transform 0s, border-color 0s, background 0s, box-shadow 0.5s;
      -webkit-animation: 0;
      -moz-animation: 0;
      -ms-animation: 0;
      -o-animation: 0;
      animation: 0;
      transform: scale(1.1); }

  .master {
    margin: 80px auto 20px auto; }

  .comments {
    margin: 0 auto 50px auto; } }

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