html{
	  background: url(bg.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  font-family: "proxima-nova", sans-serif;
		font-weight: 700;
		font-style: normal;
	}

body {
	position: relative;
	height: 94vh;
}	

#icon img {
    margin-left: -310px;
    margin-top: -154px;
    position: absolute;
    left: 50%;
    width: 620px;
    height: 308px;
    top: 50%;
}
#bar{
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding: 10px 0;
	margin-left: -7px;
}

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

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

#contact a{
	margin: 0 10px 0 0;
	text-decoration: none;
	float: right;
	line-height: 30px;
	font-size: 30px;
	color: #000000;
	  letter-spacing:2px;
	  margin-top: 20px;
}
h2.coming-soon {
	text-align: center;
    font-size: 3rem;
}

#contact a:hover{
	color: #98292f;
}
img.bccert {
	max-width: 200px;
}