.navbar-front {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.64) 0%, rgba(0,0,0,0.32) 64%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.64) 0%,rgba(0,0,0,0.32) 64%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.64) 0%,rgba(0,0,0,0.32) 64%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3000000', endColorstr='#00000000',GradientType=0 );
	border: none;
	transition: background-color 0.5s ease;
}

body {
 padding-top: 15px;
 padding-bottom: 90px;
min-height: 100%;
  background: url(../img/background.jpg) #CCC no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.navbar-front .navbar-nav>li>a {
  color: #FFF;
  font-weight: bold;
}

.navbar-front .navbar-nav>.active>a {
  color: #EEE;
}

.navbar-front .navbar-nav>li>a:hover,
.navbar-front .navbar-nav>.active>a:hover {
  color: #CCC;
}

.navbar-front .navbar-nav>li>a:hover {
  color: #FFF;
  border-bottom: none;
}

.footer {
  background: transparent;
  border-top: none;
  color: #FFF;
}

.footer a {
  color: #FFF;
  text-decoration: underline;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #CCC;
}