@charset "utf-8";
/* CSS Document */
body {
	/*background-color: #01A4CD;*/
	font-family: Arial, Helvetica, sans-serif;
	background: url(http://qlifehomecareinc.com/homehealth/wp-content/uploads/2019/09/wall3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.Ttitile{text-align: center;
font-family: initial;
font-style: oblique;
font-weight: bolder;
color: #01A4CD;
text-shadow: 1px 1px #000;}

h5{font-weight: bolder;
text-align: center;}

a:hover, a:active, a:focus, a:visited {
	outline: none;
	border: 0;
	text-decoration: none;
	color: #27D2C1;
}
.bg-white {
	background-color: transparent;
	margin: 10px 0;
	padding: 5px;
}
.logo {
	font-size: 18px;
	font-weight: bold;
	margin: 22px;
	/*float: left;*/
	color: #27D2C1;
	text-shadow: 1px 1px 5px rgba(48, 48, 48, 0.26);
	text-align:center;
}
.header .ad-block {
	background-color: #F0F0F0;
	width: 60%;
	float: right;
	height: 50px;
	margin: 10px;
}
.left-sidebar .ad-block {
	background-color: #F0F0F0;
	height: 80px;
	margin: 10px 10px 15px 10px;
}
.main-content .ad-block {
	background-color: #F0F0F0;
	height: 80px;
	width: 30%;
	margin: 10px;
}
.right-sidebar .ad-block {
	background-color: #F0F0F0;
	height: 80px;
	margin: 10px 10px 15px 10px;
}
.header {
	height: 80px;
}
.footer, .bottom-left-block, .bottom-middle-block, .bottom-right-block, .bottom-content {
	height: 60px;
}
.middle-left, .middle-right{min-height: 120px;}
.left-sidebar, .right-sidebar {
	height: 360px;
}
.main-content  {
	height: 100px;
}
.footer .copyright {
	color: #000;
	text-align: center;
	margin: 16px;
}
.footer .copyright p a {
	color: #fff;
}
	
@media (max-width:767px) {
.header {
	height: auto;
}
.logo {
	margin: 15px;
	float: none;
	text-align: center;
}
.header .ad-block {
	height: 50px;
	width: auto;
	margin: 10px;
	float: none;
}
.footer {
		height: auto;
}
.main-content .ad-block {
	background-color: #F0F0F0;
	height: 80px;
	width: auto;
}
}

@media (max-width: 576px) { 
.left-sidebar,.right-sidebar{display:none;}
}