@charset "UTF-8";
/* CSS Document */


* {
margin: 0;
}

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html, body {
  height: 100%; 
  background: url(bg1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-text-size-adjust:200%;
}
body {
  font-size: 22px;
}

.small {
  font-size: 16px; /* 75% of the baseline */
}

.large {
  font-size: 26px; /* 125% of the baseline */
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
.right {
	color: #999999;
}
a {
	text-decoration: none;
		color: #464339;

}
a:hover {
	text-decoration: none;
		color: #898781;

}
.content {
	line-height: 70px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #4D4B47;
	letter-spacing: 2px;
     -webkit-stroke-width: 5.3px;
   -webkit-stroke-color: #FFFFFF;
   -webkit-fill-color: #FFFFFF;
   text-shadow: 1px 0px 20px white;
   -webkit-transition: width 0.3s; /*Safari & Chrome*/
   transition: width 0.3s;
   -moz-transition: width 0.3s; /* Firefox 4 */
   -o-transition: width 0.3s; /* Opera */
	text-align: center;
	width: 300px;
	height: 300px;
	xxbackground: #999;
	margin-left: auto;
	margin-right: auto;
        z-index: 100;

}
.title {
margin-top: 70px;
margin-bottom: 26px;
xxtext-shadow: none;
font-weight: 400;
font-size: 2.4rem;
letter-spacing: 7px;
}
.footer, .push {
	font-weight: 300;
    font-family: 'Lato', sans-serif;
	font-size: 11px;
	color: #ebebe9;
	height: 4em;
	margin-left: 32px;
	margin-right: 32px;
	z-index:-1;
}
@media screen and (max-width: 1100px) {

.footer {
	display: none !important;
} 
}
@media screen and (max-width: 600px) {
	
	
.title { 
xxx-webkit-text-size-adjust:100%;
margin-top: 50px;
font-size: 1.1em;
 } 

.content { xxx-webkit-text-size-adjust:100%;
font-size: 0.5em;
line-height: 26px; } 

.footer, .push {
	display: none;
	-webkit-text-size-adjust:none;
	z-index:-1;
} 
}