html.desktop{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('./img/background.jpg');
	height: 100%;
    width: 100%;
}
div.snatchLogo {
    width: 24px;
    height: 35px;
    background-image: url(./img/snatchLogo.svg);
    position: absolute;
    top: 41px;
    left: 39px;
    display: block;
}
div.logo {
    width: 216px;
    height: 99px;
    background-image: url(./img/logo.svg);
    position: absolute;
    top: 43px;
    right: 35px;
}
div.contactInfo {
    line-height: 6px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 12px;
}
div.contactInfo p {
    line-height: 1.2;
    position: relative;
    margin: 7px;
}
span.cream {
    color: #a7a395;
}
a.contactLink {
    text-decoration: none;
    color: #fff;
}

.socialsWrapper {
    position: absolute;
    bottom: 30px;
    right: 32px;
}
.social {
    display: inline-block;
    margin: 0 5px;
}
.social svg {
    width: 32px;
    height: 32px;
}
svg:not(:root) {
    overflow: hidden;
}
svg {
    display: block;
}