.navbar-default {
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #555555;
}

pre code {
  font-size: 15px;
  color: inherit;
  white-space: pre-wrap;
}

.home-carousel {
    position: relative;
    background: url('/img/carousel/background.jpg') center center repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.home-carousel .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 0, 14, 0.897);
    opacity: 0.8;
    filter: alpha(opacity=90);
}
.home-carousel span {
  color: white;
}
.bx-lg {
    font-size: xx-large !important;
}

.customers-alt {
    padding: 0;
    margin-bottom: 40px;
  }
  .customers-alt .row {
    padding: 20px 20px;
    border-bottom: solid 1px gray;
 }
  .customers-alt .row .item {
    list-style-type: none;
    text-align: left;
    margin: 30px 20px;
  
 }
 .customers-alt .row .item .img{
    display: inline-block;

 }
.customers-alt .row .item{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.customers-alt .row .item:hover {
  max-width: auto;
  filter: none;
  -webkit-filter: none;
}

.bar.background-image-fixed-2 {
  background: url('/img/carousel/background.jpg') center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.bar .dark-mask{
  background: rgba(2, 0, 14, 0.897);
  opacity: 0.8;
  filter: alpha(opacity=90);
}

#heading-breadcrumbs {
  background: url('/img/carousel/background.jpg') center bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 20px 0;
  margin-bottom: 40px;
}
.heading-breadcrumbs-background {position: relative;}
.heading-breadcrumbs-background .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 0, 14, 0.897);
    opacity: 0.8;
    filter: alpha(opacity=90);
}

#heading-breadcrumbs h1 {
  color: white;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: inline;
  max-width: 100%;
  height: auto;
}
.img-responsive {
  display: inline
}
.lead a {
  color: orange; /*var(--secondary-accent)*/;
  text-decoration: none;
  font-weight: 400;
}
.lead a:hover {
  color: rgb(255, 195, 83); /*var(--secondary-accent)*/;
  text-decoration: underline;
  font-weight: 400;
}