@import url('base.css');

body {
    color: #002d59;
}
.hero-section {
    background-color: #002d59;
}
.brand-text {
    color: #002d59;
}
.brand-accent {
    color: #dca24b;
}
.brand-bg {
    background-color: #002d59;
}
.brand-accent-bg {
    background-color: #dca24b;
}
.service-card {
    transition: transform .3s ease-in-out;
}
.service-card:hover {
    transform: translateY(-10px);
}
.hero-text {
  color: #dca24b;
}
.quote-button {
  background-color: #dca24b;
  color: #002d59;
}
.service-card-title {
  color: #002d59;
}
.service-card-button {
  background-color: #dca24b;
  color: #002d59;
}
.service-areas-title {
  color: #dca24b;
  text-shadow: 1px 1px 0 #000, 2px 2px 0 #000, 3px 3px 0 #000;
}
#map {
  height: 400px;
  width: 100%;
}
.get-a-quote-title {
  color: #dca24b;
  text-shadow: 1px 1px 0 #000, 2px 2px 0 #000, 3px 3px 0 #000;
}
.form-heading {
    color: #002d59;
}
.form-submit-button {
  background-color: #dca24b;
  color: #002d59;
}
.contact-form-title {
  color: #dca24b;
  text-shadow: 1px 1px 0 #000, 2px 2px 0 #000, 3px 3px 0 #000;
}
.contact-form-submit-button {
  background-color: #dca24b;
  color: #002d59;
}
.nap-map-title {
  color: #dca24b;
  text-shadow: 1px 1px 0 #000, 2px 2px 0 #000, 3px 3px 0 #000;
}
.nap-map-icon {
  color: #002d59;
}
.nap-map-link {
  color: #002d59;
}
.nap-map-action-primary {
  background-color: #dca24b;
  color: #002d59;
}
.nap-map-action-secondary {
  border-color: #dca24b;
  color: #002d59;
}
.nap-map-heading {
    color: #002d59;
}
.testimonials-bg {
    background-image: url('../pngImages/hero11.webp');
    background-size: cover;
    background-position: center;
}
.testimonials-title {
  color: #002d59;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #fff, 3px 3px 0 #fff;
}
.testimonial-author {
  color: #002d59;
}
.index-body-bg {
  background-color: #002d59;
}
.quote-heading-text {
  color: #dca24b;
  text-shadow: 1px 1px 0 #000, 2px 2px 0 #000, 3px 3px 0 #000;
}
input[name="_gotcha"] {
  display: none;
}
.address-heading-text {
  color: #002d59;
}
.customer-reviews-title {
  color: #002d59;
  text-shadow: 1px 1px 0 #ccc, 2px 2px 0 #ccc, 3px 3px 0 #ccc;
}
.customer-review-card {
}
.customer-review-author {
  color: #002d59;
}
.image-bar {
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.image-bar img {
    width: 100%;
    height: auto;
    display: block;
}
.body-bg {
    background-color: #002d59;
}
.map-error {
    color: red;
    text-align: center;
    padding: 20px;
}
.map-error-link {
    color: blue;
    text-decoration: underline;
}
.quote-title {
    color: #dca24b;
    text-shadow: 1px 1px 0 #000, 2px 2px 0 #000, 3px 3px 0 #000;
}
.pickup-address-title {
    color: #002d59;
}
.responsive-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tracking-input {
  background-color: #333;
  color: #fff;
}
.track-button {
  background-color: #002d59;
  color: #fff;
}