/* for background the whole website */

/* for the main header*/
.header
{
	width: auto;
	background:#d3d3d3;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin: 0 auto;
	height: auto;
	margin: 2% 0;
	padding:10px;
	text-align:center;
	position:relative;
	font-family:Copperplate Gothic Light;
}


/* navigation bar stuff*/
.main-header nav
{
	background-color:#0892d0;
	height: 40px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.main-header nav ul
{
	list-style:none;
	margin: 0 auto;
}
.main-header nav ul li{
	float: left;
	display: inline;
}
.main-header nav a:link, .main-header nav a:visited 
{
	color: #FFF;
	display: inline-block;
	padding: 10px 25px;
	height: 20px;
}
.main-header nav a:hover, .main-header nav a:active,
.main-header nav .active a:link, .main-header nav .active a:visited{
	background-color:#CF5C3f;
	text-shadow: none;
}

.main-header nav ul li a 
{
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

/* all the paragraph and content */
.maincontent {
	line-height:25px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.content 
{
	width: 100%;
	float:left;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.topcontent {
	width: 50%;
	background:#d3d3d3;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 3% 5%;
	margin-top: 2%
}
.maincontent-6 {
	line-height:25px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.content-6 
{
	width: 100%;
	float:left;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.topcontent-6 {
	width: 50%;
	background:#d3d3d3;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 1% 5%;
	margin-top: 2%;
	text-align:center;
	font-family:Calibri;
	font-size: 120%;
}

.maincontent-2 
{
	line-height:25px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.content-2
{
	width: 100%;
	float:left;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.topcontent-2 
{
	width: 90%;
	height:auto;
	background:#d3d3d3;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 3% 5%;
	margin-top: 2%
}

.secondcontent 
{
	width:50%;
	background:#d3d3d3;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 3% 5%;
	margin-top: 2%;
}
.thirdcontent 
{
	width:50%;
	background:#d3d3d3;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 3% 5%;
	margin-top: 2%;
}
/* the image*/
.top-sidebar 
{
	width: 65%;
	float: right;
	position: absolute;
	clear:left;
	clear:right;
	top: 205px;
	right: 220px;
	height:100%;
	text-align: right;
}

.top-sidebar img
{
	height:42%
}

.sidebar-2 
{
	 float: right;
	 text-align: right;
	 position: absolute;
	 top: 205px;
	 right: 220px;
	 width: 40%;
}
.sidebar-2 img
{
	height:210px;
}
.sidebar-3
{
	 float: right;
	 text-align: right;
	 position: absolute;
	 top: 430px;
	 right: 210px;
	 width: 100%;
	 height: 100%;
	
}
.sidebar-3 img
{
	height:30%;
	width:26%;
}

.sidebar-4
{
	 float: right;
	 text-align: right;
	 position: absolute;
	 top: 800px;
	 right: 210px;
	 width: 100%;
	 height: 100%;
}
.sidebar-4 img
{
	height:100%;
	width:26%;
}
.footer {
	text-align:center;
	width:100%;
	float:left;
	background:#d3d3d3;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin-top: 43%;
}
.footer-2 {
	text-align:center;
	width:100%;
	float:left;
	background:#d3d3d3;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	margin-top: 22%;
}
/* editing of the whole website */
.body {
	background-image:url(https://d1yn1kh78jj1rr.cloudfront.net/image/preview/rDtN98Qoishumwih/medical-healthcare-background_GJumGl9O_SB_PM.jpg);
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	margin: 0 auto;
	width:70%;
	clear: both;
}

@media only screen and (min-width:150px) and (max-width: 600px)
{
	.body
	{
		width:90%;
		font-size:95%;
	}
	
	.main-header nav
	{
		height: 160px;
	}
	
	.main-header nav ul
	{
	padding-left: 0;
	}
	
	.main-header nav ul li
	{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	.main-header nav a:link, .main-header nav a:visited 
	{
		padding: 10px 25px;
		height: 20px;
		display:block;
	}
	
	.content 
	{
		width: 100%;
		float:left;
		margin-top: 2%;
	}
	
}