/* your styles go here */
/*
#rudra
{
	height:75%;
	width:50%;
}*/

#blogside li a{
	padding: 5px 0px;
	text-transform: capitalize;
	border-bottom: 2px solid #CCCCCC;
	transition: 0.3s;
}

#blogside li a:hover{
	background-color: #E5E5E5;
	color: #000000;
	padding-left: 2px;
}

.row{
	margin-left: 0px;
	margin-right: 0px;
}

.whatsapp
{
	background-color:green;
	font-size:30px;
	border-radius:50px;
	height:60px;
	width:60px;
	padding:10px;
	padding-left:18px;
	right:25px;
	bottom:50px;
	position:fixed;
	z-index:99;
}

@media all and (min-width:600px){
	#ph{
		pointer-events:none;
	}
}