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

html{
	background-color: #B8B0A2;
	  background: url("../images/whiteWall.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	height: 100vh;
	background-color: transparent !important;
}
.container{
	height: 100%;
	background-color: transparent !important;
}
.container img{
	
}