img[alt="www.000webhost.com"]{
	display:none;
}
body{
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.container{
	box-shadow: 0px 1px 10px white;
}
header .cntr-query span{
	text-shadow:-1px 0px white;
}
.txtbld{
	font-weight:bold;
	color:#343a40;
}
.nav-item{
	padding:6px 12px 6px 12px;
	transition-duration:0.5s;
	transition-timing-function:ease-out-in;
}
.nav-item:hover{
	background-color:#343a40;
}
.nav-item:hover a{
	color:white !important;
}
.top-bdr
{
	border-top:2px solid #b6b6b6;
}
.btm-bdr
{
	border-bottom:2px solid #b6b6b6;
}
.search-bar{
	margin:8px;
	width:100%;
}

.search-bar input[type='text']{
	margin:0;
	padding:6px 10px;
	border:none;
	display:inline;
}
.search-bar button{
	margin:0;
	padding:6px 10px;
	border:none;
}
.search-bar button:hover{
	color:white;
	background-color:#343a40;
	cursor:pointer;
}
.row .card-padding{
	padding:15px;
}
.blck-stroke{
	text-shadow: -2px 1px 1px black;
}
.card .nmbr-circle{
	width:40px;
	height:40px;
	background-color:white;
	border-radius:40px;
	
}
@media only screen and (max-width: 991px){
	.search-bar
	{	
		
	}
}
@media only screen and (max-width: 767px){
	.cntr-query{
		text-align:center;
}
@media only screen and (max-width: 575px){
	.nav-item{
		border-top-width:1px;
		border-bottom-width:0px;
		border-right-width:0px;
		border-left-width:0px;
		border-style:solid;
		border-color:gray;
	}
}
