body {
	overflow-x; hidden; /*--- right gutter fixc ---*/
	font-family: "Century Gothic", Arial; 
}
/*--- ios Landing Page Fix --*/
.landing {
  position: relative;
  width: 100%;
  height: 100vh;
  display: table;
  background: #E9ECEF;
  z-index: -1;
}
.home-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
   will-change: transform; 
}
.portfolio {width: 95%;}

.text {
  text-align: justify;
  text-justify: inter-word;
}
