body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #58595b;
	font-size: 14px;
}

.coming-soon-content {
	position: relative;
}

.map {
	background-image: url(../images/map-pattern.gif);
}

.logo-comingSoon {
	text-align: center;
	margin-top: -10px;
}

.logo-comingSoon img {
	max-width: 100%;
}

/* HOVER STYLES */

      #content {
        display: none;

	  }
	  
	  #content2 {
        display: none;

	  }
	  
	  #content3 {
        display: none;

	  }
	  
	 


@media only screen and (max-width: 1000px) {
	.logo-comingSoon img {
		max-width: 130%;
		margin-left: -15%;
	}
}

@media only screen and (max-width: 600px) {
	.logo-comingSoon img {
		max-width: 180%;
		margin-left: -40%;
	}
}

