@CHARSET "ISO-8859-1";
@import url("normalize.css");
@import url("simple-grid.min.css");

html { background: #006afe; }

html { 
	background: url(../img/inuo_background.jpg) no-repeat bottom center fixed, #006afe; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media only screen and (min-width: 1080px) {}

.hide-me{display:none;}
.content-center{text-align:center;}
.content-left{text-align:left;}
.content-right{text-align:right;}


img{max-width: 100%;}
#bg {
	position:fixed; 
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

#page-wrap { 
	position: relative; 
	z-index: 2; 
	width: 400px; 
	margin: 50px auto; 
	padding: 20px; 
	background: white; 
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black; }
p { 
	font: 15px/2 Georgia, Serif; 
	margin: 0 0 30px 0; 
	text-indent: 40px; 
	}
	
	
.container-inuo { 
  height: 100%;
  width:100%;
  display:grid;

}

.vertical-center {
 margin:auto;
}

@media only screen and (min-width: 1080px) {

}	