.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  padding: 1.5rem 1rem;
  width: 100%;
  margin: 3rem 0 0;
  background: -webkit-linear-gradient(bottom, #ccc 0%, #272727 100%);
  background: linear-gradient(to top, #ccc 0%, #272727 100%);
  box-shadow: 0 5px 12px rgba(94,94,94,0.4);
}
.header_logo {
  display: block;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.75);
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 62px;
  margin-bottom: 0.5rem;
  text-align: center;
}
.header_phone,
.header_phone a {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.header_iconPhone {
  width: 1rem;
  height: 1rem;
  fill: #727272;
  margin-right: 0.5rem;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
          filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
}

/*# sourceMappingURL=../maps/component/header.css.map */
