html {
  position: relative;
  min-height: 100%;
}

body {  
  background: url('../samurai.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}

.naval {
	color: #8F1D21;
}


/* Sticky footer styles */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  line-height: 30px; /* Vertically center the text there */
  background-color:#212529;  
}

/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
  color: #fff;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
}
.footer > .container > a,a:focus,a:hover {
  color: #fff;
}


