@charset "UTF-8";
/* CSS Document */

/* BODY */
html,
body {
  height: 100% !important;
  width: 100% !important;
}

body {
  background: fixed no-repeat;
  background-position: center;
  background-size: cover;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.25)),
      to(rgba(200, 200, 200, 0.25))
    ),
    url(../images/backgrounds/map-world-faint.jpg);
}

/* PRINT */
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
