body {
  background: #000000;
  font-family: 'relay-boldregular', Arial, sans-serif; }

p {
  padding: 0;
  margin: 0; }

#headerWrap {
  width: 100%;
  height: 100%;
  z-index: 100; }
  #headerWrap #headerBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/land5.jpg") no-repeat center top;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  #headerWrap #logo {
    padding: 30px;
    position: absolute;
    left: 0;
    z-index: 1; }
  #headerWrap #mailIcon {
    padding: 30px;
    position: absolute;
    right: 0;
    z-index: 1; }
  #headerWrap #headerTxtWrap {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 36px;
    text-align: center;
    letter-spacing: .05em;
    color: #ffffff; }
    #headerWrap #headerTxtWrap p:first-of-type {
      font-family: 'relay-lightregular', Arial, sans-serif; }
    #headerWrap #headerTxtWrap p:last-of-type {
      font-family: 'relay-boldregular', Arial, sans-serif; }

/*# sourceMappingURL=styles.css.map */
