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

@viewport {
		width: 375px;}
	html {}
		
	

		
		

	body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  z-index: -10;
  background:url(../img/demo/LeSape034_edit.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  white-space: nowrap;
}
	
	
	
	.mobile_content {
		display: inline-block;
		height: 1000px;
		width: 100%;
		
		margin: 0 auto;
		background-color:rgba(0,0,0,.45);
	
		top:0;
		left: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		color:#FFFFFF;
		
		}	
	.mobile_content p {
		overflow:scroll;
		padding: 10px;
		}
		
	@font-face {
	font-family:"caviar-dreams" ;
	src:url(../img/demo/CaviarDreams.ttf);
	}
	
@font-face {
	font-family:"HaginCaps";
	src:url(../img/demo/Hagin%20Caps%20Thin.otf);
	}
