@import url("https://fonts.googleapis.com/css?family=Numans");
html, body {
  background-image: url("../../img/wp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  font-family: "Numans", sans-serif;
  font-size: 11px;
}
html .semi-transp, body .semi-transp {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.6;
}
html .semi-transp.clean, body .semi-transp.clean {
  opacity: 0;
}
html .main .pirate-nav, body .main .pirate-nav {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
html .main .main-content .content, body .main .main-content .content {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6) !important;
}

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