.footer-wrap {
 	position:relative;
	bottom: 0px;
	left:0;
	width:100%;
	height:auto;
	background-color: #515151;
	 
}


.footer-content {
	background-color: silver;
	padding-top: 15px;
	height:35px;
	text-align: center;
	width:100%;
	vertical-align:middle;
	padding-top:15px;
	border-radius: 0px;
}

.footer-copyright {
	background-color: #06a9cd;
/* 	background-color: rgb(13,16,36); */	
	height: 35px;
	text-align: center;
	width:100%;
	color:white;
	vertical-align: middle;
	padding-top:15px; 
	border-radius: 0px; 
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /* background-color: #f5f5f5; */
  border-radius: 10px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}