body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.hero-spacer {
    margin-top: 50px;
}
.hero-feature {
    margin-bottom: 30px;
}

footer {
    margin: 50px 0;
}
.jumbotron {
	height: 300px;
	position:relative;
    background: url("../images/precise-plumbing-stock1-ghost.jpg") no-repeat center center;
	width:100%;
	background-size: cover;
}
.jumbotron h1{
    color: #000066;
	text-shadow: 2px 2px 6px #ffffff;
}
.jumbotron h3{
    color: #000066;
	text-shadow: 1px 1px 4px #ffffff;
}
.navbar-inverse {
    background-color: #000033;
    border-color: #000033;
}
.navbar-inverse .navbar-brand { 
    color: #ffffff;
}
.navbar-inverse .navbar-brand:hover { 
    color: #A9A9A9;
}
.navbar .nav > li > a { 
    color: #ffffff;
}
.navbar .nav > li > a:hover { 
    color: #A9A9A9;
}

