body {
  margin-right: 0!important;
  padding-right: 0!important;
  background-color: #181310;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: 300;
  color: #696968;
  
} 


h1, h2, h3, h4, h5, h6 {
  color: orange;
}

h1 {
  margin-bottom: 6rem;
  margin-top: 2rem;
}
h4 {
  color: #f7d69d;
  padding: 0 2em;
  margin-bottom: 3rem;
}

p {
  color: #696968;
  font-size: 16px;
  line-height: 1.3rem;
}

a {
  text-decoration: none;
  
}
a:hover {
  color: rgb(29, 242, 5); 
}
.header1 {
  margin-top: 12rem;
  margin-bottom: 10rem;
}

.intro-text {
  text-align: center;
}

.get-quote {
  background-color: #282423;
  border: 2px solid white;
  color: orange; 
  margin-bottom: 6rem;
}

.header-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1%;
  width: 100%;
}

.header-img img {
  flex: 1;
  max-width: 24%;
  height: auto;
  object-fit: cover;
}

.header-image {
  width: 24%;
  max-width: 300px;
  display: inline-block;
  margin: 0 0.5%;
}

input {
  color: rgb(104, 103, 101);
  width: 100%;
  border: 2px solid orange;
  border-radius: 3px;  
}

label {
  color: rgb(104, 103, 101);
  
}

textarea {
  color: rgb(104, 103, 101);
  width: 100%;
  border: 2px solid orange;
  border-radius: 3px;

}

.submit {
  color: white;
  background-color: orange;
  border: none;
  border-radius: 3px;
}

.call-button {
  padding: 8px;
  color: orange;

  width: 100%;
}



.spacer {
  height: 8rem;
}

.navbar {
  background-color: orange!important;
}

.location-section {
  margin-top: 5rem;
}

.personal {
  color: rgb(24, 210, 4)!important; 
  font-size: .9em;
}

.btn-text {
  color: orange!important;
}



.card {
  border: 5px solid orange;
  margin-bottom: 5rem!important;
}

.footer-dark {
  padding:70px 0;
  color:#f0f9ff;
  background-color:#181310;
}

.footer-dark h2 {
  margin-top:0;
  margin-bottom:25px;
  font-weight:bold;
  font-size:26px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:18px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

.footer-dark .item.text {
  margin-bottom:36px;
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

.footer-dark .item.social > a {
  font-size:20px;
  width:46px;
  height:46px;
  line-height:46px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 2px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
  margin-top: 100px;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}

@media (max-width:1000px) {
  .card-group {
    display: block;
  }
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}



@media (max-width:767px) {
  .footer-dark .item:not(.social){
    text-align:center;
    padding-bottom:20px;
  }
  
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}


