@charset "iso-8859-1";
/* CSS Document */

	
	body{
		margin: 0 ; padding: 0 ;
		background-color: #010101;
		background-image: url(bg.jpg);
		color: #fff;
		background-repeat: no-repeat; 
		background-position: center bottom; 
		background-size: 100% auto; 
		font-family: 'Times New Roman', serif;
		font-size: 13px; height: 100vh; overflow: hidden;}
	a{ color: #fff; text-decoration: none;}
		
		
	h1{ text-align: center; padding: 40px 0;}
	
	p#Soon{ text-align: center; font-size: 3em; text-transform: uppercase; font-weight: 300; padding: 10px 0px;  border-bottom: 1px solid #fff; border-top: 1px solid #fff; letter-spacing: 2px; margin-bottom: 40px;}
	
	
	p#Coords{ 
		text-align: center; font-size: 1.4em;font-weight: 300;
	}
	a#Phone{ display: inline-block; border-bottom: 1px solid #fff; margin-bottom: 15px; padding-bottom: 15px; }
	a#Email{ font-size: 0.8em; }
	
	.button{ display: inline-block; padding: 7px 20px; border: 1px solid #fff; background: rgba(0,0,0,0.5); }
	
	
	@media(max-width:767px) {
		
		body{
		
			background-size: auto 80%; 
		
		}
	}