.header-container{
	background-image: url("/images/heroImage.jpg");
	min-height:715px;
	background-size: cover;
    background-position: center;	
}

.logo{
	background-image: url("/images/logo.jpg");
	width: 160px;
    height: 160px;
    background-size: contain;
    right: 87px;
    position: absolute;
}

.be-seen-logo{
	background-image: url("/images/be_seen_logo.png");
	width: 300px;
	height: 80px;
	background-size: cover;
	left: 80px;
	top: 165px;
	position: absolute;
}

.slogan{
	left: 80px;
	top: 280px;
	position: absolute;
	color: #6b6b6b;
}


.body-container{
	    position: relative;
	top: 50px;
	color: #6b6b6b;
}

.country-map{
	width:300px;
}

.footer-container{
	height: 83px;
    position: relative;
    margin-top: 250px;
    background-color: #6b6b6b;
	color: white;
	font-size: 22px;
    font-weight: lighter;
}


.footer-logo-container{
	position: absolute;
    right: 60px;
	font-size: 13px;
    font-weight: lighter;
}

.footer-listinglogic-logo{
	width:125px;
}


@media only screen and (max-width: 995px) {
	.footer-container{
		font-size: 18px; 
	}
}