.bddh{
	width: 100%;
	height: 5em;
	background: #1e1f24;
	position: fixed;
	bottom: 0px;
	text-align: center;
	color: white;
	text-shadow: 1px 1px 1px rgba(1,1,1,0.5);
	border-radius:8px 8px 8px 8px;
	box-shadow: 1px -1px 4px rgba(195,249,109,0.5);
	font-size:20px;
}

 @media (min-width:768px) {
.bddh{
	display: none;
}
}
 @media (max-width:768px){
	 footer{
		 padding-bottom:100px;
	 }
 }
