body {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color:#333;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-nav {
  text-transform: uppercase;
}

.navbar .brand {
  padding-top: 9px;
}

.navbar-absolute {
    position: absolute;
    margin: 0;
}

.navbar-absolute + div {
    margin-top: 68px;
}

footer {
  margin:0px 0 0 0;padding:40px 0px;color:#777;
  font-size: 0.9em;
}

footer p {
  margin: 0px;
}

footer a {
  color: #777;
  text-decoration: none;
}

footer a:hover {
  color: #999;
}

/* HERO */

.hero-unit {
  padding:40px 10px;
}

#hero-visualcontacts {
  background: #a52929;
  background: -moz-linear-gradient(top,  hsl(0,60%,40%) 0%, hsl(350,82%,49%) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(0,60%,40%)), color-stop(100%,hsl(350,82%,49%)));
  background: -webkit-linear-gradient(top,  hsl(0,60%,40%) 0%,hsl(350,82%,49%) 100%);
  background: -o-linear-gradient(top,  hsl(0,60%,40%) 0%,hsl(350,82%,49%) 100%);
  background: -ms-linear-gradient(top,  hsl(0,60%,40%) 0%,hsl(350,82%,49%) 100%);
  background: linear-gradient(to bottom,  hsl(0,60%,40%) 0%,hsl(350,82%,49%) 100%);
  background-image: url(../img/hero-tile.png);
}

/* #hero-visualcontacts .hero-unit {
} */

#contactform {
  background-color: #ece9dd;
}

#contactform h1 {
  color: #333;
  font-size: 2em;
}

#contactform p {
  color: #666;
  font-size: 1.2em;
}

#hero-visualcontacts h1 {
  margin-bottom: 14px;
  font-size: 64px;
  color: white;
  font-weight: normal;
  text-shadow: 2px 6px 12px rgba(0,0,0,0.67);
}

.navbar-brand {
  position: relative;
  display: block;
  background-image: url(../img/GRC_logo_2x.png);
  background-position: 50% 50%;
  background-size: 120px 40px;
  background-repeat: no-repeat;
  width: 120px;
  margin-left:5px !important;
}

.texthidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hero-unit a:hover {
    text-decoration: none;
}

.hero-unit .btn {
  margin: 8px 0;
}

.hero-unit p {
  font-size: 24px;
  color: white;
}

.btn-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  color: #333;
  background-color: #fff;
  border-color: #fff
}

.btn-outline-inverse {
  color: #333;
  background-color: transparent;
  border-color: #fff
}

.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
  color: #fff;
  text-shadow: none;
  background-color: #fff;
  border-color: #fff
}


/* PROMO */
div.promo {
  background-color:#dfdfdf;
}
.promo a {
  background: 50% 0 no-repeat;
  background-size: 640px 200px;
  background-repeat: no-repeat;
  display:block;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  padding: 0 8px;
  text-decoration: none;
}
.promo a h3 {
  font-size: 28px;

  margin:0px;margin-bottom:8px;color:#fff;text-shadow: 0px 1px 4px rgba(0,0,0,0.5);
}

.promo a p {
  margin-bottom:14px;line-height:1em;color:#888;
}
.promo .promo-table {
  display:table;width:100%;
}
.promo .promo-cell {
  display:table-cell;
  height:200px;
  vertical-align:bottom
}

.promo .col-sm-4 {
  background-color:#dfdfdf;
  /*border:1px solid white;*/
  padding:0px;
  height:202px;
}

/* .promo .col-sm-4:first-child {
  border-left:2px solid white;
} */
/* .promo .col-sm-4:last-child {
  border-right:2px solid white;
} */

@media only screen and (max-width: 767px) {
  .promo .col-sm-4 {
    border-top:1px solid white;
    border-bottom:1px solid white;
  }
}

@media only screen and (min-width: 768px) and (max-width: 899px){
  .promo a h3 {
    font-size: 24px;
    margin-bottom:6px;
  }
  .promo a p {
    margin-bottom:8px;
  }
}