.share-tech-regular {
  font-family: "Share Tech", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1 {
  color: red;
}
h2 {
  font-size: 24px;
  color: red;
  position: relative;
  z-index: 1;
}
span.id {
  position: absolute;
  color: #282828;
  font-size: 12px;
  z-index: 0;
}
header nav.navbar .navbar-brand {
  padding-bottom: 10px;
}
header nav.navbar.bg-dark {
  background-color: rgba(27, 27, 27, 0.8) !important;
}
header nav.navbar input.search {
  background-color: rgba(37, 37, 37, 0.8);
  border: none;
}
body {
  background-color: black;
  background-image: url('/assets/img/trigrid_background_somefill.png');
  color: white;
  font-family: "Share Tech", sans-serif;
}
.background {
  background-color: rgba(32, 32, 32, 0.8);
}
.panel {
  padding: 12px;
  margin-bottom: 24px;
}
nav li {
  padding: 0;
  font-size: 1.5em;
}
nav li a.nav-link {
  padding: 0;
}
section#content {
  padding: 15px;
}
section#content .carousel.slide {
  margin: -15px;
  margin-bottom: 0px;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
h1 {
  color: red;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.navbar-dark .navbar-nav .nav-link.active {
  color: #ff0000;
}
img.hero {
  width: 100%;
  margin-bottom: 8px;
}
ul.project-type-tags {
  display: block;
  list-style-type: none;
  padding-left: 0px;
}
ul.project-type-tags li {
  background-color: red;
  padding: 0 4px;
  color: black;
  font-weight: bold;
  margin-right: 8px;
  float: left;
  text-transform: uppercase;
}
/*# sourceMappingURL=main.css.map */