@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
#navbar {
	background: #3f3f3f;
}	
.nav_bootom {
	position: relative;
}	
.footer_bootom {
	background: #3f3f3f;
	position: fixed;
	bottom: 0;
	height: 80px;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	z-index: 999;
	display: none;
}
.footer_bootom p, .nav_bootom p {
	font-family: 'Roboto Condensed';
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	bottom: 10px;
	margin: 0 0 0 130px;
	width: 222px;
	text-align: left;
}
@media screen and (max-width: 767px) {
  .footer_bootom { display: block; }
}