html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 50px;
  margin-bottom: 80px;
}

.starter-template {
}

.starter-template {
  padding: 120px 15px 80px 15px;
  text-align: center;
}

.navbar {
	background: #00375d;
}

.navbar-brand {
	padding: 5px;	
}

.navbar-nav li {
	padding: 11px;
}

	.navbar-nav li a:link, .navbar-nav li a:visited {
		background: #00375d !important;
	}
	
.navbar-nav > li > a, .navbar-brand {
    padding-top:12px !important; 
    padding-bottom:12px !important;
    height: 50px;
}
.navbar {min-height:70px !important;}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}