.slider-button {
  background-color: rgba(0, 0, 0, .5) !important; 
  font-size: medium !important;
}

.bg-parallax {
  background-color: #990505;
}


.testimonial-item {
  background-color: #f5f5f8;
  color: #a8a8a8;
  padding: 20px;
}

@media (min-width: 1200px) {
  .sc-md-7 {
    flex: 0 0 14.285%;
    width: 14.285% !important;
  }
  .offset-md-4.sc-md-7 {
    margin-left: 0;
  }
}

@media (min-width: 768px){
  .cta-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .cta-desktop {
    display: none;
  }
}

@media (max-width: 1040px) {
      .mainSlide-Title {
      margin-top: 12vw !important;
  }
  .mainSlide-Button {
    margin-top: 22vw !important;
  }
}


@media (max-width: 600px) {
  
  .mainSlide-Subtitle {
    margin-top: -80px !important;
  }
  
        .mainSlide-Title {
      margin-top: 0px !important;
  }
  .mainSlide-Button {
    margin-top: 50px !important;
  }
}

.mainSlide-Subtitle, .mainSlide-Title {
  background-color: rgba(0, 0, 0, .5);
  padding: 20px !important;
}

.tp-leftarrow, .tp-rightarrow{
  background-color: rgba(0, 0, 0, .5) !important;;
}

@media (min-width: 600px) {
.col-sm-6.col-md-6.col-lg-3 img  {
    float: left;
    width:  100% !important;
    height: 200px !important;
    object-fit: cover;
    border-radius: 15px;
}
}




/*update white nave height*/

.navbar.desktop-nav {
  height: 110px;
}

/*update image height*/

.navbar-brand img {
  height: 80px;
  margin-left: -4vw;
  margin-top: .5vw;
}

@media (max-width: 1200px) {
  .navbar-brand img {
    margin-left: -3vw !important;
  }
}

/*reduce height on smaller devices*/

@media (max-width: 400px) {
  .navbar-brand img {
    height: 80px;
  }
}

/*update spacing for nav*/

.container.pt100,
.container.pt80 {
  margin-top: 50px !important;
}

@media (max-width: 1200px) {
  .navbar-brand img {
    height: 64px !important;
    margin-left: 1vw;
  }
}

@media (min-width: 768px) and (max-width: 998px){
.col-md-2 h5 {
  font-size: smaller;
}
}


h, h1, h2, h3, h4, h5 {
  font-family: lato !important;;
}

/* custom service and about page layouts */
@media (min-width: 992px) {
  .mobile-service {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .desktop-service {
    display: none !important;
  }
}