header {
  height: 100vh;
  background-image: url("../images/bkg_01.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

body {
  margin: 0;
  color: #505050;
  line-height: 1.2em;
}

a {
  color: #505050;
  text-decoration: underline;
}

img {
  width: 200px;
  padding-bottom: 2.3em;
}

.text {
  max-width: 350px;
  margin: 0 auto;
  padding: 0 1rem;
}

p {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  font-size: 1em;
}

p .last {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  font-size: 1em;
}

.address {
  padding-top: 2.3em;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}

.address span {
  color: #AA0010;
}

.contact {
  padding-top: 2.3em;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}

.contact span {
  color: #AA0010;
}

.companyno {
  padding-top: 2.3em;
  font-size: 0.8em;
  letter-spacing: 0.5px;
}/*# sourceMappingURL=styles.css.map */