body {
  font-family: "Quicksand";
  background-color: white;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #1e8e0c;
  color: white;
  background-color: #1e8e0c;
}

.button:hover, .button:focus {
  border-color: #1e8e0c;
  color: white;
  background-color: #1e8e0c;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand";
}

.display-table {
  display: table;
}

.va-align {
  display: table-cell;
  vertical-align: middle;
}

/* Colors */
.orange {
  color: #F78536;
}

.green {
  color: #1e8e0c;
}

.light-blue-grey {
  color: #DFEBED;
}

.blue {
  color: #497285;
}

.dark-blue {
  color: #2B4450;
}

.orange-bg {
  background-color: #F78536;
}

.light-blue-grey-bg {
  background-color: #DFEBED;
}

.blue-bg {
  background-color: #497285;
}

.dark-blue-bg {
  background-color: #2B4450;
}

/*Intro*/
.intro {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 30px;
  text-align: center;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.intro .subtitle {
  font-size: 1.5rem;
  margin: 0px 1rem;
}

/* About */
.about {
  background-image: url("../images/stripes.png");
  text-align: center;
  padding: 40px;
}

/* Info Section */
.info {
  background-color: #2B4450;
  color: white;
  padding: 50px 20px;
  margin: 10px 0px;
  text-align: center;
  box-shadow: 0px 0px 5px #000;
}

/*Services*/
.services {
  background-image: url("../images/stripes.png");
  padding: 50px 30px;
  position: relative !important;
}
.services .label {
  margin-bottom: 5px;
}
.services .service-item {
  margin-bottom: 50px;
}
.services .service-item img {
  float: left;
  width: 120px;
  margin: 10px;
  margin-top: 0px;
}
.services .service-item h5 {
  color: #497285;
  font-size: 2em;
  cursor: pointer;
}
.services.reveal {
  padding: 30px 30px;
}
.services.reveal img {
  margin-right: 20px;
  width: 150px;
}
.services.reveal h5 {
  cursor: default;
}
.services.reveal hr {
  margin: 70px 0px;
}

/* Subscribe */
.subscribe {
  background-color: #497285;
  color: white;
  min-height: 100px;
  padding: 20px;
  text-align: center;
}

/* MBE Certified */
.mbe-certified {
  background-color: #497285;
  color: white;
  min-height: 100px;
  padding: 50px 20px;
  text-align: center;
}
.mbe-certified a {
  color: #2B4450;
  font-weight: bold;
}
.mbe-certified .cert-item {
  text-align: left;
}
.mbe-certified .cert-item img {
  width: 100px;
}

/* Contact Us */
.contact-us {
  background-image: url("../images/stripes.png");
  padding: 30px;
}
.contact-us .label {
  margin-bottom: 5px;
}
.contact-us .service-item {
  margin-bottom: 30px;
}
.contact-us .service-item img {
  float: left;
  width: 70px;
  margin: 10px;
  margin-top: 0px;
}
.contact-us .service-item h5 {
  color: #497285;
  font-size: 2em;
}
.contact-us .form {
  margin-top: 20px;
}
.contact-us .form label {
  font-size: 30px;
  padding: 5px;
}
.contact-us .form .privacy-label {
  text-align: center;
}
.contact-us .form .privacy-label .privacy-text {
  font-size: 0.9rem;
}
.contact-us .form .privacy-label .privacy-text span {
  font-weight: bold;
  cursor: pointer;
  color: #2B4450;
}
.contact-us .form .privacy-label .privacy-text span:hover {
  color: #1e8e0c;
}
.contact-us .form input, .contact-us .form textarea {
  margin-top: 10px;
  border: none;
  color: #2B4450;
  background-color: transparent;
  box-shadow: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
}
.contact-us .form input:focus, .contact-us .form input.focus, .contact-us .form textarea:focus, .contact-us .form textarea.focus {
  background-color: transparent;
  border-bottom: solid 2px #1e8e0c;
}

/* Contact */
.contact {
  background-image: url("../images/skyline.jpg");
  background-position: center center;
  min-height: 200px;
  padding: 20px;
  color: white;
  text-align: center;
}

/*Footer */
.footer {
  background-color: white;
  text-align: center;
  padding: 10px;
}
.footer span {
  color: #2B4450;
  cursor: pointer;
}
.footer span:hover {
  color: #1e8e0c;
}

.legal {
  position: relative !important;
  background-image: url("../images/stripes.png");
  padding: 50px 30px;
}