html, body {
  color: #666;
  height: 100%;
}

h1 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 40px !important;
  font-weight: 300 !important;
  margin: 40px 0 30px;
}

.lead {
  font-family: 'Raleway', sans-serif !important;
  font-size: 24px !important;
  font-weight: 300 !important;
}

a a:hover {
  text-decoration: none;
}

.social-media-link {
  color: #3b5998;
  text-decoration: none;
}

.social-media-link:hover {
  color: #3b5998;
  text-decoration: underline;
}

.subheading {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #14b0f2; 
  display:inline-block; 
  margin: 0 0 7px; 
  padding: 0 3px 0px; 
  border-bottom: 2px solid #d33c45;
}

.section-container {
  padding-bottom: 50px;
}

.contact-section-height {
  min-height: 200px;
}

.plumbing-init-row {
  margin: 50px 0;
}

.plumbing-service-container {
  width: 250px; 
  display: inline-block;
}

.plumbing-service-image {
  margin: 0 0 10px; 
  width: 200px; 
  height: 200px; 
  display: inline-block; 
  border-radius: 50%;
}

.building-row-container {
  margin: 30px 0 0;
}

.building-icon {
  font-size: 40px;
  text-transform: uppercase;
  display: block; 
  padding: 7px 0; 
  border-bottom: 0px dotted #d33c45;
}

.building-icon-description {
  display: inline-block;
  width: 250px; 
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; 
  font-weight: 700;
  text-transform: uppercase;
}

.building-image {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); 
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); 
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.flooring-icon {
  display: block; 
  padding: 7px 0; 
  border-bottom: 0px dotted #d33c45;
}

.flooring-icon-description {
  vertical-align: top;
  font-family: 'Open Sans', sans-serif; 
  padding: 0; 
  margin: 0; 
  font-size: 14px; 
  font-weight: 700; 
  display: inline-block;
  text-transform: uppercase;
}

.contact-icon {
  font-size: 30px; 
  display: block; 
  margin-top: 10px;
}

.social-media-container {
  font-size: 20px; 
  font-family: 'Open Sans', sans-serif; 
  font-weight: 400;
}

/* =============================== */

.standard-text {
  font-family: 'Open Sans', sans-serif; 
  font-weight: 400; 
  font-size: 16px;
}

.bottom-space {
  padding-bottom: 50px;
}

.bottom-space-20 {
  padding-bottom: 20px;
}

.top-space-30 {
  padding-top: 30px;
}

.hr-container {
  padding: 0; 
  background-color: #fff;
}

.hr {
  width: 75%; 
  height: 1px; 
  background-color: #ccc; 
  border: 0;
}
