/* Color Spacing Fonts */
/* General Styles */
body {
  color: #333333;
  line-height: 24px;
  font-family: Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: roboto, sans-serif;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.5rem;
}
/* Header Styles */
header nav a {
  color: #1176a6;
}
header nav a:hover {
  color: #333333;
}

/* Home Page Styles */
.services-section {
  background: linear-gradient(180deg, rgba(110, 22, 42, 0.03), transparent);
}
.services-section h2 {
  text-align: center;
}
.awards-heading {
  margin-top: 2rem;
}
.awards-text h2 {
  font-size: 2rem;
  text-align: center;
}
.icon {
  background-color: rgba(0, 135, 5, 1);
  border-radius: 45px;
  padding: 1.1rem;
}
.call-to-action {
  background: linear-gradient(180deg, rgba(110, 22, 42, 0.03), transparent);
}
.btn {
  background-color: rgba(0, 135, 5, 1);
  color: #fff;
}
.btn:hover {
  background-color: #fff;
  color: rgba(0, 135, 5, 1);
  outline: 1px solid rgba(0, 135, 5, 1);
}
.our-clients-page,
.our-work-page,
.contact-page {
  background: linear-gradient(180deg, rgba(110, 22, 42, 0.03), transparent);
  margin-top: 5rem;
}
footer {
  background: #4d5159;
  color: #c3c8d1;
}
