@import url(https://fonts.googleapis.com/css?family=Work+Sans);

BODY {
    background-image: url(images/webservicesbk.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
}

h1 {
    font-family: 'Work Sans', sans-serif;
    position: relative;
	font-size: 100px;
	margin-top: 0;
	text-shadow: 2px 3px 3px #292929;
	letter-spacing: -7px;
	-webkit-text-stroke: 1px white;
    color: white ;
}

