html{
	  background: url('bg.jpg') no-repeat center;
	  background-size: cover;
      height: 100vh;
	  font-family: 'Montserrat', sans-serif;
	}

#icon img {
    margin-left: -170px;
    margin-top: -160px;
    position: absolute;
    left: 50%;
    width: 340px;
    height: 280px;
    top: 50%;
}
#bar{
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding: 10px 0;
	margin-left: -7px;
	background: #000;
}

#contact{
	max-width: 1140px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#contact h1{
	margin: 0 0 0 10px;
	line-height: 30px;
	display: inline;
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.7px;
}

#contact a{
	margin: 0 10px 0 0;
	text-decoration: none;
	line-height: 30px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.7px;
}

#contact a:hover{
	color: #eee;
}