html, body {
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	font-family: sans-serif;
	color:#c8c4b8;
	font-size:1em;
}
a {
	color:#c8c4b8;
	text-decoration:none;
}

body {
	background: url(../images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	display: flex;
  	justify-content: center;
  	align-items: center;
  	height: 100%;
}

img {
	width:15%;
	height:auto
}
.contact {
	text-align:center;
	position:absolute;
	bottom:2%;
	left:0;
	width:100%;
}

@media (max-width: 575.98px) { img{ width:50%} }
@media (min-width: 576px) { img{ width:40%} }
@media (min-width: 768px) { img{ width:30%} }
@media (min-width: 992px) { img{ width:15%} }

