body{
	min-width: 320px;
	font-size: 14px;
	font-family: 'Roboto';
	color: #0f0f0f
}

img{
	max-height: 100%;
	height: auto;
}

a{
	color: #0f0f0f;
	font-weight: 700;
}

a:hover {
	color: #ff650d;
	font
}

body {
  color: #5a5a5a;
}

.logo-color {
  color: #ff650d;
}

.centered {
  text-align: center;
}

.carousel {

}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 610px;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 610px;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.featurette-divider {
  margin: 5rem 0;
}


.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {

  }
}


.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
}

* {
  box-sizing: border-box;
}
* {box-sizing:border-box}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.mySlides-2 {
  display: none;
}

.mySlides-3 {
  display: none;
}

.mySlides-4 {
  display: none;
}

.mySlides-5 {
  display: none;
}

.mySlides-6 {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.bold {
  font-weight: 500;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.block-name {
  background-color: #ff650d;
  color: #fff;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

footer {
  background-color: #ff650d;
  color: #fff;	
}

.home {
  margin-top: -76px;
  height: 76px;
}

.services {
  margin-top: -76px;
  height: 76px;
}