*{
  margin: 0;
  padding: 0;
}

html, body{
  height: 100%;
}

body{
  background-color: #941A1D;
  font-family: 'Open Sans', sans-serif;;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: left 110px;
  background-size: contain;
}


img{
  border: 0;
}

a{
  text-decoration: none;
  color: #941A1D;
}
a:focus{
  outline: none;
}


h2{
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 15px 30px;
}


.container{
  width: 95%;
  min-height: 65%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#header{
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #333333;
  text-align: right;
  height: 120px;
  transition: 1s height;
}


#header h1 img{
  height: 80px;
  margin: 20px 40px 20px 0; 
}

#header #marae{
  position: absolute;
  top:10px;
  left: 10px;
  text-align: left;
  color: #999;
  font-size: 10px;
}

#headerpadding{
  height: 120px;
  transition: 1s height;
}
#footerpadding{
  height: 40px;
  transition: 1s height;
}



#homebuttons{
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 20px;
  right: 0;
}

#homebuttons a{
  display: block;
  width: 260px;
  background-color: #333333;
  transition: 1s background-color;
  color: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

#homebuttons a:hover, #homebuttons a:active{
  color: #941A1D;
  background-color: #D5D6D7;
  transition: .5s background-color;
}



#nav{
  list-style-type: none;
  margin: 0;
  width: 225px;
  float: right;
}
#nav a{
  display: block;
  background-color: #333333;
  transition: 1s background-color;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 10px 10px 15px;
  margin-bottom: 5px;
}


#nav .sub{
  padding-left: 15px;
}

#nav .sub a{
  background: none;
  color: #FFFFFF;
}


#nav .subsub{
  padding-left: 30px;
}

#nav .subsub a{
  background: none;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
}


#nav a:hover, #nav a:active, #nav a.current{
  color: #941A1D;
  background-color: #D5D6D7;
  transition: .5s background-color;
}

#mobilenav, #mobilephoto{
  display: none;
}

#homespace{
  height: 400px;
}

#innerspace{
  height: 200px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

#homecontent{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  color: #FFFFFF;
  font-size: 14px;
  font-style: italic;
  text-shadow: 0 0 2px #000000;
}


#content{
  background-image: url(/images/transparent.png);
  margin-right: 250px;
  padding: 30px;
  font-size: 13px;
  line-height: 20px;
  min-height: 450px;
}




#footer{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #333333;
  text-align: center;
  padding: 5px 0 5px 0;
  color: #FFFFFF;
  font-size: 11px; 
}
#footer a{
  color: #FFFFFF;
}



















