body {
    margin:0;
}

article {
    text-align: center;
    position: relative;
    background-color: #095376;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    height: 100vh;
    margin: 0;
    background-image: url(../images/lancaster.jpg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}

div.wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    left: 20%;
    padding: 0 20px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 28px;
}

p {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 26px;
    margin-top: 0;
}

a {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    cursor: pointer;
}

img.lanc-logo {
    width:100%;
    max-width: 500px;
    margin-bottom: 40px;
    display: block;
    margin: 0 auto;
}

span.contact-fax {
    margin-left: 20px;
    font-weight: 300;
}

p span {
    font-weight: 600;
}

.typeform-share.button {
    display:inline-block;
    text-decoration:none;
    background-color: rgba(6, 35, 49, 0.8);
    color:white;
    cursor:pointer;
    font-family:'Roboto',sans-serif;
    font-size:20px;
    text-align:center;
    margin:0;
    padding:20px 40px;
    border-radius:0;
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-transform: uppercase;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.typeform-share.button:hover {
    background-color: rgba(6, 35, 49, 1);
}

@media only screen and (max-width: 1370px) {
        
    div.wrap {
        left: 10%;
    }

}

@media only screen and (max-width: 1030px) {

    div.wrap {
        left: 0;
        right: 0;
        top: 120px;
        transform: none;
    }

    article {
        background-position: bottom -150px right -140px;
    }

}

@media only screen and (max-width: 600px) {

    div.wrap {
        top: 60px;
    }

    p {
        font-size: 20px;
    }

}