#lbl1{
	
	color: rgb(255,40,40);
	
	
}
#lbl2{
	
	color: rgb(255,40,40);
	
	
}
#divresponse{
	position: absolute;
	top: 67px;
	width: 400px;
	font-family: arial;
	font-size: 12pt;
	background-color: rgb(220,220,220);
	border: 2px solid black;
	transform: translate(-50%, 0%);
	left: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#bttnsend{
	width: 100%;
	height: 70px;
	font-size: 16pt;
	
}
#divaddress {
	position: absolute;
    top: 90%;
    left: 50%;
	width: 100%;
    transform: translate(-50%, -50%);
	font-size: 3Vw;
	
	text-align: center;
}

#txtenquiry {
	width: 100%;
	resize: none;
	height: 300px;
	margin-top: 5px;
	font-size: 12.5pt;
}
#txtyouremail {
	min-width: 160px;
	width: 100%;
	height: 30px;
	margin-top: 5px;
	font-size: 14pt;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#sectioncontact {
	position: relative;
    
    color: rgb(150,150,150);
	background-color: rgb(230,230,230);
	font-size: 12.5pt;
	
}
#imgbackground1 {
	width: 100%;
	height: 5Vz;

}

body {
	margin: 0px;
	
}
#imgbackgroundcasestudies {
	
	max-height: 400px;
}
#imgbackgroundcontact {
	
	max-height: 500px;
	min-height: 250px;
}

h1 {
	font-family: "Times New Roman";
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
}

h2 {
	margin: 0px;
	padding: 0px;
}
p {
	
	margin: 0px;
	margin-bottom: 1em;
}

section {

	padding: 0px;

}
#div1 {
	position: absolute;
    top: 50%;
    
	width: 100%;
    transform: translate(0%, -50%);
	
	font-size: 4.5vw;
}


.dropshadow{
	text-shadow: 2px 2px 4px #000000;
}


#divphone {
	position: absolute;
	
	top: 0px;
	text-align: right;
	width: 96vw;
	color: rgb(225, 245, 254);
	
}
#divheaderlinks{
	position: absolute;
	left: 50vw;
	
	text-align: right;
	width: 46vw;
	padding-top: 40px;
	color: rgb(255, 255, 255);
	
}
#divheaderback {
	position: relative;
	height: 65px;
	
	
}

#section1 {
	position: relative;
	text-align: center;
    color: white;
	
	background-color: rgb(230,230,230);
	top: 5px;
	
}
#divclickaway{
	position: absolute;
	top: 66px;
	height: 100%;
	width: 100%;

}
#header {
	position: absolute;
    top: 0%;
    left: 0%;
	width: 100%;
	background-color: rgba(113, 84, 69, 0.6);
    border-bottom: 1px solid black;

	margin: 0px;
}
#imgs {
	
	width: 35px;
	margin: 0px;
}
#divlogo {
	position: absolute;
	top: 17px;
	left: 10px;
	
}
#divlogotext {
	position: absolute;
	top: 8px;
	left: 39px;
	font-size: 22pt;


}
	

#section2 {
	position: relative;
    
    color: rgb(150,150,150);
	background-color: rgb(230,230,230);
	height: 30vw;
	
}


#section3 {
	position: relative;
    
    color: rgb(255,255,255);
	background-color: rgb(176,176,176);
	height: 30vw;
	
}
#section4 {
	position: relative;
    
    color: rgb(255,255,266);
	background-color: rgb(0,0,0);
	height: 30vw;
	
}

#sectiontext {
	position: relative;
	background-color: rgb(240,240, 240);
	padding-top: 15px;
	padding-bottom: 15px;
	
}

.sectionicon {
	position: relative;
	float: left;
	width: 15vw;
	max-width: 170px;

	top: 50%;
	transform: translate(0%, -50%);
	
}
.smallicon {
	position: relative;
	
	width: 10Vw;
	height: 10Vw;

		cursor: pointer;
	
}
.subcat {
	position: absolute;
	height: 20vw;

	left: 20%;
	width: 65%;
	font-size: 3vw;
	top: 5vw;
	cursor: pointer;
	
}
.subtitle {
	position: relative;
	left: 5vw;
	
	
	font-size: 2.5vw;
	top: 30%;
	text-align: left;
	transform: translate(0%, -50%);

}
.blurb {
	position: relative;
	left: 5vw;
	width: 100%;
	font-size: 3vw;
	text-align: left;
	top:31%;
	transform: translate(0%, -35%);

}

.learnmore {
	position: relative;
	left: 5vw;
	width: 100%;
	font-size: 1.5vw;
	text-align: left;
	top:45%;
	transform: translate(0%, -35%);
	font-family: "Tahoma", Arial, sans-serif;
	
}

.rcorners{
	border-radius: 1vw;
    background: rgba(120, 165, 105, 0.5);
    padding: 1.2vw; 
    width: 100px;
    height: 50px; 
	border: 1px solid rgb(80, 102, 72);
	color: white;
	box-shadow: 3px 3px 7px 0px rgba(20,20,20,0.3)
}
.rcorners:hover{
	background: rgb(200, 245, 185);
	color: rgb(80, 102, 72);
}

.toplink{
	padding-left: 0.5vw;
	font-family: "Calibri", Arial, sans-serif;
	text-decoration: none;
}

a.toplink, a.toplink:visited{
	
	color: rgb(255,255,255);	
}

a.toplink:hover {
	color: orange;	
	cursor: pointer;
}
a.nodec, a.nodec:visited {
	text-decoration: none;
	color: rgb(255,255,255);	
}	
a.nodec:hover {
	text-decoration: none;
	color: orange;	
	cursor: pointer;
}
#divlogo{
	cursor: pointer;
}
#divlogotext{
	cursor: pointer;
}
	
.imgbackground {
	width: 100%;
	min-height: 0px;
	height: 100%;
}


#divmenubutton {
	position: relative;
	top: 0px;
	height: 30px;
	width: 30px;
	border-radius: 5px;
	background-color: rgb(200,200,200);
	float: right;
	cursor: pointer;
	}
.stripe{
	position: relative;
	height: 3px;
	width: 16px;
	background-color: rgb(150, 150, 150);
	float: center;
	margin-left: 7px;
	top: 7px;
	margin-top: 2px;
}
#divmenu {
	position: absolute;
	top: 65px;
	width: 50vw;
	max-width: 200px;
	background-color: rgb(100, 100, 100);
	font-family: "Calibri", Arial, sans-serif;
	font-size: 13pt;
	right: 0px;
	float: right;
	display:none;
	
}


a.menuitem, a.menuitem:visited {
	text-decoration: none;
	color: rgb(255,255,255);
	padding-left: 10px;
}	
a.menuitem:hover {
	text-decoration: none;
	color: black;	
	cursor: pointer;
}
.menuitemdiv {
	position: relative;
	line-height: 22pt;
	
	width: 100%;
	
	cursor: pointer;
}	
.menuitem:hover {
	background-color: rgb(170, 170, 170);	
	width: 100%;
	display: inline-block;
}





.dropshadow2{
	text-shadow: 1px 2px 2px rgb(0, 0 ,0);
	color: rgb(255, 255, 255)
}



#sectionwinapps {
	position: relative;
	background-color: rgb(240,240, 240);
	padding-top: 15px;
	padding-bottom: 15px;
	
}

#sectionwebapps {
	position: relative;
	background-color: rgb(240,240, 240);
	padding-top: 15px;
	padding-bottom: 15px;
	
}
#sectiondatabases {
	position: relative;
	background-color: rgb(240,240, 240);
	padding-top: 15px;
	padding-bottom: 15px;
	
}

.standardtext {
	position: relative;
	margin-left: 6vw;
	margin-right: 6vw;
	font-family: "Verdana", sans-serif;
	text-align: left;

}

#divbound1 {
	background-color: rgb(250, 250 ,250);
	color: rgb(100, 100 ,100);
	
	box-shadow: 2px 2px rgb(150 ,150 ,150);
}
.sectionicon2{
	position: relative;
	width: 15vw;
	max-width: 120px;
	left: 50%;
	transform: translate(-50%, 0%);
	padding-top: 10px;
	padding-bottom: 20px;
}
#imgusswebjob{
	position: relative;
	width: 100%;
	box-shadow: 2px 2px rgb(150 ,150 ,150);
}
#imgussgooglemaps{
	position: relative;
	width: 100%;
	max-width: 300px;
	max-height: 300px;
	border: 1px solid black;
	box-shadow: 2px 2px rgb(150 ,150 ,150);
}
#imgussjobimport{
	position: relative;
	width: 100%;
	box-shadow: 2px 2px rgb(150 ,150 ,150);
}
#imgkykmainmenu {
		position: relative;
	width: 100%;
	box-shadow: 2px 2px rgb(150 ,150 ,150);
}
#imgctrackerstatus {
		position: relative;
	width: 100%;
	box-shadow: 2px 2px rgb(150 ,150 ,150);
}
#imgctrackerstatus2 {
		position: relative;
	width: 100%;
	box-shadow: 2px 2px rgb(150 ,150 ,150);
}
#imgctrackerorders {
		position: relative;
	width: 100%;
	box-shadow: 2px 2px rgb(150 ,150 ,150);
}


#divcookie {
	position: relative;
	
	width: 80vw;
	text-align: center;
	
	font-family: "Calibri", Arial, sans-serif;
	font-size: 3vw;
	left: 10vw;	
	
}
#sectioncookie {
	position: absolute;
	bottom: 0px;
    color: rgb(255,255,255);
	width: 100%;
	background-color: rgb(86, 159, 205);	
	padding-bottom: 10px;
}
.agree {
	position: relative;
	left: 5vw;
	
	font-size: 1.5vw;
	text-align: left;
	padding-top: 10px;
	font-family: "Tahoma", Arial, sans-serif;
	float: right;
}

.previouswork {
	position: relative;
	left: 20vw;
	width: 100%;
	font-size: 3vw;
	text-align: left;
	top:31%;
	

}


#section6 {
	position: relative;
    
    color: rgb(150,150,150);
	background-color: rgb(230,230,230);
	height: 6vw;
	
}
.subcatsmall {
	position: absolute;
	height: 5vw;

	left: 20%;
	width: 65%;
	font-size: 3vw;
	top: 1vw;
	cursor: pointer;

	
}
#divcontactus{
	text-align: center;

}
.casestudyimage{
	position: relative;
	width: 60vw;
	box-shadow: 2px 2px rgb(150 ,150 ,150);
}




#divmaintitle {
	position: absolute;
    top: 75%;
    
	width: 100%;
    transform: translate(0%, -50%);
	
	font-size: 4vw;
}
#divcustomblurb {
	position: absolute;
    top: 86%;
	left: 0%;
	width: 90%;
    transform: translate(0%, -50%);
	font-size: 3.5vw;

}
#divcustomblurb2 {
	position: absolute;
    top: 93%;
    left: 30%;
	width: 70%;
    transform: translate(0%, -50%);
	font-size: 3.5vw;
	
}
#divcustomblurb3 {
	position: absolute;
    top: 58%;
    
	width: 100%;
	font-size: 4vw;
	text-align: center;
}
#divpreviouswork{
	position: absolute;
	top: 40px;

	left: 50%;
	width: 75%;
	font-size: 3vw;
	transform: translate(-50%, 0%);

}
#section5 {
	position: relative;
    height: 60Vw;
    color: rgb(255,255,255);
	background-color: rgb(71,58,121);
	
}
.iconlist{
	height: 10Vw;
	top: 0px;
	width: 75%;
	
	padding-bottom: 5px;
	
	
}
.iconlist2{
	position: absolute;
	transform: translate(0%, -200%);
	
	
	
	left:  12Vw;

	
	
}
.iconlink{
	
	color: rgb(255,255,255);
	text-decoration: none;
}

.iconlink:hover{
	
	color: rgb(255,169,19);
	text-decoration: none;
}

.showhide { display: block; }
.showhide2 { display: none; }
.boundingbox {
	
	margin-left: 15vw;
	margin-right: 15vw;
	padding-top : 10px;
	padding-bottom: 5px;
	
	
}
.droptitle {
	    
	position: absolute;
    top: 50%;
	width: 100%;
    transform: translate(0%, -50%);
	
	font-size: 4.5vw;
}
#divquotation1{
	position: absolute;
    top: 62%;
	left: 0%;
	width: 80%;
    transform: translate(0%, -50%);
	font-size: 4vw;

}
#divquotation2 {
	position: absolute;
    top: 77%;
    left: 20%;
	width: 80%;
    transform: translate(0%, -50%);
	font-size: 4vw;
	
}
#divbullets {
    position: absolute;
    top: 70px;
	width: 100%;
	font-size: 2.5vw;
}

#divcontacttitle {
	position: absolute;
    top: 50%;
    
	width: 100%;
    transform: translate(0%, -50%);
	
	font-size: 4.5vw;
}
@media screen and (max-width: 550px) {
	.showhide  { display: none; }
	.showhide2  { display: block; }
	.boundingbox {margin-left: 5vw; margin-right: 5vw;}
	.droptitle {top: 72%;}
	
	#divquotation1 {top: 75%; }
	#divquotation2 {top: 87%;}
	#divbullets {display: none;}
	#divcontacttitle {top: 55%}
	
  }