@charset "iso-8859-1";
/* CSS Document */

	@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
	
	body{
		margin: 0 ; padding: 0 ;
		background: #111 url(bg.jpg) no-repeat center; background-size: cover;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px; min-height: 100vh;}
	a{ color: #fff; text-decoration: none;}
	a:hover{ color: #ed6923; }
		
		
	h1{ text-align: center; padding: 20px 0 50px; margin: 0; }

	h1 img{  max-width: 300px;}
	
	p#Soon{ text-align: center; font-size: 1.6em; text-transform: uppercase; font-weight: 300; padding: 10px 15px;  border-bottom: 1px solid #e2b270; border-top: 1px solid #e2b270; letter-spacing: 2px; margin-bottom: 70px;}
	
	
	p#Coords{ 
		text-align: center; font-size: 1.5em;font-weight: 300;
	}
	a#Phone{ display: inline-block; }
	a#Email{ font-size: 0.8em; }
	
	.mini{ font-size: 0.5em;}
	
	
	@media(max-width:1300px) {

	}
	
	
	@media(max-width:1025px) {
 }

		
	}
	
	@media(max-width:768px) {
		
		h1 img{ width: 300px;}
		

	}
	
	@media(max-width:500px) {
		
		h1 img{ width: 250px;}
		
		p#Soon{  font-size: 1.4em;  margin-bottom: 40px;}

	}