html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  min-width: 1170px; }

* {
  font-family: source sans pro; }

.btn {
  border-radius: 3px; }

.btn:hover {
  cursor: pointer; }

.btn-lg {
  padding: 5px; }

.btn-success {
  background-color: #4ca268; }

.container2 {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 15px; }

header {
  background-color: #2c2c2c;
  width: 100%; }
  header #logo {
    height: 100px;
    margin: 5px 0px; }
  header #nationwide {
    color: white;
    font-size: 25px;
    margin: 30px 0px 30px 100px;
    display: inline-block; }
  header #cta {
    display: inline-block;
    float: right;
    margin-top: 10px; }
    header #cta p {
      font-size: 35px;
      color: white;
      display: inline-block;
      margin: 0; }
    header #cta a {
      display: block; }

#mainBody {
  height: 630px;
  background-image: url("../img/background-main.jpg");
  background-size: cover;
  background-position: center; }

#serviceBoxes {
  padding-top: 75px;
  text-align: center; }
  #serviceBoxes a:hover {
    text-decoration: none; }
    #serviceBoxes a:hover .serviceBox {
      background-color: #2c2c2c; }
      #serviceBoxes a:hover .serviceBox p {
        color: white; }
  #serviceBoxes .serviceBox {
    display: inline-block;
    margin: 0px 5px;
    height: 265;
    width: 265;
    background-color: rgba(255, 255, 255, 0.95);
    transition: background 0.3s ease;
    cursor: pointer; }
    #serviceBoxes .serviceBox img {
      margin: 10px 10px 5px 10px; }
    #serviceBoxes .serviceBox p {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 0;
      color: #4f4d4d;
      transition: color 0.3s ease; }

#boxes {
  margin-top: 30px;
  text-align: center; }

#welcomeBox {
  background-color: rgba(255, 255, 255, 0.95);
  display: inline-block;
  width: 555px;
  padding: 10px;
  margin: 0px 5px 0px 0px; }

.welcome {
  color: #4f4d4d;
  font-size: 30px; }

#whyChooseUsBox {
  background-color: rgba(255, 255, 255, 0.95);
  display: inline-block;
  position: relative;
  bottom: 12px;
  width: 435px;
  height: 222px;
  padding: 10px 15px;
  margin: 0px 0px 0px 5px; }
  #whyChooseUsBox img {
    position: relative;
    bottom: 7px; }
  #whyChooseUsBox ul {
    margin-top: 10px;
    text-align: left; }
    #whyChooseUsBox ul li {
      font-size: 22px;
      color: #4f4d4d; }

#testimonials {
  margin: 40px 0px 20px 0px;
  text-align: center; }

.testimonial {
  background-color: #f0f0f0;
  display: inline-block;
  padding: 12px;
  border-radius: 5px;
  width: 327px;
  height: 300px;
  text-align: left;
  margin: 5px;
  vertical-align: top; }
  .testimonial img {
    display: inine-block;
    border: 3px solid white;
    height: 90px;
    margin: 10px; }
  .testimonial .testimonialName {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 15px; }
    .testimonial .testimonialName span {
      font-size: 14px; }

.serviceHeader {
  font-size: 22px;
  color: white;
  background-color: #9b9a9a;
  padding: 5px 8px;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 10px; }

#percolationSection {
  background-color: #f0f0f0; }

.percolationLeft {
  width: 560px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.percolationRight {
  vertical-align: top;
  display: inline-block; }
  .percolationRight img {
    float: right;
    margin: 10px 0px 10px 0px; }

.breLeft {
  display: inline-block;
  vertical-align: top; }
  .breLeft img {
    margin: 20px 20px 20px 0px; }

.breRight {
  width: 575px;
  display: inline-block;
  vertical-align: top; }

#breText2 span {
  font-weight: 600;
  font-size: 1.2em; }

#landSection {
  background-color: #f0f0f0; }

.landServiceSection p {
  margin: 15px 0px 20px 0px; }
  .landServiceSection p span {
    font-size: 1.2em;
    font-weight: 600; }
.landServiceSection img {
  margin-bottom: 20px; }

#contactSection {
  text-align: center; }

#contact {
  font-size: 2.5em;
  color: #4f4d4d;
  margin: 20px 0px 30px 0px; }

form {
  background: #2c2c2c;
  width: 565px;
  padding: 20px 15px 15px 15px;
  border-radius: 3px;
  text-align: left;
  margin: 0px auto 40px auto; }
  form .formGroup {
    margin-bottom: 20px; }
  form label {
    display: block;
    color: white;
    font-size: 1.1em; }
  form input {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: none;
    padding: 5px; }
  form textarea {
    padding-left: 6px;
    border-radius: 3px;
    display: block;
    width: 100%; }
  form #submit {
    display: inline-block;
    width: 175px;
    font-size: 1.2em; }

.alertWindow {
  margin-top: 10px; }

footer {
  background: #2c2c2c;
  text-align: center;
  bottom: 0px;
  width: 100%; }
  footer img {
    height: 90px;
    display: inline-block;
    margin: 10px 150px 10px 0px; }
  footer #footerPhone {
    color: white;
    font-size: 3.5em;
    display: inline-block;
    margin: 20px 0px 10px 150px; }
  footer #copyright {
    color: white;
    padding: 10px; }
