body {
  background-color: #000000;
  color: #eeeeee;
}

h1 {
  font-family: "Droid Serif", Georgia, Times, serif;
  font-size: 49px;
  line-height: 65px;
}

p {
  font-family: "Droid Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

a {
  color: #17a2b8;
}

a:hover {
  color: #0069d9;
}

ul.inline {
  list-style-type: none;
  padding-left: 0;
}

ul.inline li {
  display: inline-block;
  margin-right: 16px;
  margin-top: 16px;
}

ul.list {
  padding-left: 16px;
}

ul.list li {
  margin-right: 16px;
}

ul.list li p {
  margin: 0;
}

.particles {
  display: block;
  position: fixed;
  /*absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  position: relative;
  display: block;
  width: 100%;
  padding: 32px;
  background-color: rgba(26, 26, 26, 0.8);
  margin-top: 100px;
}

.text-center {
  text-align: center;
}

.title {
  margin-bottom: 48px;
  margin-top: 48px;
}

.btn-primary {
  background-color: #006699;
  border-color: #006699;
}

.btn-primary:hover, .btn-primary:focus {
  box-shadow: none;
}

.credit {
  font-size: 12px;
  position: absolute;
  bottom: 8px;
}

.error {
  color: #dc3545;
}

.info {
  color: #17a2b8;
}

/* Matrix effect*/
.matrix {
  display: block;
  position: fixed;
  /*absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/***Modal **/
.modal-content {
  background-color: rgba(36, 36, 36, 0.9);
}

.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-content button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 24px;
  color: #eeeeee;
}

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