  .test {
	border-style: solid;
	border-width: 1px;
	border-color: red;
  }
  html {
  scroll-behavior: smooth;
}
  body {
	font-family: "Lato", "Lucida Sans Unicode", "Lucida Grande", sans-serif;  
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
  }
  
  /* -------- USED START -----------------------------------------------------------------------------------------------------------------------------------------------*/
  
  /* //////////// MOBILE ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
    /* --------- BASIC --------------------------------------------------*/
  .breather-top-md {
	padding-top: 10px;
  }
  .mainText {
	color: #748e95;
  }
    .hook {
	width: 100%;
	text-align: center;
  }
  .hook button {
	width: 225px;
	height: 55px;
	background-color: red;
	border-style: none;
	color: white;
	border-radius: 9px;
	letter-spacing: 3px;
  }
   .breather-bottom-sm {
	padding-bottom: 10px;
  }
  .spacer-top-lg {
	margin-top: 25px;
  }
  /* --------- BASIC END --------------------------------------------*/
   /* -------- NAVIGATION ------------------------------------------*/
   .navbar {
	    margin-bottom: 50px;
   }
   .navbar-brand {
	font-size: 12px; /*1.25rem;*/
	margin-right: 0px;
  }
   .navbar-brand img {}
   nav img{
	width: 20%;
   }
   .navbar-toggler {
	padding: 2px 5px;
  }
   /* -------- NAVIGATION END -----------------------------------*/
   /* -------- HOME ---------------------------------------------------*/
   .main {
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
	padding-left: 20px;	/* Maybe move this into a breather class? */
	height: 50vh;
	/*width: 100%;*/
  }
  .main h2 {
	font-size: 35px;
  }
  .main h3 {
	font-size: 25px;
	color: #748e95;
  }
  .main p {
	font-size: 20px;
  }
  .blocking {
	display: block;
	padding-left: 20px;
	
  }
  .decblock {
	height: 250px;
	border-right-color: red;
	border-right-style: solid;
	border-right-width: 15px;
  }
  .redBlock{
	width: 1%;
	/*background-image: url("../img/ft_hero-image_v1.jpg");*/
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-size: 255%;
	background-color: red;
	height: 240px;
  }
  .prod-highlight {
	text-align: left;
	padding: 100px 0px 0px 0px;
  }
  .block1Text {
	padding: 20px 0px 0px 25px;
  }
  .imgC {
	text-align: center;
  }
  .imgC img{
	width: 100%;
  }
  .sectionTitle {
	margin: 60px 0px 40px 20px;
	padding: 0px;
  }
  .sectionTitle h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 44px;
  }
  .sectionTitle h3 {
	font-size: 23px;
  }
  .redLine {
	width: 75px;
	height: 4px;
	background-color: red;
  }
  /* PORTFOLIO START //////////////////////////////////////*/
  .portfolioPieceA {
	margin: 0px;
	padding: 0px;
	background-image: url("../img/Sim_Dev_FT_2.jpg");
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: 120%;
	background-position: 4% 10%; 
	transition: 1s;
  }
  .portfolioPieceB {
	margin: 0px;
	padding: 0px;
	background-image: url("../img/Game_Dev_FT_1.jpg");
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: 120%;
	background-position: 80% 00%; 
	transition: 1s;
  }
  .portfolioPieceC {
	margin: 0px;
	padding: 0px;
	background-image: url("../img/ConnectingTheIndustry_sm.jpg");
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: 120%;
	background-position: 60% 70%; 
	transition: 1s;
  }
  .portfolioPieceD {
	margin: 0px;
	padding: 0px;
	background-image: url("../img/VR_Dev_FT_2.jpg");
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: 120%;
	background-position: 35% 30%; 
	transition: 1s;
  }
    .bigGuy {
	background-size: 140%;
	transition: 1s;
  }
  .blackBox {
	transition: 1s;
	box-shadow: 10px 10px 15px grey;
  }
  .block2Text {
   
	padding: 40px 15px 30px 15px;
  }
   /* -------- HOME END --------------------------------------------*/
   /* -------- PRODUCTS -------------------------------------------*/
   .caseMain {
		text-align: center;
	}
	.caseMain h1{
		font-size: 44px;
		font-weight: bold;
		color: #4f4f4f;
		padding: 5px 5px;
	}
	.caseMain h2{
		font-size: 24px;
		font-weight: light;
		color: #686868;
		padding: 10px 5px;
		letter-spacing: 1.2px;
		line-height: 44px;
	}
	.cases h3{
		font-weight: bold;
	}
	.caseRightProducts {
	background-color: black;
	color: white;
	padding: 30px 15px;
	line-height: 34px;
	}
	.caseLeftProducts {
	padding: 30px 15px;
	line-height: 34px;
	}
	.resultImg {
		padding-left: 10px;
		width: 100%;
	}
	.resultImg img {
		width: 100%;
	}
	.prodServHighlight {
		padding-left: 0px;
		padding-right: 0px;
	}
	.prodServHighlight img {
		width: 100%;
	}
	.prodEndCopy {
		padding: 15px;
	}
   /* -------- PRODUCTS END ------------------------------------*/
   /* -------- SERVICES ---------------------------------------------*/
   .servicesHeader {}
  .servicesHeader ul {
	list-style: none;
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e6e9ef;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e6e9ef;
  }
  .servicesHeader ul li {
	display: inline-block;
	padding: 10px;
  }
   .servicesHeader ul li a {
	background-color: white;
	text-decoration: none;
	color: black;
   }
   .servicesHeader ul li a:hover {
	background-color: red;
	text-decoration: none;
	color: white;
	padding: 20px 10px;
	transition: 0.3s;
   }
   .centerlist {
	padding: 10px 0px;
   }
   .servHighlight {
	margin: 30px 0px;
   }
   .servicesImg {
	text-align: center;
	
   }
  .servicesImg img {
	width: 100%;
	padding-right: 0px;
  }
   /* -------- SERVICES END --------------------------------------*/
   /* -------- ABOUT -------------------------------------------------*/
   .headliner {
	height: 50vh;
	background-color: #4d5156;
	color: white;
	text-align: center;
	padding: 50px 10px;
  }
  .headliner h1 {
	font-size: 39px;
  }
  .headliner h2 {
	font-size: 25px;
  }
   .aboutCopy {
	padding: 25px 10px 25px 10px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 3px;
  }
  .culture {
	text-align: left;
	/*padding: 20px 15px 10px 15px;*/
	padding-left: 5px;
  }
  .contactInfo {
	padding: 8px 15px 0px 15px;
	line-height: 1.1;
  }
   /* -------- ABOUT END ------------------------------------------*/
   /* -------- FOOTER -----------------------------------------------*/
   .footer {
	background-color: white;
	color: #3b3e42;
  }
  .footerLogo {
	background-color: white; 
	width: 10%; 
	margin-left: 0px;
	margin-bottom: 15px
  }
  .mFooter {
	padding-top: 30px;
}
.mFooter h5 {
	font-size: 14px;
	color: #3b3e42;
}
.mFooter ul {
}
.mFooter ul li {
	font-size: 13px;
}
.mFooter ul li a {
}
.mFooter p {
	font-size: 12px;
	line-height: 3px;
	color: #3b3e42;
}
   /* -------- FOOTER END ----------------------------------------*/
   /* //////////// NOT MOBILE //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
  @media (min-width: 768px) {  
  /* --------- BASIC --------------------------------------------------*/
  .breather-top-md {
	padding-top: 100px;
  }
    .hook {
	width: 100%;
	text-align: center;
  }
  .hook button {
	width: 225px;
	height: 55px;
	background-color: red;
	border-style: none;
	color: white;
	border-radius: 9px;
	letter-spacing: 3px;
  }
   .breather-bottom-sm {
	padding-bottom: 50px;
  }
  .spacer-top-lg {
	margin-top: 150px;
  }
  /* --------- BASIC END --------------------------------------------*/
  /* -------- NAVIGATION ------------------------------------------*/
   nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 10px 100px;
	box-sizing: border-box;
	transition: 1s;

  }
  nav img {
	width: 30%;
  }
    
  nav.black {
	background: rgba(0, 0, 0, .8);
	height: 80px;
	padding: 10px 50px;
  }
 
  nav .logo {
	float: left;
  }
  nav .logo img {
	height: 80px;
	transition: 3s;
  }
  
  nav ul {
	float: right;
	margin: 0px;
	padding: 0px;
	display: flex;
  }
  nav ul li {
	list-style: none;
  }
  nav ul li a {
	line-height: 80px;
	color: black;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 1s;
  }
  nav ul li a.active,
  nav ul li a:hover  {
	color: white;
	background: red;
	text-decoration: none;

  }
   .navbar {
	    margin-bottom: 0px;
   }
  .navbar-brand {
	font-size: 1.25rem;
	margin-right: 1rem;
  }
  .navbar-toggler {
	padding: .25rem .75rem;
  }
   /* -------- NAVIGATION END -----------------------------------*/
   /* -------- HOME ---------------------------------------------------*/
   .main {
	display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
	padding-left: 20px;	/* Maybe move this into a breather class? */
	height: 50vh;
  }
  .main h2 {
	font-size: 90px;
  }
  .main p {
	font-size: 60px;
  }
  .blocking {
	display: block;
	padding-left: 50px;
  }
  .decblock {
	height: 250px;
	border-right-color: red;
	border-right-style: solid;
	border-right-width: 15px;
  }
  .redBlock{
	width: 100%;
	background-image: url("../img/ft_hero-image_v1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	background-size: 100%;
	background-color: red;
	height: 240px;
  }
  .prod-highlight {
	text-align: left;
	padding: 100px 0px 0px 0px;
  }
  .block1Text {
	padding: 200px 0px 0px 150px;
  }
  .imgC {
	text-align: center;
  }
  .imgC img{
	width: 75%;
  }
  .sectionTitle {
	margin: 80px 0px 40px 170px;
	padding: 0px;
  }
  .sectionTitle h2 {
	/*text-align: center;*/
	text-transform: uppercase;
	font-weight: bold;
	font-size: 54px;
  }
  .sectionTitle h3 {
	font-size: 30px;
  }
  /* PORTFOLIO START //////////////////////////////////////*/
  .portfolioPieceA {
	margin: 0px;
	padding: 0px;
	background-image: url("../img/Sim_Dev_FT_2.jpg");
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: 180%;
	background-position: 15% 70%; 
	transition: 1s;
  }
  .portfolioPieceB {
	margin: 0px;
	padding: 0px;
	background-image: url("../img/Game_Dev_FT_1.jpg");
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: 180%;
	background-position: 80% 00%; 
	transition: 1s;
  }
  .portfolioPieceC {
	margin: 0px;
	padding: 0px;
	background-image: url("../img/ConnectingTheIndustry_sm.jpg");
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: 160%;
	background-position: 60% 70%; 
	transition: 1s;
  }
  .portfolioPieceD {
	margin: 0px;
	padding: 0px;
	background-image: url("../img/VR_Dev_FT_2.jpg");
	height: 400px;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: local;
	background-size: 180%;
	background-position: 35% 30%; 
	transition: 1s;
  }
  .bigGuy {
	background-size: 190%;
	transition: 1s;
  }
  .blackBox {
	transition: 1s;
	box-shadow: 10px 10px 15px grey;
  }
  .block2Text {
	padding-right: 250px;
  }
   /* -------- HOME END --------------------------------------------*/
   /* -------- PRODUCTS -------------------------------------------*/
   .caseMain {
		text-align: center;
	}
	.caseMain h1{
		font-size: 64px;
		font-weight: bold;
		color: #4f4f4f;
		padding: 10px 120px;
	}
	.caseMain h2{
		font-size: 34px;
		font-weight: light;
		color: #686868;
		padding: 40px 120px;
		letter-spacing: 1.2px;
		line-height: 64px;
	}
	.caseRightProducts {
	background-color: black;
	color: white;
	padding: 60px 40px;
	line-height: 34px;
	}
	.caseLeftProducts {
	padding: 60px 40px;
	line-height: 34px;
	}
	.resultImg {
		padding-left: 100px;
	}
	.prodEndCopy {
		padding: 150px;
	}
   /* -------- PRODUCTS END ------------------------------------*/
   /* -------- SERVICES ---------------------------------------------*/
   .servicesHeader {}
  .servicesHeader ul {
	list-style: none;
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e6e9ef;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e6e9ef;
  }
  .servicesHeader ul li {
	display: inline-block;
	padding: 30px;
  }
   .servicesHeader ul li a {
	background-color: white;
	text-decoration: none;
	color: black;
   }
   .servicesHeader ul li a:hover {
	background-color: red;
	text-decoration: none;
	color: white;
	padding: 20px 10px;
	transition: 0.3s;
   }
   .servHighlight {
	margin: 30px 0px;
   }
   .servicesImg {
	text-align: right;
	
   }
  .servicesImg img {
	width: 70%;
	padding-right: 30px;
  }
   /* -------- SERVICES END --------------------------------------*/
   /* -------- ABOUT -------------------------------------------------*/
   .headliner {
	height: 50vh;
	background-color: #4d5156;
	color: white;
	text-align: center;
	padding: 150px 50px;
  }
  .headliner h1 {
	font-size: 54px;
  }
  .headliner h2 {
	font-size: 32px;
  }
   .aboutCopy {
	padding: 75px 600px 75px 600px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 3px;
  }
  .culture {
	text-align: left;
	padding-left: 150px; /*200px 0px 0px 150px */
  }
  .contactInfo {
	padding: 80px 20px 0px 300px;
	line-height: 1.1;
  }
  .moveMap iframe {
	width: 1260px; 
	height: 450px;
  }
   /* -------- ABOUT END ------------------------------------------*/
   /* -------- FOOTER -----------------------------------------------*/
   .footer {
	background-color: white;
	color: #3b3e42;
  }
   .footerLogo {
	background-color: white; 
	width: 10%; 
	margin-left: 15px
  }
  .mFooter {
	padding-top: 30px;
	
}
.mFooter h5 {
	font-size: 14px;
	color: #3b3e42;
}
.mFooter ul {
	
}

.mFooter ul li {
	font-size: 13px;
}

.mFooter ul li a {

}
.mFooter p {
	font-size: 12px;
	line-height: 3px;
	color: #3b3e42;
}
   /* -------- FOOTER END ----------------------------------------*/
  }
  /* -------- USED FINISHED----------------------------------------------------------------------------------------------------------------------------------------------*/
  

  
  .prod-highlight-r {
	text-align: left;
	padding: 100px 0px 0px 0px;
  }
  
  .products {
	/*height: 900px;*/
	/*background-color: #ccdfff;*/
  }
  .products img {
	width:  90%;
	padding: 0px 0px;
	margin: 0px 0px;
	vertical-align: middle;
  }
  
  .spacer-top-md {
	margin-top: 75px;
  }
  .breather-top-sm {
	padding-top: 50px;
  }
  .bg-lg{
	background-color: #f2f2f2;/*#f4f6f9;#f2f2f2; /*#f4f4f4;*/
	padding-bottom: 50px;
	/*height: 800px;*/
  }
  

  
  
  /* PORTFOLIO END //////////////////////////////////////*/
  
  
  /* ABOUT US */
  .center {
	text-align: center;
  }
  .profile p {
	padding: 5px 50px 0px 50px;
  }
  .profile h3 {
	font-size: 17px;
	padding-top: 12px;
	font-weight: bold;
  }
  .profile h4 {
	font-size: 12px;
	padding-top: 0px;

  }
  .profilePic {
	width: 50%;
  }
  .copy {
	text-align: left;
  }
  
  
 
  #map {
        height: 400px;  /* The height is 400 pixels */
        width: 80%;  /* The width is the width of the web page */
		background-color: black;
       }
  /* ABOUT US END*/
  

  
 
  
  .icon-control {
	font-size: 450px;
	color: red;
  }
  
  .fa-10x {
  font-size: 10em !important;
  }
  .spacer-top-md {
	margin-top: 37px;
  }
  
  .breather-left-lg {
	padding-left: 200px;
  }
  
  .breather-left-md {
	padding-left: 100px;
  }

  .breather-right-md {
	padding-right: 100px;
  }
  
  .breather-top-lg {
	padding-top: 200px;
  }
  
  
  
/* NEW NAV ///////////////////////////////////
/////////////////////////////////////////*/

 
   /**/
  
/* NEW NAV END ///////////////////////////////////
/////////////////////////////////////////*/

  
  
  
  
  
  /* FOOTER */
  
  
  .container {
  max-width: 960px;
}


  /* END FOOTER*/
  
  /* SERVICES /////////////////////////////////////////////////////////////////////*/
  
   
  .customBotBorder {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e6e9ef;
  }

  .textFeature {
	
	background-color: white;
	color: black;
	text-align: center;
	
	margin-top: 60px;
  }
 
  .textFeature p {
	font-size: 20px;
	font-weight: normal;
	padding: 0px 150px;
  }
     .textFeature h3 {
	font-size: 35px;
	font-weight: bold;
  }
  /* SERVICES END/////////////////////////////////////////////////////////////////////*/
  .shown {
	position: absolute;
	opacity: 1;
	z-index: 1;
  }
  .disappear {
	position: absolute;
	opacity: 1;
	z-index: 2;
  }
  
  /* ABOUT /////////////////////////////////////////////////////////////////////////////////////*/
  
 
  .contactCopy {
	padding: 100px 25px;
  }
  .contactCopy p {
	font-size: 53px;
	font-weight: bold;
	line-height: 39px;
	letter-spacing: 3px;
	color: #adadad;
  }
  .moveMap {
	text-align: center;
	padding: 1px 1px;
  }
  /* ABOUT END /////////////////////////////////////////////////////////////////////////////////////*/
  
/* PRODUCTS /////////////////////////////////////////////////////////////////////////////////////*/
	
	
	
	.caseRight {
	background-color: black;
	color: white;
	padding: 60px 40px;
	line-height: 34px;
	}
	.caseLeft {
	padding: 60px 40px;
	line-height: 34px;
	border-style: solid;
	border-width: 8px;
	border-color: #565656;
	}
	.titleLine {

	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e6e9ef;
	margin: 20px 0px 40px 0px;
	}
	.blackLine {
		width: 10%;
		height: 7px;
		background-color: #4f4f4f;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
	.caseHigh {
		background-color: black;
		margin: 0px;
	}
/* PRODUCTS END /////////////////////////////////////////////////////////////////////////////////////*/

