
/*home page*/


*
{
	margin: 0px;
	padding: 0px;
	/*background-color: #ffffec;*/
}

* body
{
	font-family: helvetica, century;
	/*background-color: gray;*/

}


#wrapper
{
	width: 1200px;
	margin: auto;	
	background-color: white;
	border: 1px solid black;
	border-radius:  25px;
	box-shadow: 2px 2px 15px grey, -2px -2px 15px grey;

}

/*.background img
{
	width: 1150px;
	height: auto;
	border-radius: 25px;
}*/

#backgroundphotoaboutus
{
	width: auto;
	height: 825px;
	background-color: grey;
	background-image: url(images/xrayman.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 25px;
	background-size: 100%;
}

.container
{
	position: relative;
	text-align: left;
	color: white;

}


#logo img
{
	width: 300px;
	height: auto;
	padding-left: 17px;
	position: absolute;
	top: 24.8%;
}

#navigation 
{
	position: absolute;
	top: 35.4%;
}

#navigation li
{
	display: inline;
	
}

#navigation a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 26px;	
	color: white;
	padding-left: 58px;
	padding-right: 58px;
	
}


#navigation ul
{
	background-color: #18b2ed;
	/*margin-left: 350px;
	margin-right: 20px;*/
}

nav #background
{
	margin-left: 332px;
	padding-bottom: 15px;
	padding-top: 15px;
	/*padding-right: 48.5px;*/
	border-radius: 10px;
}	

#navigation a:hover
{
	background-color: white;
	padding-bottom: 15.5px;
	padding-top: 15px;
	color: #18b2ed;

}

#aboutus a:hover
{
	border-radius: 10px 0 0 10px;
}

#contactus a:hover
{
	border-radius: 0 10px 10px 0;
}

#text 
{
	color: black;
	font-size: 25px;
	position: absolute;
	top: 50%;
	/*padding-top: 20px;*/
	padding-left: 180px;
}

footer
{
	color: black;	
	position: absolute;
	top: 94%;
	font-size: 12px;
	margin-left: 310px;
}

hr
{
	width: 1000px;
	position: absolute;
	top: 92%;
	margin-left: 100px;

}



/*our services page*/



#backgroundphotoservices
{
	width: auto;
	height: 825px;
	background-color: grey;
	background-image: url(images/weeliebin.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 25px;
	background-size: 100%;
}



/*contact page*/



#backgroundphotohand
{
	width: auto;
	height: 825px;
	background-color: grey;
	background-image: url(images/xraywithhand.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 25px;
	background-size: 100%;
}

#contacttext

{
	color: black;
	font-size: 25px;
	position: absolute;
	top: 50%;
	/*padding-top: 20px;*/
	text-align: center;
	padding-left: 180px;
}

/*#telephoneImage
{
	position: absolute;
	top: 62%;
	padding-left: 440px;
	
}*/

#phoneEmail
{
	font-size: 28px;
	color: black;
	font-weight: bold;
	position: absolute;
	top: 63%;
	text-align: right;
	padding-left: 295px;
}

#contactForm
{
	color: black;
	position: absolute;
	top: 73%;
	padding-left: 289px;

	
}

.textLabel
{
	width: 90px;
	float: left;
	/*margin-top: 10px;*/
}


#contactForm, p
{
	margin-top: 10px;
}


form, #message
{
	color: black;
	position: absolute;
	top: -2%;
	padding-left:420px;
	
}

#txtComment
{
	margin-top: 10px;
}


#submitButton
{
	/*margin-left: 20px;*/
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	background-color: #18b2ed;
	color: white;
	border: solid 1px black;
}

#btnReset
{
	/*margin-right: 35px;*/
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	background-color: black;
	border: solid 1px black;
	color: white;
	
}


#contactFormLeft
{
	float: left;
}

#contactFormRight
{
	float: left;
	padding-left: 40px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*#errorArea
{
	font-size: 24px;
	padding-left: 295px;
	color: #18b2ed;
	font-weight: bold;
	position: absolute;
	top: 90%;
	text-align: right;
}*/