html{
  min-height: 100%;
}
.body-innerwrapper{
 height: 100vh;
}


/*BODY SECTION*/
/*otherpages body*/
body, body.com-phocagallery.itemid-101, body.com-djevents.itemid-281, body.com-search.itemid-281{
background: url("../images/BG3.png") no-repeat;
  background-size: cover !important;
}

/*Homepage body*/
body.itemid-281{
    background: url("../images/BG1.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
 	width:100%;
    overflow: hidden;
}
