@charset "utf-8";
img, object, embed,  {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/* Mobile */
@media only screen and (min-width: 300px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 649px;
	min-width: 300px;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#Navbar {
	float: left;
	font-size: 200%;
	display: none;
	width:100%;
	margin-left:0;
	margin-top: 0;
	background-color:rgba(255,255,255,0.9);
	position: fixed;
	top:0;
	left:0;
	z-index:100;
	overflow:visible;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
#NavbarPhone {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	margin-top:0px;
	font-weight: bold;
	width: 100%;
	font-size: 40%;
	display: block;
	height:100px;
	overflow:hidden;
	background:none;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	z-index:10000;
	position:absolute;
	top:0;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	background-color:#800000;
	margin-right: 0%;
	margin-left: 0%;
	font-size: 50%;
}
#MainBody {
	float: left;
	margin-left:0%;
	margin-right:0%;
	padding-bottom:150px;
	width: 100%;
	display: block;
	position:absolute;
	font-size:50%;
	top:110px;
	opacity:1;
	z-index:10000;
	-webkit-animation:mainbod ease-in 2s;
	-moz-animation:mainbod ease-in 2s;
    -o-animation:mainbod ease-in 2s;
  	 animation:mainbod ease-in 2s;
  	 -webkit-animation-fill-mode:forwards;
  	 -moz-animation-fill-mode:forwards;
  	 -o-animation-fill-mode:forwards;
  	 animation-fill-mode:forwards;
}
@-webkit-keyframes mainbod { 
	0% { opacity:0; } 
	100% { opacity:1; }
}
@-moz-keyframes mainbod { 
	0% { opacity:0; } 
	100% { opacity:1; }   
}
@-o-keyframes mainbod { 
	0% { opacity:0; } 
	100% { opacity:1; } 
}
@keyframes mainbod { 
	0% { opacity:0; } 
	100% { opacity:1; }
}
#MainTableBody {
	background-color:rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 10px #40FF40;
	-webkit-box-shadow:0px 0px 10px #40FF40;
	box-shadow:0px 0px 10px #40FF40;
}
#BodyLeft {
	float: left;
	margin-left: 2%;
	margin-right:2%;
	width: 96%;
	display: block;
	font-size:110%;
}
#BodyRight {
	float: right;
	margin-left: 2%;
	margin-right:2%;
	width: 96%;
	display: block;
	font-size:110%;
}
#BodyLeftSec {
	float: left;
	margin-left: 2%;
	margin-right:2%;
	width: 96%;
	display: block;
	font-size:110%;
	z-index:5;
}
#BodyRightSec {
	float: right;
	margin-left: 2%;
	margin-right:2%;
	width: 96%;
	display: block;
	font-size:110%;
	z-index:5;
}
#BodyCenter {
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top:0px;
	width: 96%;
	display: block;
	font-size:110%;
}
#ContactForm {
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 100%;
	display: block;
	font-size:100%;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	display: block;
	float: left;
	position: fixed;
	bottom:0;
	left:0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:11;
}
#PhoneFooter {
	display: none;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#PittsburghWebsiteDesigner {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#Logo {
	float: left;
	margin-top:0px;
	margin-left: 0;
	margin-right:1%;
	width: 23%;
	font-size: 70%;
	display: block;
	background-color:rgba(22,72,141,0.9);
	bottom:0;
	left:0;
	height:140px;
}
#Logo:hover {
	background-color:rgba(23,98,236,1);
}
.MainBodyWhite {
	color: #FFF;
	font-size: 150%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 100%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}
#downarrow {
	position:absolute;
	display:block;
	bottom:0;
	width:100%;
	height:50px;
	margin-bottom:20px;	
}


#PittsburghSearchEngineExperts1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 0%;
	width: 32%;
	display: none;
}
#PittsburghSearchEngineExperts2 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	display: block;
}
#PittsburghSearchEngineExperts3 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 2%;
	width: 32%;
	display: none;
}

.PittsburghWebDesignsS1{
	z-index: 90;	
}
.PittsburghWebDesignsD1{
      position: relative;
      top: 0;
      margin: 0 auto 0;
      width: 100%;
	z-index:100;
	
}
.PittsburghCustomCodingT1{
	margin-top:0px;
	
}

.PittsburghWebDesignsS2{
	z-index:90;
	background-image:url(../Graphics/Backgrounds/CustomWebsiteDesign.jpg);
	background-size:cover;
}
.PittsburghWebDesignsD2{
      position: relative;
      top: 11%;
      margin: 0 auto 0;
      width: 80%;
	  font-size:50%;
	  margin-left:10%;
	  margin-right:10%;
	z-index:100;
	
}
.PittsburghCustomCodingT2{
	margin-top:150px;
	
}

.PittsburghWebDesignsS3{
	z-index:90;
	background-image:url(../Graphics/Backgrounds/SearchEngineOptimizationPittsburgh.jpg);
	background-size:cover;
}
.PittsburghWebDesignsD3{
      position: relative;
      top: 11%;
      margin: 0 auto 0;
	  width:80%;
	  font-size:50%;
	  margin-left:10%;
	  margin-right:10%;
	z-index:100;
	
}
.PittsburghCustomCodingT3{
	margin-top:150px;
	
}

.PittsburghWebDesignsS4{
	z-index:9000;
	background-image:url(../Graphics/Backgrounds/Main-BG_mini.jpg);
	background-size:cover;
	
}
.PittsburghWebDesignsD4{
      position: relative;
      top: 16%;
      margin: 0 auto 0;
	  width:80%;
	  font-size:50%;
	  margin-left:10%;
	  margin-right:10%;
	z-index:1000;
	
}
.PittsburghCustomCodingT4{
	margin-top:150px;
	z-index:10000;
	
}

.PittsburghWebDesignsS5{
	z-index:90;
	background-image: url(../Graphics/Backgrounds/PittsburghCustomWebsiteDeveloper.jpg);
	background-size:cover;
	
}
.PittsburghWebDesignsD5{
      position: relative;
      top: 16%;
      margin: 0 auto 0;
	  width: 80%;
	  font-size:50%;
	  margin-left:10%;
	  margin-right:10%;
	z-index:100;
	
}
.PittsburghCustomCodingT5{
	margin-top:150px;
	
}
#PittsburghWebsiteDesignerPhone{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:1%;
	width:19%;
	margin-left:80%;
	display:none;
}
#PittsburghWebsiteDesignerPhone2{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:3%;
	width:19%;
	margin-left:78%;
	display:block;
}
#PittsburghWebsiteDesignerMenu{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:78%;
	width:19%;
	margin-left:3%;
	
}
#PittsburghCustomCodedWebsitesMenu{
	display:none;
	height:100%;
	width:70%;
	margin-right:30%;
	position: absolute;
	z-index:900000;
	font-size:80%;
	background-color: rgba(0,0,0,.8);
  	-webkit-animation:slidin ease-in 0.5s;
	-moz-animation:slidin ease-in 0.5s;
    -o-animation:slidin ease-in 0.5s;
    animation:slidin ease-in 0.5s;
    -webkit-animation-direction:alternate;
	animation-direction:alternate;
	-webkit-box-shadow: 0px 0px 10px #40FF40;
	-moz-box-shadow: 0px 0px 10px #40FF40;
	box-shadow: 0px 0px 10px #40FF40;
}
#PittsburghVideoWebsites{
	position:absolute;
	height:100%;
	width:100%;
	z-index:0;
	display:none;	
}
#PittsburghWebsiteGuruBg{
	background-size: cover;
	background-repeat: no-repeat;
	bottom:0;
}
#PittsburghWebsiteGuruBgCloud{
	background-size: cover;
	background-repeat: no-repeat;
}
#PittsburghWebDesignsLLC{
	margin-top:250px;
}
#PittsburghWebDesignsLogo{
	margin-top:100px;
	width:80%;
	max-width:250px;
}
#SearchEngineOptimization{
	opacity:0;
	margin-top:700px;
	margin-left:1%;
	margin-right:69%;
	width:30%;
	position:absolute;
  	-webkit-animation:fadein ease-in 1.5s 4s;
	-moz-animation:fadein ease-in 1.5s 4s;
    -o-animation:fadein ease-in 1.5s 4s;
    animation:fadein ease-in 1.5s 4s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#VideoProducing{
	opacity:0;
	margin-top:700px;
	margin-left:35%;
	margin-right:35%;
	width:30%;
	position:absolute;
  	-webkit-animation:fadein ease-in 1.5s 5s;
	-moz-animation:fadein ease-in 1.5s 5s;
    -o-animation:fadein ease-in 1.5s 5s;
    animation:fadein ease-in 1.5s 5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#CustomCodedWebsites{
	opacity:0;
	margin-top:700px;
	margin-left:69%;
	margin-right:1%;
	width:30%;
	position:absolute;
  	-webkit-animation:fadein ease-in 1.5s 6s;
	-moz-animation:fadein ease-in 1.5s 6s;
    -o-animation:fadein ease-in 1.5s 6s;
    animation:fadein ease-in 1.5s 6s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#PittsburghCustomCodedWebsites{
	opacity:0;
	bottom:10px;
	margin-left:35%;
	margin-right:35%;
	width:30%;
	position:fixed;
  	-webkit-animation:fadein ease-in 1.5s 7s;
	-moz-animation:fadein ease-in 1.5s 7s;
    -o-animation:fadein ease-in 1.5s 7s;
    animation:fadein ease-in 1.5s 7s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#SearchEngineExpertsPittsburgh1 {
	position:relative;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh2 {
	position:relative;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh3 {
	position:relative;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh4 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 33.3%;
	margin-top: 360px;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh5 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 33.4%;
	margin-top: 360px;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh6 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 33.3%;
	margin-top: 360px;
	display: block;
	max-height:360px;
}
#CustomCodedWebsitesPittsburghPa{
	margin-top:500px;
	margin-left:0%;
	margin-right:0%;
	width:100%;
}
#CustomCodedWebsiteGuruPittsburgh{
	margin-top:500px;
	margin-left:70%;
	margin-right:10%;
	width:20%;
}
#CustomCodedWebsiteGuruPittsburghPa{
	margin-top:700px;
	margin-left:10%;
	margin-right:70%;
	width:20%;
}
#CustomCodedWebsiteGuruPittsburghPa2{
	margin-top:590px;
	margin-left:20%;
	margin-right:60%;
	width:20%;
}
#SearchEngineWebsiteGuruPittsburgh{
	margin-top:300px;
	margin-left:75%;
	margin-right:5%;
	width:20%;
}
#SearchEngineWebsiteGuruPittsburghPa{
	margin-top:400px;
	margin-left:15%;
	margin-right:70%;
	width:15%;
}
#SearchEngineWebsiteGuruPittsburghPa2{
	margin-top:90px;
	margin-left:20%;
	margin-right:60%;
	width:20%;
}
#SearchEngineOptimizedWebsiteGuruPittsburgh{
	margin-top:100px;
	margin-left:85%;
	margin-right:0%;
	width:15%;
}
#SearchEngineOptimizedWebsiteGuruPittsburghPa{
	margin-top:150px;
	margin-left:0%;
	margin-right:85%;
	width:15%;
}
#SearchEngineOptimizedWebsiteGuruPittsburghPa2{
	margin-top:290px;
	margin-left:50%;
	margin-right:40%;
	width:10%;
}
#CustomCodeBackground {
	position:absolute;
	height:100%;
	width:100%;
	display:block;
}
#Website1 {
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 120%;
	width: 90%;
	overflow: visible;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Website2 {
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 120%;
	width: 90%;
	overflow: visible;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Website3 {
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 120%;
	width: 90%;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Website4 {
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 120%;
	width: 90%;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#PittsburghVideoProduction1 {
	position:relative;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#PittsburghVideoProduction2 {
	position:relative;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#PittsburghVideoProduction3 {
	position:relative;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
}

/* Tablet */

@media only screen and (min-width: 650px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 850px;
	min-width: 650px;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#Navbar {
		float: left;
	font-size: 150%;
	display: block;
	width:100%;
	margin-left:0;
	margin-top: 0;
	background-color:#800000;
	background-image: none;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:cover;
	position: fixed;
	top:0;
	left:0;
	z-index:100;
	overflow:visible;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
#NavbarPhone {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	margin-top:11px;
	font-weight: bold;
	width: 100%;
	font-size: 50%;
	display: none;
	height:60px;
	overflow:hidden;
	background:none;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	background:rgba(0,0,0,0.1);
	margin-right: 0%;
	margin-left: 0%;
	font-size: 100%;
}
#MainBody {
	float: left;
	margin-left:5%;
	margin-right:5%;
	width: 90%;
	padding-bottom:200px;
	display: block;
	position:absolute;
	font-size:80%;
	top:100px;
	opacity:1;
	z-index:10000;
	-webkit-animation:mainbod ease-in 2s;
	-moz-animation:mainbod ease-in 2s;
    -o-animation:mainbod ease-in 2s;
  	 animation:mainbod ease-in 2s;
  	 -webkit-animation-fill-mode:forwards;
  	 -moz-animation-fill-mode:forwards;
  	 -o-animation-fill-mode:forwards;
  	 animation-fill-mode:forwards;
}
@-webkit-keyframes mainbod { 
	0% { opacity:0; } 
	100% { opacity:1; }
}
@-moz-keyframes mainbod { 
	0% { opacity:0; } 
	100% { opacity:1; }   
}
@-o-keyframes mainbod { 
	0% { opacity:0; } 
	100% { opacity:1; } 
}
@keyframes mainbod { 
	0% { opacity:0; } 
	100% { opacity:1; }
}
#MainTableBody {
	background-color:rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 10px #40FF40;
	-webkit-box-shadow:0px 0px 10px #40FF40;
	box-shadow:0px 0px 10px #40FF40;
}
#BodyLeft {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	font-size:80%;
}
#BodyRight {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	font-size:80%;
}
#BodyLeftSec {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	font-size:80%;
	z-index:5;
}
#BodyRightSec {
	float: right;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	font-size:80%;
	z-index:5;
}
#BodyCenter {
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:0px;
	width: 90%;
	display: block;
	font-size:90%;
}
#ContactForm {
	float: left;
	margin-left: 5%;
	margin-right:5%;
	width: 90%;
	display: block;
	font-size:100%;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	display: block;
	float: left;
	position: fixed;
	bottom:0;
	left:0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:11;
}
#PhoneFooter {
	display: none;
	float: left;
	position: relative;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#PittsburghWebsiteDesigner {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#Logo {
	float: left;
	margin-top:0px;
	margin-left: 0;
	margin-right:1%;
	width: 23%;
	font-size: 70%;
	display: block;
	background-color:rgba(22,72,141,0.9);
	bottom:0;
	left:0;
	height:140px;
}
#Logo:hover {
	background-color:rgba(23,98,236,1);
}
.MainBodyWhite {
	color: #FFF;
	font-size: 175%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 100%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}
#downarrow {
	position:absolute;
	display:block;
	bottom:0;
	width:100%;
	height:50px;
	margin-bottom:20px;	
}


#PittsburghSearchEngineExperts1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 0%;
	width: 32%;
	display: none;
}
#PittsburghSearchEngineExperts2 {
	position:relative;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	display: block;
}
#PittsburghSearchEngineExperts3 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 2%;
	width: 32%;
	display: none;
}

.PittsburghWebDesignsS1{
	z-index: 90;	
}
.PittsburghWebDesignsD1{
      position: relative;
      top: 0;
      margin: 0 auto 0;
      width: 100%;
	z-index:100;
	
}
.PittsburghCustomCodingT1{
	margin-top:0px;
	
}

.PittsburghWebDesignsS2{
	z-index:90;
	background-image:url(../Graphics/Backgrounds/CustomWebsiteDesign.jpg);
	background-size:cover;
}
.PittsburghWebDesignsD2{
      position: relative;
      top: 16%;
      margin: 0 auto 0;
      width: 90%;
	  font-size:70%;
	  margin-left:5%;
	  margin-right:5%;
	z-index:100;
	
}
.PittsburghCustomCodingT2{
	margin-top:150px;
}

.PittsburghWebDesignsS3{
	z-index:90;
	background-image:url(../Graphics/Backgrounds/SearchEngineOptimizationPittsburgh.jpg);
	background-size:cover;
}
.PittsburghWebDesignsD3{
      position: relative;
      top: 16%;
      margin: 0 auto 0;
	  width:90%;
	  font-size:70%;
	  margin-left:5%;
	  margin-right:5%;
	z-index:100;
	
}
.PittsburghCustomCodingT3{
	margin-top:150px;
	
}

.PittsburghWebDesignsS4{
	z-index:9000;
	background-image:url(../Graphics/Backgrounds/Main-BG_mini.jpg);
	background-size:cover;
}
.PittsburghWebDesignsD4{
      position: relative;
      top: 16%;
      margin: 0 auto 0;
	  width:90%;
	  font-size:70%;
	  margin-left:5%;
	  margin-right:5%;
	z-index:100;
	
}
.PittsburghCustomCodingT4{
	margin-top:150px;
	z-index:10000;
	
}

.PittsburghWebDesignsS5{
	z-index:90;
	background-image: url(../Graphics/Backgrounds/PittsburghCustomWebsiteDeveloper.jpg);
	background-size:cover;
	
}
.PittsburghWebDesignsD5{
      position: relative;
      top: 16%;
      margin: 0 auto 0;
	  width: 90%;
	  font-size:70%;
	  margin-left:5%;
	  margin-right:5%;
	z-index:100;
	
}
.PittsburghCustomCodingT5{
	margin-top:150px;
	
}
#PittsburghWebsiteDesignerPhone{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:3%;
	width:19%;
	margin-left:77%;
	display:block;
}
#PittsburghWebsiteDesignerPhone2{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:3%;
	width:19%;
	margin-left:77%;
	display:none;
}
#PittsburghWebsiteDesignerMenu{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:78%;
	width:19%;
	margin-left:3%;
	
}
#PittsburghCustomCodedWebsitesMenu{
	display:none;
	height:100%;
	width:40%;
	margin-right:60%;
	position:absolute;
	z-index:900000;
	font-size:90%;
	background-color: rgba(0,0,0,.8);
  	-webkit-animation:slidin ease-in 0.5s;
	-moz-animation:slidin ease-in 0.5s;
    -o-animation:slidin ease-in 0.5s;
    animation:slidin ease-in 0.5s;
    -webkit-animation-direction:alternate;
	animation-direction:alternate;
	-webkit-box-shadow: 0px 0px 10px #40FF40;
	-moz-box-shadow: 0px 0px 10px #40FF40;
	box-shadow: 0px 0px 10px #40FF40;
}
#PittsburghVideoWebsites{
	position:absolute;
	height:100%;
	width:100%;
	z-index:0;
	display:none;	
}
#PittsburghWebsiteGuruBg{
	background-size: cover;
	background-repeat: no-repeat;
	bottom:0;
}
#PittsburghWebsiteGuruBgCloud{
	background-size: cover;
	background-repeat: no-repeat;
}
#PittsburghWebDesignsLLC{
	margin-top:175px;
}
#PittsburghWebDesignsLogo{
	margin-top:30px;
	width:50%;
	max-width:250px;
}
#SearchEngineOptimization{
	opacity:0;
	margin-top:700px;
	margin-left:1%;
	margin-right:69%;
	width:30%;
	position:absolute;
  	-webkit-animation:fadein ease-in 1.5s 4s;
	-moz-animation:fadein ease-in 1.5s 4s;
    -o-animation:fadein ease-in 1.5s 4s;
    animation:fadein ease-in 1.5s 4s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#VideoProducing{
	opacity:0;
	margin-top:700px;
	margin-left:35%;
	margin-right:35%;
	width:30%;
	position:absolute;
  	-webkit-animation:fadein ease-in 1.5s 5s;
	-moz-animation:fadein ease-in 1.5s 5s;
    -o-animation:fadein ease-in 1.5s 5s;
    animation:fadein ease-in 1.5s 5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#CustomCodedWebsites{
	opacity:0;
	margin-top:700px;
	margin-left:69%;
	margin-right:1%;
	width:30%;
	position:absolute;
  	-webkit-animation:fadein ease-in 1.5s 6s;
	-moz-animation:fadein ease-in 1.5s 6s;
    -o-animation:fadein ease-in 1.5s 6s;
    animation:fadein ease-in 1.5s 6s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#PittsburghCustomCodedWebsites{
	opacity:0;
	bottom:10px;
	margin-left:35%;
	margin-right:35%;
	width:30%;
	position:fixed;
  	-webkit-animation:fadein ease-in 1.5s 7s;
	-moz-animation:fadein ease-in 1.5s 7s;
    -o-animation:fadein ease-in 1.5s 7s;
    animation:fadein ease-in 1.5s 7s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#SearchEngineExpertsPittsburgh1 {
	position:relative;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh2 {
	position:relative;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh3 {
	position:relative;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh4 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 33.3%;
	margin-top: 360px;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh5 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 33.4%;
	margin-top: 360px;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh6 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 33.3%;
	margin-top: 360px;
	display: block;
	max-height:360px;
}
#CustomCodedWebsitesPittsburghPa{
	margin-top:500px;
	margin-left:0%;
	margin-right:0%;
	width:100%;
}
#CustomCodedWebsiteGuruPittsburgh{
	margin-top:500px;
	margin-left:70%;
	margin-right:10%;
	width:20%;
}
#CustomCodedWebsiteGuruPittsburghPa{
	margin-top:700px;
	margin-left:10%;
	margin-right:70%;
	width:20%;
}
#CustomCodedWebsiteGuruPittsburghPa2{
	margin-top:590px;
	margin-left:20%;
	margin-right:60%;
	width:20%;
}
#SearchEngineWebsiteGuruPittsburgh{
	margin-top:300px;
	margin-left:75%;
	margin-right:5%;
	width:20%;
}
#SearchEngineWebsiteGuruPittsburghPa{
	margin-top:400px;
	margin-left:15%;
	margin-right:70%;
	width:15%;
}
#SearchEngineWebsiteGuruPittsburghPa2{
	margin-top:90px;
	margin-left:20%;
	margin-right:60%;
	width:20%;
}
#SearchEngineOptimizedWebsiteGuruPittsburgh{
	margin-top:100px;
	margin-left:85%;
	margin-right:0%;
	width:15%;
}
#SearchEngineOptimizedWebsiteGuruPittsburghPa{
	margin-top:150px;
	margin-left:0%;
	margin-right:85%;
	width:15%;
}
#SearchEngineOptimizedWebsiteGuruPittsburghPa2{
	margin-top:290px;
	margin-left:50%;
	margin-right:40%;
	width:10%;
}
#CustomCodeBackground {
	position:absolute;
	height:100%;
	width:100%;
	display:block;
}
#Website1 {
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 4%;
	margin-right: 5%;
	font-size: 70%;
	width: 40%;
	overflow: visible;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Website2 {
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 5%;
	margin-right: 4%;
	font-size: 70%;
	width: 40%;
	overflow: visible;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Website3 {
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 4%;
	margin-right: 5%;
	font-size: 70%;
	width: 40%;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Website4 {
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 5%;
	margin-right: 4%;
	font-size: 70%;
	width: 40%;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#PittsburghVideoProduction1 {
	position:relative;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	display: block;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#PittsburghVideoProduction2 {
	position:relative;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	display: block;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#PittsburghVideoProduction3 {
	position:relative;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	display: block;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
}


/* Small Desktop */

@media only screen and (min-width: 850px) {
.gridContainer {
	float:left;
	width: 100%;
	min-width: 850px;
	max-width: 1300px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#Navbar {
		float: left;
	font-size: 250%;
	display: block;
	width:100%;
	margin-left:0;
	margin-top: 0;
	background-color:#800000;
	background-image: none;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:cover;
	position: fixed;
	top:0;
	left:0;
	z-index:100;
	overflow:visible;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
#NavbarPhone {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	margin-top:11px;
	font-weight: bold;
	width: 100%;
	font-size: 50%;
	display: none;
	height:60px;
	overflow:hidden;
	background:none;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	background:rgba(0,0,0,0.1);
	margin-right: 0%;
	margin-left: 0%;
	font-size: 100%;
}
#MainBody {
	float: left;
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	padding-bottom:200px;
	display: block;
	position:absolute;
	font-size:90%;
	top:150px;
	opacity:1;
	z-index:10000;
	left:0;
	-webkit-animation:mainbod ease-in 2s;
	-moz-animation:mainbod ease-in 2s;
    -o-animation:mainbod ease-in 2s;
  	 animation:mainbod ease-in 2s;
  	 -webkit-animation-fill-mode:forwards;
  	 -moz-animation-fill-mode:forwards;
  	 -o-animation-fill-mode:forwards;
  	 animation-fill-mode:forwards;
}
@-webkit-keyframes mainbod { 
	0% { opacity:0; } 
	100% { opacity:1; }
}
@-moz-keyframes mainbod { 
	0% { opacity:0; } 
	100% { opacity:1; }   
}
@-o-keyframes mainbod { 
	0% { opacity:0; } 
	100% { opacity:1; } 
}
@keyframes mainbod { 
	0% { opacity:0; } 
	100% { opacity:1; }
}
#MainTableBody {
	background-color:rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 10px #40FF40;
	-webkit-box-shadow:0px 0px 10px #40FF40;
	box-shadow:0px 0px 10px #40FF40;
}
#BodyLeft {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 60%;
	display: block;
	font-size:80%;
}
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 36%;
	display: block;
	font-size:80%;
}
#BodyLeftSec {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 48%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyRightSec {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 48%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyCenter {
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top:0px;
	width: 96%;
	display: block;
	font-size:90%;
}
#ContactForm {
	float: left;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	display: block;
	font-size:100%;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	display: block;
	float: left;
	position: fixed;
	bottom:0;
	left:0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#PittsburghWebsiteDesigner {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#Logo {
	float: left;
	margin-top:0px;
	margin-left: 0;
	margin-right:1%;
	width: 23%;
	font-size: 70%;
	display: block;
	background-color:rgba(22,72,141,0.9);
	bottom:0;
	left:0;
	height:140px;
}
#Logo:hover {
	background-color:rgba(23,98,236,1);
}
.MainBodyWhite {
	color: #FFF;
	font-size: 225%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 200%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
#downarrow {
	position:absolute;
	display:block;
	bottom:0;
	width:100%;
	height:50px;
	margin-bottom:20px;	
}


#PittsburghSearchEngineExperts1 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 1%;
	width: 32%;
	display: block;
}
#PittsburghSearchEngineExperts2 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 32%;
	display: block;
}
#PittsburghSearchEngineExperts3 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 0%;
	width: 32%;
	display: block;
}

.PittsburghWebDesignsS1{
	z-index: 90;	
}
.PittsburghWebDesignsD1{
      position: relative;
      top: 0;
      margin: 0 auto 0;
      width: 100%;
      z-index: 3;
	z-index:100;
	
}
.PittsburghCustomCodingT1{
	margin-top:0px;
	
}

.PittsburghWebDesignsS2{
	z-index:90;
	background-image:url(../Graphics/Backgrounds/CustomWebsiteDesign.jpg);
	background-size:cover;
}
.PittsburghWebDesignsD2{
      position: relative;
      top: 16%;
      margin: 0 auto 0;
      width: 80%;
	  font-size:80%;
	  margin-left:10%;
	  margin-right:10%;
	z-index:100;
	
}
.PittsburghCustomCodingT2{
	margin-top:100px;
	
}

.PittsburghWebDesignsS3{
	z-index:90;
	background-image:url(../Graphics/Backgrounds/SearchEngineOptimizationPittsburgh.jpg);
	background-size:cover;
}
.PittsburghWebDesignsD3{
      position: relative;
      top: 16%;
      margin: 0 auto 0;
	  width:80%;
	  font-size:80%;
	  margin-left:10%;
	  margin-right:10%;
	z-index:100;
	
}
.PittsburghCustomCodingT3{
	margin-top:100px;
	
}

.PittsburghWebDesignsS4{
	z-index:9000;
	background-image:url(../Graphics/Backgrounds/Main-BG_mini.jpg);
	background-size:cover;
}
.PittsburghWebDesignsD4{
      position: relative;
      top: 16%;
      margin: 0 auto 0;
	  width:80%;
	  font-size:80%;
	  margin-left:10%;
	  margin-right:10%;
	z-index:100;
	
}
.PittsburghCustomCodingT4{
	margin-top:100px;
	z-index:10000;
	
}

.PittsburghWebDesignsS5{
	z-index:90;
	background-image: url(../Graphics/Backgrounds/PittsburghCustomWebsiteDeveloper.jpg);
	background-size:cover;
	
}
.PittsburghWebDesignsD5{
      position: relative;
      top: 16%;
      margin: 0 auto 0;
	  width: 80%;
	  font-size:80%;
	  margin-left:10%;
	  margin-right:10%;
      z-index: 3;
	z-index:100;
	
}
.PittsburghCustomCodingT5{
	margin-top:100px;
	
}
#PittsburghWebsiteDesignerPhone{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:3%;
	width:19%;
	margin-left:78%;
	display:block;
}
#PittsburghWebsiteDesignerPhone2{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:1%;
	width:19%;
	margin-left:80%;
	display:none;
}
#PittsburghWebsiteDesignerMenu{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:78%;
	width:19%;
	margin-left:3%;
	
}
#PittsburghCustomCodedWebsitesMenu{
	display:none;
	height:100%;
	width:30%;
	margin-right:70%;
	position:absolute;
	z-index:900000;
	font-size:100%;
	background-color: rgba(0,0,0,.8);
  	-webkit-animation:slidin ease-in 0.5s;
	-moz-animation:slidin ease-in 0.5s;
    -o-animation:slidin ease-in 0.5s;
    animation:slidin ease-in 0.5s;
    -webkit-animation-direction:alternate;
	animation-direction:alternate;
	-webkit-box-shadow: 0px 0px 10px #40FF40;
	-moz-box-shadow: 0px 0px 10px #40FF40;
	box-shadow: 0px 0px 10px #40FF40;
}
#PittsburghVideoWebsites{
	position:absolute;
	height:100%;
	width:100%;
	z-index:0;
	display:none;	
}
#PittsburghWebsiteGuruBg{
	background-size: cover;
	background-repeat: no-repeat;
	bottom:0;
}
#PittsburghWebsiteGuruBgCloud{
	background-size: cover;
	background-repeat: no-repeat;
}
#PittsburghWebDesignsLLC{
	margin-top:150px;
}
#PittsburghWebDesignsLogo{
	margin-top:0px;
	width:40%;
	max-width:250px;
}
#SearchEngineOptimization{
	opacity:0;
	margin-top:700px;
	margin-left:1%;
	margin-right:69%;
	width:30%;
	position:absolute;
  	-webkit-animation:fadein ease-in 1.5s 4s;
	-moz-animation:fadein ease-in 1.5s 4s;
    -o-animation:fadein ease-in 1.5s 4s;
    animation:fadein ease-in 1.5s 4s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#VideoProducing{
	opacity:0;
	margin-top:700px;
	margin-left:35%;
	margin-right:35%;
	width:30%;
	position:absolute;
  	-webkit-animation:fadein ease-in 1.5s 5s;
	-moz-animation:fadein ease-in 1.5s 5s;
    -o-animation:fadein ease-in 1.5s 5s;
    animation:fadein ease-in 1.5s 5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#CustomCodedWebsites{
	opacity:0;
	margin-top:700px;
	margin-left:69%;
	margin-right:1%;
	width:30%;
	position:absolute;
  	-webkit-animation:fadein ease-in 1.5s 6s;
	-moz-animation:fadein ease-in 1.5s 6s;
    -o-animation:fadein ease-in 1.5s 6s;
    animation:fadein ease-in 1.5s 6s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#PittsburghCustomCodedWebsites{
	opacity:0;
	bottom:10px;
	margin-left:35%;
	margin-right:35%;
	width:30%;
	position:fixed;
  	-webkit-animation:fadein ease-in 1.5s 7s;
	-moz-animation:fadein ease-in 1.5s 7s;
    -o-animation:fadein ease-in 1.5s 7s;
    animation:fadein ease-in 1.5s 7s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#SearchEngineExpertsPittsburgh1 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 66.7%;
	width: 33.3%;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh2 {
	position:relative;
	float: left;
	margin-left: 33.3%;
	margin-right: 33.3%;
	width: 33.4%;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh3 {
	position:relative;
	float: left;
	margin-left:  66.7%;
	margin-right: 0%;
	width: 33.3%;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh4 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 33.3%;
	margin-top: 360px;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh5 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 33.4%;
	margin-top: 360px;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh6 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 33.3%;
	margin-top: 360px;
	display: block;
	max-height:360px;
}
#CustomCodedWebsitesPittsburghPa{
	margin-top:500px;
	margin-left:0%;
	margin-right:0%;
	width:100%;
}
#CustomCodedWebsiteGuruPittsburgh{
	margin-top:500px;
	margin-left:70%;
	margin-right:10%;
	width:20%;
}
#CustomCodedWebsiteGuruPittsburghPa{
	margin-top:700px;
	margin-left:10%;
	margin-right:70%;
	width:20%;
}
#CustomCodedWebsiteGuruPittsburghPa2{
	margin-top:590px;
	margin-left:20%;
	margin-right:60%;
	width:20%;
}
#SearchEngineWebsiteGuruPittsburgh{
	margin-top:300px;
	margin-left:75%;
	margin-right:5%;
	width:20%;
}
#SearchEngineWebsiteGuruPittsburghPa{
	margin-top:400px;
	margin-left:15%;
	margin-right:70%;
	width:15%;
}
#SearchEngineWebsiteGuruPittsburghPa2{
	margin-top:90px;
	margin-left:20%;
	margin-right:60%;
	width:20%;
}
#SearchEngineOptimizedWebsiteGuruPittsburgh{
	margin-top:100px;
	margin-left:85%;
	margin-right:0%;
	width:15%;
}
#SearchEngineOptimizedWebsiteGuruPittsburghPa{
	margin-top:150px;
	margin-left:0%;
	margin-right:85%;
	width:15%;
}
#SearchEngineOptimizedWebsiteGuruPittsburghPa2{
	margin-top:290px;
	margin-left:50%;
	margin-right:40%;
	width:10%;
}
#CustomCodeBackground {
	position:absolute;
	height:100%;
	width:100%;
	display:block;
}
#Website1 {
	clear:none;
	float: left;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 0%;
	margin-right: 1%;
	font-size: 70%;
	width: 23.5%;
	overflow: visible;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Website2 {
	clear:none;
	float: left;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 70%;
	width: 23.5%;
	overflow: visible;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Website3 {
	clear:none;
	float: left;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 70%;
	width: 23.5%;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Website4 {
	clear:none;
	float: left;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 1%;
	margin-right: 0%;
	font-size: 70%;
	width: 23.5%;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#PittsburghVideoProduction1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#PittsburghVideoProduction2 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 30%;
	display: block;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#PittsburghVideoProduction3 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 2%;
	width: 30%;
	display: block;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
}

/* Desktop */

@media only screen and (min-width: 1300px) {
.gridContainer {
	float:left;
	width: 100%;
	min-width: 1300px;
	max-width: 2000px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#Navbar {
	float: left;
	font-size: 250%;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
	background-color: #007100;
	background-image: none;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: visible;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}
#NavbarPhone {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	margin-top:11px;
	font-weight: bold;
	width: 100%;
	font-size: 50%;
	display: none;
	height:60px;
	overflow:hidden;
	background-image:url(../Graphics/Backgrounds/RiverSalvagePittsburghPa.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	background:rgba(0,0,0,0.1);
	margin-right: 0%;
	margin-left: 0%;
	font-size: 100%;
}
#MainBody {
	float: left;
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	padding-bottom:200px;
	display: block;
	position:absolute;
	font-size:100%;
	top:150px;
	opacity:1;
	z-index:10000;
	left:0;
	-webkit-animation:mainbod ease-in 2s;
	-moz-animation:mainbod ease-in 2s;
    -o-animation:mainbod ease-in 2s;
  	 animation:mainbod ease-in 2s;
  	 -webkit-animation-fill-mode:forwards;
  	 -moz-animation-fill-mode:forwards;
  	 -o-animation-fill-mode:forwards;
  	 animation-fill-mode:forwards;
}
@-webkit-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
@-moz-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}   
}
@-o-keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;} 
}
@keyframes mainbod { 
	0% { opacity:0;} 
	100% { opacity:1;}
}
#MainTableBody {
	background-color:rgba(255,255,255,0.7);
	-moz-box-shadow:0px 0px 10px #40FF40;
	-webkit-box-shadow:0px 0px 10px #40FF40;
	box-shadow:0px 0px 10px #40FF40;
}
#BodyLeft {
	float: left;
	margin-left: 2%;
	margin-right:1%;
	width: 57%;
	display: block;
	font-size:80%;
}
#BodyRight {
	float: right;
	margin-left: 1%;
	margin-right:2%;
	width: 37%;
	display: block;
	font-size:80%;
}
#BodyLeftSec {
	float: left;
	margin-left: 1%;
	margin-right:1%;
	width: 48%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyRightSec {
	float: right;
	margin-left: 1%;
	margin-right:1%;
	width: 48%;
	display: block;
	font-size:100%;
	z-index:5;
}
#BodyCenter {
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top:0px;
	width: 96%;
	display: block;
	font-size:80%;
}
#ContactForm {
	float: left;
	margin-left: 20%;
	margin-right:20%;
	width: 60%;
	display: block;
	font-size:100%;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	display: block;
	float: left;
	position: fixed;
	bottom:0;
	left:0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	z-index:110;
}
#PhoneFooter {
	display: none;
	float: left;
	position: absolute;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-color:#000;	
}
#PittsburghWebsiteDesigner {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
#Logo {
	float: left;
	margin-top:0px;
	margin-left: 0;
	margin-right:1%;
	width: 23%;
	font-size: 70%;
	display: block;
	background-color:rgba(22,72,141,0.9);
	bottom:0;
	left:0;
	height:140px;
}
#Logo:hover {
	background-color:rgba(23,98,236,1);
}
.MainBodyWhite {
	color: #FFF;
	font-size: 300%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
.MainBodyWhite2 {
	color: #FFF;
	font-size: 200%;
	font-family: KlavReg, calibri, Tahoma, Geneva, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-shadow:0px 0px 10px #000000;
}
#downarrow {
	position:absolute;
	display:block;
	bottom:0;
	width:100%;
	height:50px;
	margin-bottom:20px;	
}


#PittsburghSearchEngineExperts1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
}
#PittsburghSearchEngineExperts2 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 30%;
	display: block;
}
#PittsburghSearchEngineExperts3 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 2%;
	width: 30%;
	display: block;
}

.PittsburghWebDesignsS1{
	z-index: 90;	
}
.PittsburghWebDesignsD1{
      position: relative;
      top: 0;
      margin: 0 auto 0;
      width: 100%;
      z-index: 3;
	z-index:100;
	
}
.PittsburghCustomCodingT1{
	margin-top:0px;
	
}

.PittsburghWebDesignsS2{
	z-index:90;
	background-image:url(../Graphics/Backgrounds/CustomWebsiteDesign.jpg);
	background-size:cover;
	
}
.PittsburghWebDesignsD2{
      position: relative;
      top: 11%;
      margin: 0 auto 0;
      width: 80%;
	  font-size:100%;
	  margin-left:10%;
	  margin-right:10%;
	z-index:100;
	
}
.PittsburghCustomCodingT2{
	margin-top:150px;
	
}

.PittsburghWebDesignsS3{
	z-index:90;
	background-image:url(../Graphics/Backgrounds/SearchEngineOptimizationPittsburgh.jpg);
	background-size:cover;
}
.PittsburghWebDesignsD3{
      position: relative;
      top: 11%;
      margin: 0 auto 0;
	  width: 80%;
	  font-size:100%;
	  margin-left:10%;
	  margin-right:10%;
	z-index:100;
	
}
.PittsburghCustomCodingT3{
	margin-top:150px;
	
}

.PittsburghWebDesignsS4{
	z-index:9000;
	
}
.PittsburghWebDesignsD4{
      position: relative;
      top: 11%;
      margin: 0 auto 0;
	  width: 80%;
	  font-size:100%;
	  margin-left:10%;
	  margin-right:10%;
	z-index:100;
	
}
.PittsburghCustomCodingT4{
	margin-top:150px;
	z-index:10000;
	
}

.PittsburghWebDesignsS5{
	z-index:90;
	background-image: url(../Graphics/Backgrounds/PittsburghCustomWebsiteDeveloper.jpg);
	background-size:cover;
	
}
.PittsburghWebDesignsD5{
      position: relative;
      top: 11%;
      margin: 0 auto 0;
	  width: 50%;
	  font-size:100%;
	  margin-left:25%;
	  margin-right:25%;
	z-index:100;
	
}
.PittsburghCustomCodingT5{
	margin-top:150px;
	
}
#PittsburghWebsiteDesignerPhone{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:3%;
	width:19%;
	margin-left:77%;
	display:block;
}
#PittsburghWebsiteDesignerPhone2{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:1%;
	width:19%;
	margin-left:80%;
	display:none;
}
#PittsburghWebsiteDesignerMenu{
	position: fixed;
	z-index:100;
	top: 5px;
	margin-right:78%;
	width:19%;
	margin-left:3%;
	
}
#PittsburghCustomCodedWebsitesMenu{
	display:none;
	height:100%;
	width:20%;
	margin-right:80%;
	position:absolute;
	z-index:900000;
	font-size:100%;
	background-color: rgba(0,0,0,.8);
  	-webkit-animation:slidin ease-in 0.5s;
	-moz-animation:slidin ease-in 0.5s;
    -o-animation:slidin ease-in 0.5s;
    animation:slidin ease-in 0.5s;
    -webkit-animation-direction:alternate;
	animation-direction:alternate;
	-webkit-box-shadow: 0px 0px 10px #40FF40;
	-moz-box-shadow: 0px 0px 10px #40FF40;
	box-shadow: 0px 0px 10px #40FF40;
}
#PittsburghVideoWebsites{
	position:absolute;
	height:100%;
	width:100%;
	z-index:0;
	display:block;	
}
#PittsburghWebsiteGuruBg{
	background-size: cover;
	background-repeat: no-repeat;
	bottom:0;
}
#PittsburghWebsiteGuruBgCloud{
	background-size: cover;
	background-repeat: no-repeat;
}
#PittsburghWebDesignsLLC{
	margin-top:311px;
}
#PittsburghWebDesignsLogo{
	margin-top:70px;
	width:40%;
	max-width:400px;
}
#SearchEngineOptimization{
	opacity:0;
	margin-top:700px;
	margin-left:1%;
	margin-right:69%;
	width:30%;
	position:absolute;
  	-webkit-animation:fadein ease-in 1.5s 4s;
	-moz-animation:fadein ease-in 1.5s 4s;
    -o-animation:fadein ease-in 1.5s 4s;
    animation:fadein ease-in 1.5s 4s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#VideoProducing{
	opacity:0;
	margin-top:700px;
	margin-left:35%;
	margin-right:35%;
	width:30%;
	position:absolute;
  	-webkit-animation:fadein ease-in 1.5s 5s;
	-moz-animation:fadein ease-in 1.5s 5s;
    -o-animation:fadein ease-in 1.5s 5s;
    animation:fadein ease-in 1.5s 5s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#CustomCodedWebsites{
	opacity:0;
	margin-top:700px;
	margin-left:69%;
	margin-right:1%;
	width:30%;
	position:absolute;
  	-webkit-animation:fadein ease-in 1.5s 6s;
	-moz-animation:fadein ease-in 1.5s 6s;
    -o-animation:fadein ease-in 1.5s 6s;
    animation:fadein ease-in 1.5s 6s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#PittsburghCustomCodedWebsites{
	opacity:0;
	bottom:10px;
	margin-left:35%;
	margin-right:35%;
	width:30%;
	position:fixed;
  	-webkit-animation:fadein ease-in 1.5s 7s;
	-moz-animation:fadein ease-in 1.5s 7s;
    -o-animation:fadein ease-in 1.5s 7s;
    animation:fadein ease-in 1.5s 7s;
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
	z-index:10000;
}
#SearchEngineExpertsPittsburgh1 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 66.7%;
	width: 33.3%;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh2 {
	position:relative;
	float: left;
	margin-left: 33.3%;
	margin-right: 33.3%;
	width: 33.4%;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh3 {
	position:relative;
	float: left;
	margin-left:  66.7%;
	margin-right: 0%;
	width: 33.3%;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh4 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 33.3%;
	margin-top: 360px;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh5 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 33.4%;
	margin-top: 360px;
	display: block;
	max-height:360px;
}
#SearchEngineExpertsPittsburgh6 {
	position:relative;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	width: 33.3%;
	margin-top: 360px;
	display: block;
	max-height:360px;
}
#CustomCodedWebsitesPittsburghPa{
	margin-top:500px;
	margin-left:0%;
	margin-right:0%;
	width:100%;
}
#CustomCodedWebsiteGuruPittsburgh{
	margin-top:500px;
	margin-left:70%;
	margin-right:10%;
	width:20%;
}
#CustomCodedWebsiteGuruPittsburghPa{
	margin-top:700px;
	margin-left:10%;
	margin-right:70%;
	width:20%;
}
#CustomCodedWebsiteGuruPittsburghPa2{
	margin-top:590px;
	margin-left:20%;
	margin-right:60%;
	width:20%;
}
#SearchEngineWebsiteGuruPittsburgh{
	margin-top:300px;
	margin-left:75%;
	margin-right:5%;
	width:20%;
}
#SearchEngineWebsiteGuruPittsburghPa{
	margin-top:400px;
	margin-left:15%;
	margin-right:70%;
	width:15%;
}
#SearchEngineWebsiteGuruPittsburghPa2{
	margin-top:90px;
	margin-left:20%;
	margin-right:60%;
	width:20%;
}
#SearchEngineOptimizedWebsiteGuruPittsburgh{
	margin-top:100px;
	margin-left:85%;
	margin-right:0%;
	width:15%;
}
#SearchEngineOptimizedWebsiteGuruPittsburghPa{
	margin-top:150px;
	margin-left:0%;
	margin-right:85%;
	width:15%;
}
#SearchEngineOptimizedWebsiteGuruPittsburghPa2{
	margin-top:290px;
	margin-left:50%;
	margin-right:40%;
	width:10%;
}
#CustomCodeBackground {
	position:absolute;
	height:100%;
	width:100%;
	display:block;
}
#Website1 {
	clear:none;
	float: left;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 0%;
	margin-right: 1%;
	font-size: 70%;
	width: 23.5%;
	overflow: visible;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Website2 {
	clear:none;
	float: left;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 70%;
	width: 23.5%;
	overflow: visible;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Website3 {
	clear:none;
	float: left;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 70%;
	width: 23.5%;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Website4 {
	clear:none;
	float: left;
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 1%;
	margin-right: 0%;
	font-size: 70%;
	width: 23.5%;
	display: block;
	blend-mode:multiply;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#PittsburghVideoProduction1 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 1%;
	width: 30%;
	display: block;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#PittsburghVideoProduction2 {
	position:relative;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 30%;
	display: block;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#PittsburghVideoProduction3 {
	position:relative;
	float: left;
	margin-left: 1%;
	margin-right: 2%;
	width: 30%;
	display: block;
	background:rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
}