html {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	background-image: url('/img/logo.png');
	background-color: #fffbef;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment: fixed;

}

#contact-bar {
	position: fixed;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#contact-bar a {
	padding: 5px;
	display: inline-block;
	text-decoration: none;
	height: 45px;
	width: 45px;
}
.facebook-icon {
	background-repeat:no-repeat;
	background-image: url('/img/facebook.svg');
	background-size: 45px;
}
.instagram-icon {
	background-repeat:no-repeat;
	background-image: url('/img/instagram.svg');
	background-size: 45px;
}
.whatsapp-icon {
	background-repeat:no-repeat;
	background-image: url('/img/whatsapp.svg');
	background-size: 45px;
}
.mail-icon {
	background-repeat:no-repeat;
	background-image: url('/img/mail.svg');
	background-size: 45px;
}
.phone-icon {
	background-repeat:no-repeat;
	background-image: url('/img/phone.svg');
	background-size: 45px;
}



