html, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  line-height: 1.6;
  transform-style: preserve-3d;
  overflow-x: hidden; 
}

#sitewrapper {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column; 
}

section {
  height: auto;
  width:100%;
  min-height: 100vh;
  display: flex;
  background-color: #FFFFFF; 
}


#about {
	background-color:#EDEDED;
}