/*
		* |- # Tech Tile
		*/

		

		#TechBase02 {

			color: rgb(0, 255, 229);
			overflow:visible;
			width: 50px;
			height: 50px;
			font-size: 20px;
			border: 1px outset rgba(255, 255, 255, 0.9);
			border-radius: 10px;
			box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
			background: rgba(255, 255, 255, 0.5);
			align-items: center;
			text-align: center;
			padding: 10px;
			/* transition: .5s; */ /* causes apps to follow screen movement slower */

		}

		#TechBase02 embed {
			width: 20.1px;
			height: 20.1px;
			margin-bottom: 20px;
		}

		#TechBase02:hover {

			display: grid;
			grid-template-columns: 25px 25px 25px;
			grid-template-rows: 100px 300px 300px;
			color: rgb(255, 255, 255);
			width: 720px;
			height: 550px;
			font-size: 120px;
			border: 1px outset rgba(255, 255, 255, 0.9) ;
			border-radius: 10px;
			box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.5),  10px 10px 10px 10px rgba(255, 255, 255, 0.9);
			background: rgba(255, 255, 255, 0.4);
			backdrop-filter: blur(1.5px);
			padding: 10px;
			align-items: center;
			transition: 1s;
			z-index: -2;
			
			
		}

		


		#CenterTileRoot embed {
			
			position: static;
			width: 100px;
			height: 100px;


		}

		#TechTileHeader01 {

			display: none;
			position: relative;
			margin-top: -100px;
			margin-left: -5px;
			float: top;
			color: rgb(120, 120, 120);
			width: 5px;
			height: 5px;
			font-size: 12px;
			border: 3px outset rgba(255, 221, 0, 0.9);
			border-radius: 10px;
			box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
			background: rgba(255, 255, 255, 0.5);
			transition: 1s;

		}


		#TechBase02:hover #TechTileHeader01 {
			
			display: block;
			content-visibility: hidden;
			position: relative;
			margin-top: -100px;
			margin-left: -5px;
			float: top;
			color: rgb(255, 255, 255);
			text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5);
			width: 5px;
			height: 5px;
			font-size: 12px;
			border: 3px outset rgba(255, 221, 0, 0.9);
			border-radius: 10px;
			box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
			background: rgba(255, 255, 255, 0.5);
			transition: 1s;
			
		}

		


		#TechBase02:hover #TechTileHeader01:hover {

			content-visibility: visible;
			position: relative;
			margin-bottom: 50px;
			margin-top: -115px;
			margin-left: -105px;
			color: rgb(255, 255, 255);
			text-shadow: 1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5);
			width: 100px;
			height: 100px;
			font-size: 12px;
			border: 1px outset rgba(255, 221, 0, 0.3);
			border-radius: 10px;
			box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
			background: rgba(255, 255, 255, 0.5);
			/* animation-delay: 1s; */
			
		}


		#TechBase02:hover #TechTileΔName {
			
			content-visibility: hidden;
			overflow: auto;
			position: relative;
			margin-top: -100px;
			margin-right: -5px;
			/* margin-bottom: auto;
			margin-top: 120px;
			margin-left: -10px; */
			color: rgba(0, 255, 170, 0.3);
			width: 0px;
			height: 0px;
			font-size: 10px;
			border: 3px outset rgba(0, 255, 170, 0.3);
			border-radius: 10px;
			box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.5);
			background: rgba(255, 255, 255, 0.5);
			transition: 1s;
			
		}


		#TechBase02:hover #TechTileΔName:hover {

			content-visibility: visible;
			position: relative;
			margin-top: -105px;
			margin-left: 0px;
			color: rgb(0, 255, 174);
			text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
			width: 150px;
			height: 35px;
			font-size: 13px;
			border: 1px outset rgba(255, 255, 255, 0.9);
			border-radius: 10px;
			box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
			background: rgba(255, 255, 255, 0.5);
			transition: 1s;
			
		}


		#TechBase02:hover #CenterTileRoot {
			margin-top: 0px;
			margin-left: 200px;
			position: relative;
			color: rgb(255, 255, 255);
			width: 100px;
			height: 100px;
			font-size: 12px;
			border: 1.5px outset rgba(255, 255, 255, 0.9);
			border-radius: 10px;
			box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5), 1px 1px 1px rgba(255, 255, 255, 0.9);
			background: rgba(255, 255, 255, 0.5);
			/* margin-top: 50px;
			margin-left: 30px; */
			transition: 1s;

		}


		#TechBase02:hover #CenterTileRoot:hover {
			margin-top: 0px;
			margin-left: 0px;
			position: relative;
			color: green;
			width: 60px;
			height: 60px;
			font-size: 12px;
			border: 1px outset rgba(255, 255, 255, 0.608);
			border-radius: 10px;
			box-shadow: 10px 10px 10px rgba(255, 255, 255, 0.5);
			background: rgba(255, 255, 255, 0.5);
			/* margin-top: 50px;
			margin-left: 30px; */
			transition: 2.5s;

		}

		#CenterTileRoot:hover {
			/* margin-top: 115px; */

			margin-top: 0px;
			margin-left: 0px;
			position: relative;
			color: green;
			width: 60px;
			height: 60px;
			font-size: 12px;
			border: 1px outset rgba(255, 255, 255, 0.608);
			border-radius: 10px;
			box-shadow: 10px 10px 10px rgba(255, 255, 255, 0.5);
			background: rgba(255, 255, 255, 0.5);
			/* margin-top: 50px;
			margin-left: 30px; */
			transition: 2.5s;

		}


		.centerTileClass01 {
			visibility: hidden;
			margin-bottom: 0px;
			width: 20;
			height: 20;
		}


		#TechBase02:hover .centerTileClass01 {
			visibility: visible;
			margin-bottom: 0px;
			width: 220px;
			height: 0;
		}

	

		#TechBase02:hover #CenterTile02 {

			margin-top: 0px;
			margin-left: -50px;
			position: fixed;
			color: rgb(255, 255, 255);
			width: 100px;
			height: 100px;
			font-size: 12px;
			border: 2px outset rgba(255, 255, 255, 0.9);
			border-radius: 10px;
			box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.5), 1px 1px 1px rgba(255, 255, 255, 0.9);
			background: rgba(255, 255, 255, 0.5);
			/* margin-top: 50px;
			margin-left: 30px; */
			transition: 1s;
			
		}


		#TechBase02:hover #CenterTile02:hover {

			/* display: block; */
			/* visibility: visible; */
			margin-top: -200px;
			margin-left: -100px;
			/* top: 5px;
			right: 5px; */
			color: rgb(255, 255, 255);
			width: 700px;
			height: 500px;
			font-size: 12px;
			border: 1px outset rgba(255, 255, 255, 0.5);
			border-radius: 10px;
			box-shadow: 1.5px 1.5px 1.5px 1.5px rgba(255, 255, 255, 0.9), 1.5px 1.5px 1.5px 1.5px rgba(0, 255, 217, 0.9) ;
			background: rgba(255, 255, 255, 0.5);
			transition: 1s;
			
		}






		#TechTileFx01 {
			display: none;
			width: 20px;
			height: 100px;
			background: rgba(255, 255, 255, 0.5);
			border: 1px outset rgba(255, 255, 255, 0.5);
			border-radius: 10px;
			align-items: center;
			transition: 1s;
		}



		#TechBase02:hover #TechTileFx01 {
			display: block;
			margin-top: -45px;
			margin-left: -55px;
			width: 5px;
			height: 5px;
			background: rgba(255, 255, 255, 0.2);
			border: 3px outset rgba(255, 255, 255, 0.5);
			border-radius: 10px;
			align-items: center;
			transition: 1s;
		}

		/* #TechBase02:hover #TechTileFx01:nth-child() {
			display: none;
			width: 5px;
			height: 5px;
			background: rgba(255, 255, 255, 0.5);
			border: 1px outset rgba(255, 255, 255, 0.5);
			border-radius: 10px;
		} */


		#TechBase02:hover #TechTileFx01:hover {
			display: block;
			width: 70px;
			height: 500px;
			margin-top: 450px;
			margin-left: -100;
			margin-bottom: -200;
			background: rgba(255, 255, 255, 0.269);
			border: 1px outset rgba(255, 255, 255, 0.5);
			border-radius: 10px;
			box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
			align-items: center;
			transition: 1s;
		}

		#ImgA01 {
			transition: 5s;
		}

		#TechBase02:hover #TechTileFx01 img {
			display: none;
		}
 		

		#TechBase02:hover #TechTileFx01 #ImgA01 {
			display: none;
			width: 100px;
			height: 100px;
			/* border: 1px outset rgba(0, 0, 0, 0.9); */
			transition: 5s;
			
		}


		#TechBase02:hover #TechTileFx01:hover #ImgA01 {

			position: relative;
			display: block;
			width: 50px;
			height: 50px;
			margin-left: 3px;
			margin-bottom: -100px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.5);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.9);
			transition: 1s;
			
		}

		#TechBase02:hover #TechTileFx01 img {
			display: none;
		}


		#TechBase02:hover #TechTileFx01:hover #ImgA01:hover {
			
			position: relative;
			display: block;
			width: 60px;
			height: 60px;
			margin-left: 5px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.9);
			border: 1px rgba(255, 255, 255, 0.2);
			box-shadow: 3px 3px 3px rgba(117, 117, 117, 0.2);
			transition: 1s;
			
		}


		/* ------------------------------------------------------------- */
		

		#ImgA02 {
			display: none;
		}

		#TechBase02:hover #TechTileFx01:hover #ImgA02 {

			/* position: relative; */
			display: block;
			width: 50px;
			height: 50px;
			margin-left: 3px;
			margin-top: 110px;
			margin-bottom: -300px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.5);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.9);
			transition: 1s;
			
		}


		#TechBase02:hover #TechTileFx01:hover #ImgA02:hover {
			
			/* position: relative; */
			display: block;
			width: 60px;
			height: 60px;
			margin-left: 5px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.9);
			border: 1px rgba(255, 255, 255, 0.2);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.5);
			transition: 1s;
			
		}
		
		/* Img A03 = Right Arrow */
		/* ------------------------------------------------------------- */

		#ImgA03 {
			display: none;
		}

		#TechBase02:hover #TechTileFx01:hover #ImgA03 {

			/* position: relative; */
			display: block;
			width: 50px;
			height: 50px;
			margin-left: 3px;
			margin-top: 310px;
			margin-bottom: -300px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.5);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.5);
			transform: rotateZ(90deg);
			transition: 1s;
			
		}


		#TechBase02:hover #TechTileFx01:hover #ImgA03 .verticalImg {

			/* position: relative; */
			display: block;
			width: 50px;
			height: 50px;
			margin-left: 3px;
			margin-top: 310px;
			margin-bottom: -300px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.5);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.5);
			transform: rotateZ(150deg);
			transition: 1s;
			
		}


		#TechBase02:hover #TechTileFx01:hover #ImgA03:hover {
			
			/* position: relative; */
			display: block;
			width: 60px;
			height: 60px;
			margin-left: 5px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.9);
			border: 1px rgba(255, 255, 255, 0.5);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.5);
			transition: 1s;
			
		}



		/* Img A04 = Right Arrow */
		/* ------------------------------------------------------------- */

		#ImgA04 {
			display: none;
		}

		#TechBase02:hover #TechTileFx01:hover #ImgA04 {

			/* position: relative; */
			display: block;
			width: 50px;
			height: 50px;
			margin-left: 3px;
			margin-top: 310px;
			margin-bottom: -300px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.5);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.9);
			transition: 1s;
			
		}


		#TechBase02:hover #TechTileFx01:hover #ImgA04:hover {
			
			/* position: relative; */
			display: block;
			width: 60px;
			height: 60px;
			margin-left: 5px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.9);
			border: 1px rgba(255, 255, 255, 0.2);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.5);
			transition: 1s;
			
		}





		/* Img A05 = Right Arrow */
		/* ------------------------------------------------------------- */

		#ImgA05 {
			display: none;
		}

		#TechBase02:hover #TechTileFx01:hover #ImgA05 {

			/* position: relative; */
			display: block;
			width: 50px;
			height: 50px;
			margin-left: 3px;
			margin-top: 310px;
			margin-bottom: -300px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.5);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.9);
			transform: rotateZ(-0.75turn);
			transition: 1s;
			
		}


		#TechBase02:hover #TechTileFx01:hover #ImgA05:hover {
			
			/* position: relative; */
			display: block;
			width: 60px;
			height: 60px;
			margin-left: 5px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.9);
			border: 1px rgba(255, 255, 255, 0.2);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.5);
			transition: 1s;
			
		}



		/* Img A06 = Right Arrow */
		/* ------------------------------------------------------------- */

		#ImgA06 {
			display: none;
		}

		#TechBase02:hover #TechTileFx01:hover #ImgA06 {

			/* position: relative; */
			display: block;
			width: 50px;
			height: 50px;
			margin-left: 3px;
			margin-top: 310px;
			margin-bottom: -300px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.5);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.9);
			transition: 1s;
			
		}


		#TechBase02:hover #TechTileFx01:hover #ImgA06:hover {
			
			/* position: relative; */
			display: block;
			width: 60px;
			height: 60px;
			margin-left: 5px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.9);
			border: 1px rgba(255, 255, 255, 0.2);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.9);
			transition: 1s;
			
		}




		/* Img A07 = Right Arrow */
		/* ------------------------------------------------------------- */

		#ImgA07 {
			display: none;
		}

		#TechBase02:hover #TechTileFx01:hover #ImgA07 {

			/* position: relative; */
			display: block;
			width: 50px;
			height: 50px;
			margin-left: 3px;
			margin-top: 310px;
			margin-bottom: -300px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.5);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.9);
			transition: 1s;
			
		}


		#TechBase02:hover #TechTileFx01:hover #ImgA07:hover {
			
			/* position: relative; */
			display: block;
			width: 60px;
			height: 60px;
			margin-left: 5px;
			/* border: 1px outset rgba(229, 28, 28, 0.9); */
			border-radius: 10px;
			background: rgba(255, 255, 255, 0.9);
			border: 1px rgba(255, 255, 255, 0.2);
			box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.9);
			transition: 1s;
			
		}
