html, body{
  max-width: 100%;
  overflow-x: hidden;
}
#navi {
	position: fixed;
	top: 20em;
	left:3rem;
}
#slide {
	position: fixed;
	top: 20em;
	left:2.6rem;
}
*, *:after, *:before {
		font-family: "poppins", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav {
	position: fixed;
		top: 0;
		left: 0;
	width: 100%;
	transition: background-color 400ms linear;
	z-index: 10;

	/* background-color: black; */
}
.experience .images img{
	width: 20rem;
}
.experience .images {
	margin-top: 20em;
}
.navbar-fixed-top.scrolled {
  background-color: #00000040 !important;
  transition: background-color 400ms linear;
}
.navbar-fixed-top.scrolled h2 {
	color: white;
	transition: color 400ms linear;
}


.navbar-fixed-top h2, .navbar-fixed-top li a.yellow {
	color: #F5A41E;
}
.navbar-links li a{
	font-weight: bold;
	color: black;
  transition: color 400ms linear;
}
.navbar-fixed-top.scrolled li a{
	color: white;
	transition: color 400ms linear;
}
.navbar-fixed-top.scrolled li a.yellow{
	color:black;
}

nav a {
	text-decoration: none;
}
.navbar-header{
	color: white;
	float:left;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
	font-weight: bold;
	height: 2em;
}
.navbar-header img{
	width: 1.75em;
	filter: drop-shadow(2px 2px 2px white);
}

.navbar-header h2{
	display: inline;
	padding: 0em 1.4em;
	text-align: center;
	vertical-align: top;
	font-size: 1.5em;
	transition: color 400ms linear;
}
.navbar-links{
	height: 2em;
	/* vertical-align: middle; */
	float: right;
	margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
	margin-right: 2em;
}
.navbar-links ul {
	margin: 0;
}
.navbar-links li{
	font-weight: bold;
	display: inline-flex;
	list-style: none;
}
.navbar-links li a{
	padding: .2em 1.4em;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	color: black;
	text-decoration: none;
}
header{
	top:0;
	padding: 6em;
	background: url('../img/process/processBG.png');
  background-repeat: no-repeat;
	background-size: cover;
  background-attachment: fixed;
  background-position: right;
}
header .cell {
  margin-top: 20em;
	margin-bottom: 8em;
  width: 50em;
}
h2 {
  font-size: 35pt;
  /* color: #8AC6B3; */
  margin: .2em 0;
}
h4{
  margin: .2em 0;
  /* text-transform: uppercase; */
  font-family: "poppins", sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color: grey;
}

body {
	/* padding: 0; */
	margin: 0;
  background: #FFFFFF;
}
.grey {
	background-color: lightgrey;
}
.grid {
  display: flex;
	padding-top: 5em;
	padding-bottom: 5em;
  flex-wrap: wrap;
  flex-direction: row;
}
.introimg{
	background: url('../img/home/yellowRect.svg');
  background-repeat: no-repeat;
	background-size:contain;
	/* background-size: cover; */
	background-position: right;
}
.introduction {
	padding: 5em;

  /* background-attachment: fixed; */

	/* background-color: #FF003D; */
	/* height: 100vh; */
	color: white;
}

p {
	font-weight: lighter;
	font-family: "lato", sans-serif;
	color: #333333;
}
h3 {
	font-family: "Roboto";
	font-size: 1.5em;
}
.swipe {
	position: absolute;
	width: 100%;
	transform: translateY(-15em);
	z-index: 0;
}
.arswipe {
	position: absolute;
	/* width: 100%; */
	transform: translateY(-10em);
	z-index: 0;
	right: 0;
}
.expswipe {
	position: absolute;
	/* width: 100%; */
	transform: translateY(-10em);
	z-index: 0;
	right: 0;
}
.finalswipe{
	position: absolute;
	width: 100%;
	transform: translateY(-17em);
	z-index: 0;
}
.introduction {
	position: relative;
	z-index: 2;
}
.introduction p{
	padding: 1em;
	font-size: 1.3em;
}
.introduction img{
	width: 15em;
	vertical-align: top;
	margin: 2em;
	display: inline-block;
}
.imagegroup {
	position: relative;
	z-index: 5;
	width: 24%;
	vertical-align: top;
	/* margin: 2em; */
	display: inline-block;

}
.grid-row .grid-col-1of2{
	padding: 1em;
}
.grid-row h2 {
	padding-left: 1.5em;
}
 .grid-row h4{
	 padding-left: 3.1em;
}
.grid-row p {
	padding-left: 5em;
	width: 30em;
}
.figma img{
	padding: 0 .5em;
	width: 33%;
}
.figma h3{
	width: 5em;
	display: block;
	margin: 0;
	padding: 0;
}
.introduction .lower {
	margin-top: 2em;
}
.introduction img{
	margin-bottom: 0;
}
[class^='grid-col-'] {
  float: left;
  padding: 0;
}
.grid-col-1of2 {
  width:50%;
}
.grid-col-1of3 {
	width: 33%;
}
.grid-col-2of3 {
	width: 66%;
}
.grid-row::after {
  content: "";
  display: block;
  clear: both;
}
.cell {
  /* text-align:center; */
	  display:block;
  cursor:default;
  width: 50%;
}
.cell-4 {
  text-align:center;
	  display:block;
  cursor:default;
  max-width: 25%;
	padding: 2em;
}
.cell-4 h3,.cell-4 p{
	margin: 2rem;
}
.cell-4 p{
	font-size: 14pt;
	color: grey;
}
.designDecisions{
	position: relative;
	z-index: 2;
	/* background: white; */
	padding: 2em 8em;
}
.cell-4 img{
	margin: 2em;
	width: 50%;
}
.cell img {
	width: 20em;
}
.experience {
	position: relative;
	z-index: 5;
	/* width: 100%; */
	padding: 5em;
	/* margin: 3em; */
}
.experience .expimg{
		width: 50%;
	margin: auto;
	display: block;
}
.experience .expimg img{
	vertical-align: top;
}
.expimg .lower{
	margin-top: 5em;
	display: inline;
}
.right {
	float: right;
}
.right img{
	/* height: 18em; */
	height: 300px;
}
.left{
	float: left;

}
.center {
	/* display: block;
	margin: auto; */
	text-align: center;
}
.left img{
	margin-top: 2em;
	height: 300px;
}
.experience h4{
	padding-left: 2.2em;
	font-size: 40pt;
	color: black;
	display: inline;
	vertical-align: top;
}

.expGroup {
	position: relative;
	z-index: 5;
	display: inline-block;
	vertical-align: top;
	margin-top: 2em;
	padding-left: 3em;
	/* margin-right: 3em; */
	max-width: 70vw;
}
.expimg {
	display: inline-block;
	position: relative;
	z-index: 5;

}
.gallery1 {
	float: right;
	position: relative;
	z-index: 5;
}
img.small{
	width: 15em;
}
img.small2{
	width: 20em;
}
.experience h5{
	font-size: 2em;
	vertical-align: top;
	display: block;
	/* max-width: 22em; */
	margin-top: 1em;
	/* margin-left: 3rem; */
}
.experience p{
	margin-top: 0;
	margin-top: 2em;
	/* margin-left: 3rem; */
font-size: 1.25em;
	display: inline-block;
	min-width: 0;
}
.images {
	padding-left: 5em;
	position: relative;
	/* margin: 0 5em; */

}
.cell.images img{
	width: 100%;
}
.refactoring .cell p{
	margin-right: 5em;
}
.images img{
	/* border: 1px solid black; */
	/* border-radius: 15px; */
	/* filter: drop-shadow(2px 2px 10px #000000); */
}

.images .back{
	z-index: -1;
}

.images .e2-img1 {
	position: relative;
	/* float: right; */
	padding-top: 27em;
	/* margin-right: 15em; */
	display: block;
	margin: auto;
}


.e2-img2 {
	position: absolute;
	top:15em;
	right: 21em;
	transition: .5s;
}

.e2-img3 {
	position: absolute;
	top: 5em;
	right: 47em;
	transition: .5s;
}

.images .hoverImg {
	position: absolute;
	right: -10em;
	top: 16em;
	border: none;
	filter: none;
}

.e2-img1:hover ~  .front{
	opacity: 0;
	transition: .5s;
}
.overlay9:hover ~  .front{
	opacity: 0;
	transition: .5s;
}
.explore .grid{
	display: block;
	width: 50%;
}
.sp.footer {
	margin-top: 150rem;
}

.footer {
	position: relative;
	z-index: 5;
  vertical-align: middle;
}
.footer .center h2{
	color: #F5A41E;
	font-size: 50pt;
	font-weight: bold;
	padding-top: 1.5em;
}

.footer a{
  text-decoration: none;
  color: grey;
}
.footer img{
  margin-top: 0;
  vertical-align: middle;
  margin-left: 1em;
  margin-right:1em;
  width: 2em;

}

.homeHover:hover{
	color:#F5A41E;
}

.processHover:hover{
	color:#8AC6B3;

}

.teamHover:hover{
	color:#FC6868;

}
