
  
  body {
    margin: 0;
    padding: 0;
    background: url(manchester-architects-1.jpg) no-repeat center center fixed;
    background-size: cover;
    font-weight: 300;
  }
  p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
  }
  .logo {
    position: absolute;
    z-index: 9;
    top: 2rem;
    left: 2rem;
    width: 80px;
    filter: invert(1);
  }
  .overlay {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 80%;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: right;
   
  }

  a, a:hover, a:active {
      color: white;
      text-decoration: none;
  }
  body:before {
    content: '';
    top:0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color:#0000006a;*/
  }
  
  h1 {
    font-size: 17px;
    margin-bottom: 7px;
    margin-top: 0;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
  }

  
  

  @media screen and (min-width: 1400px) {
    h1 {
        font-size: 1.5em;
        margin-bottom: .1em;
      }
      .logo {
        top: 3rem;
        left: 3rem;
        width: 130px;
      }
     .overlay {
      bottom: 3rem;
      right: 3rem;
     }
     p {
      font-size: 16px;
      line-height: 19px;
     }
  }