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

.topbar {
  z-index: 40;
  height: 55px;
  width: 100%;
  padding: 5px;
  text-align: center; 
}

.topbar button {
  height: 45px;
  width: 290px;
  outline: none;
  border: 3px solid #476685;
  background: #0d1a26;
  color: #a3ccf5;
  font: 16px "Oswald", sans-serif;
  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: 10px 50px 20px 50px; 
  padding: 15px;
  background-color: rgba(0, 100, 0, 0.1);
  -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; }

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

  .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: 0 0 0 0;
    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: 0px auto 20px auto; }

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