/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 70px 0 5px;
}

.navbar-brand {
  font-size: 85%;
}

@media (min-width: 400px) {
  .navbar-brand {
    font-size: 1.5rem;
  }
}

section {
  padding: 10px 0;
}

.headersection {
  background-image: url("../images/bgbig.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.headeroverlay {
  position: absolute;
  background-color: #0062cc;
  opacity: 0.65;
  /*dim the background*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.headercta {
  position: relative;
  z-index: 2;
}

.sectionfooter {
  margin-top: 20px;
}

.box {
  padding: 60px 0px;
}

.box-part {
  background: #fff;
  border-radius: 0;
  padding: 20px 10px;
  margin: 10px 0px;
}

.responsive {
  text-align: center;
  width: 187px;
  height: 120px;
  margin: auto;
  position: relative;
  object-fit: cover;
  text-align: center;
}

.text {
  margin: 20px 0px;
}

.fa {
  color: #4183d7;
}

#footer-spacer {
  height: 80px;
  width: 100%;
  display: none;
}

#mobile-footer {
  position: fixed;
  height: 120px;
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  display: none;
}

#mobile-cta {
  height: 80px;
}

.headertitle {
  padding-bottom: 25px;
  z-index: 2;
  position: relative;
}

.headertitle h1 {
  font-size: 32px;
  margin-top: 16px;
}

.salesummary {
  font-size: 1.0rem !important;
}

.pulsingButton {
  width: 250px;
  text-align: center;
  white-space: nowrap;
  display: block;
  margin: 25px auto;
  padding: 10px;
  box-shadow: 0 0 0 0 #ff9900;
  border-radius: 50px;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.4, 0, 1, 1);
  -moz-animation: pulsing 1.25s infinite ease-out;
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 5, 1);
  font-size: 22px;
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  color: #fff;
  background-color: #ff9900;
  transition: all 500ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

/* Comment-out to have the button continue to pulse on mouseover */
a.pulsingButton:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #ffffff;
}

/* Animation */
@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.bg-secondary {
  background-color: white!important;

}

.btn-primary {
  color: #fff;
  background-color: #ff9900;
  border-color: #ff9900;
}

.row {
  margin: auto;
}

.btn-fly {
  position: fixed;
  height: 78px;
  bottom: 0;
  width: 100%;
  align-items: center;
  text-align: center;
  z-index: 5;
}

#pricing {
  z-index: 7;
  position: sticky;
  margin: auto;
  background-color: white;

}

#service-areas {
  z-index: 7;
  position: sticky;
  margin: auto;
  background-color: white;
}

 #contact {
   z-index: 7;
   position: sticky;
   margin: auto;
   background-color: white;

 }

  #aboutus {
    z-index: 7;
    position: sticky;
    margin: auto;
    background-color: white;
  }

  .footer {
    z-index: 7;
    position: sticky;
    margin: auto;
  background-color:  #343a40;
  padding-bottom: 3.5rem;
  }

  h5 {
    background-color: #ff9900;
  }
