body {
  background-color: #dedede;
}

.footer a {
  color: #dedede;
}

.myButton {
  -moz-box-shadow:inset 0px 1px 0px 0px #5d5d5d;
  -webkit-box-shadow:inset 0px 1px 0px 0px #5d5d5d;
  box-shadow:inset 0px 1px 0px 0px #5d5d5d;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5d5d5d), color-stop(1, #5d5d5d));
  background:-moz-linear-gradient(top, #5d5d5d 5%, #5d5d5d 100%);
  background:-webkit-linear-gradient(top, #5d5d5d 5%, #5d5d5d 100%);
  background:-o-linear-gradient(top, #5d5d5d 5%, #5d5d5d 100%);
  background:-ms-linear-gradient(top, #5d5d5d 5%, #5d5d5d 100%);
  background:linear-gradient(to bottom, #5d5d5d 5%, #5d5d5d 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d5d5d', endColorstr='#5d5d5d',GradientType=0);
  background-color:#5d5d5d;
  border:1px solid #fff;
  display:inline-block;
  cursor:pointer;
  color:#fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size:1.5rem;
  font-weight:bold;
  padding:6px 18px;
  text-decoration:none;
}

.service_heading {
  background: #5d5d5d;
}

h1 {
  color: #3c3c3c;
}

h2 {
  color: #3c3c3c;
}

.navbar-nav > li > a:hover {
    background-color: #5d5d5d;
}