body {
	background-image:url("../images/background7.jpg");
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center; 	
	padding-bottom: 40px;	
	line-height: 15px;
	font-family: sans-serif;
	 
}

h1 {
	text-align: center	
}

#tg {
	color:lightcyan;
	text-shadow: black 1px 1px;
	letter-spacing: .3em;
	font-size:8vw;
	font-weight: 700;
	font-family: raleway !important;
	text-size-adjust: auto;
	-moz-text-size-adjust: auto;
	-webkit-text-size-adjust: auto;
	-ms-text-size-adjust: auto;
}

#cs {
	font-family: raleway !important;
	font-weight: 700;
	letter-spacing: 0.3em;
	font-size:4vw;
	font-weight: bold;
	text-shadow: black 1px 1px;
	color: white;
}

#home {
	margin-top: 25%;	
}

@media only screen and (max-width 320px){	
	
	#tg {
		font-family: raleway !important;
		font-size: 16px;
		letter-spacing: 0.2em;
	}
	
	#cs {
		font-family: raleway !important;
		font-size: 8px;
		letter-spacing: 0.2em;
	}

}