@font-face {
  font-family: Lucida Sans;
  src: url(../fonts/lucida-sans.ttf);
}

body,
.navbar .navbar-brand {
    font-family: Lucida Sans, sans-serif;
}

.bg-dark {
    background-color: #0d1025 !important;
}

/*.btn-primary {
    background-color: #dd4124 !important;
    border-color: #dd4124 !important;
}

.btn-primary:hover {
    background-color: #cc1406 !important;
    border-color: #cc1406 !important;
}*/

.btn-dark {
    /*background-color: #4279bd !important;*/
    background-color: #dd4124 !important;
    /*border-color: #4279bd !important;*/
    border-color: #dd4124 !important;
}

#jarallax-container-0 {
    clip: rect(0 1440px 640px 0);
    clip: rect(0, 1440px, 640px, 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

article li {
  margin-bottom: 1rem;
}

ul.list-unstyled {
  padding-left: 40px;
}

ul.list-unstyled li:before {
  content: "\f058"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -2rem; /* same as padding-left set on li */
  width: 2rem; /* same as padding-left set on li */
  color: #3db36b;
  font-weight: 900;
}

.darken {
  background-color: rgba(0, 0, 0, .85);
}