body {
  padding-top: 50px;
  background-image: url("../imgs/bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}

h1 {
  color: #1d3c75;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 250%;
}

h2 {
  margin: 5em 0 .25em 0;
  color: #6d0303;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: bolder;
}

h3 {
  margin: 5em 0 .25em 0;
  color: #6d0303;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 125%;
  font-weight: bolder;
}

input[type=text] {
  font-size: 1.5em;
  border: .5px solid;
  height: 25px;
  width: 132px;
  border-radius: 1px;
  padding: 0.1em;
}

input[type=button] {
  background-color: #eee;
  padding: .25rem;
  border-radius: 8px;
  font-size: 1rem;
  margin: 12px;
}

.bill {
	width: 100%;
}

.navbar-default {
    background-color: #164D0F;
    border-color: #874C22
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 5px;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #eee;
}

footer {
	background: #093352;
	color: white;
	text-align: center;
	padding: 50px 0 50px 0;
}