/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 130px;
}


.footer  .container 
{
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    background-color: #0d2516;
    background-image: url('../images/footer.png');
    background-position: bottom right;
    background-repeat: no-repeat;  
    height: 100%;
}

code {
  font-size: 80%;
}


.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 7px;
	height: 125px;
    color: white;
}

.footer p{
    font-size: 90%;
    position: absolute;
    bottom: 10px;
}