﻿body {
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3 {
  /*font-family: 'AspireSC-Regular', sans-serif;*/
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
}
h1 a,
h2 a,
h3 a {
  color: #999;
}
small a {
  color: gray;
}
.navbar {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 8px;
  /*margin-bottom:0 !important;*/
  /*background-color:@color1 !important;
    a {
        color:white !important;
    }*/
}
.navbar-brand {
  padding: 5px;
}
.navbar-brand img {
  height: 40px !important;
}
.carousel {
  position: relative;
  border-radius: 10px;
}
.carousel .logo {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100000000000;
}
.carousel img,
.carousel a {
  border-radius: 10px;
}
.carousel .carousel-indicators {
  bottom: 0 !important;
}
section {
  padding: 10px;
}
section.breadcrumbs {
  padding: 0 !important;
}
section.breadcrumbs ol {
  background: none !important;
  margin-bottom: 0;
}
section.content h1 {
  margin-top: 0 !important;
}
section.home-machines {
  background-color: #999;
}
section.home-machines h2 {
  color: white;
}
section.callme {
  background-color: #999;
}
section.callme h2,
section.callme a {
  color: white;
}
@media (min-width: 768px) {
  ul.nav {
    float: right;
  }
  section {
    padding: 20px;
  }
}
.img-round {
  border-radius: 10px;
}