body {
  position: relative;
  min-height: 100%;
}
.page-header {
	margin: 0 0 20px;
}
.page-header h1 {
  margin: 0;
  color: #999;
}
section {
	padding-top: 70px;
}
p.lead {
	margin: 0;
	padding: 0;
}
p {
	font-size: 110%;
}
/* a:hover img */
ul li img a:hover { 
     background-color: white;
} 
.nav h4 {
	color: #999;
	text-align: left;
}
/* this should work */
.main {
	margin-top:70px;
}
address.contact {
	float:right;
	padding-left:50px;
}
/* hover 

$font: "Lato";
$color: #fff !important;


body {
 background:url('https://www.dropbox.com/s/7zxkiuyghz7z3ss/black-background.jpg?raw=1');
}

img{
  max-width: 80%;
}

.h1{
  color: $color;
  font-weight: bold;
  font-family: $font;
}

.navbar-inverse{
  background-color: #000;
}

nav ul{
  list-style-type: none;
  padding: 0 20px; 
	list-style: none;
	position: relative;
}

// Set Dropdown Display to None

nav ul ul {
	display: none;
}

// Display Dropdown on hover

nav ul li:hover > ul {
		display: block;
}

ul li{
 display: inline-block;
}

ul li a {
  padding: 0px;
}

ul li a:hover{
  text-decoration: none;
}

nav ul ul {
	background: #222222; 
  border-radius: 0px; 
	position: absolute; 
}

nav ul ul li{
  padding: 0px 0;
}

nav ul ul li a{
  color: #fff;
  opacity: .5;
}

nav ul ul li a:hover{
  color: #fff;
  opacity: 1;
}

*/