html, body{
  height: auto;
}

#nav, #homebuttons, #homespace, #innerspace { display: none; }

body{
  background-image: none !important;
}

#headerpadding, #footerpadding{
  height: 0px;
  transition: 1s height;
}


#header{
  position: static;
  background-color: #333333;
  text-align: right;
  height: 70px;
  transition: 1s height; 
}
#header h1 img{
  height: 50px;
  margin: 10px; 
}

#header #marae img{
  height: 50px;
}


#mobilenav{
  display: block;
  width: 100%;
  padding: 10px 0 10px 0;
  border: 1px solid #000000;
  margin: 10px 0 10px 0;
}
#mobilenav .sub{
  padding-left: 20px;
}

#mobilephoto{
  display: block;
  width: 100%;
  margin-top: 20px;
}


#homecontent{
  position: static;
  width: 100%;
  font-style: normal;
  font-size: 13px;
}

#content{
  margin-right: 0;
  padding: 5px;
  min-height: 0;
}

#container{
  min-height: 0px;
}


#footer{
  position: static;
}

.mobilegone{ display:none;}

