html {
    min-height: 100%;
  background: url(/images/dc-sunrise-lg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-bottom: 1vh;
	background: none;
	min-height: 100%;
	margin-right: 0;

    font-size: 100%;
    line-height: 1.6875;
    font-family: 'Roboto Condensed', sans-serif;
}

h1 {
    color: white;
    font-size: 450%;
    font-size: 13vh;
    margin: 10px 10px;
    margin: 1vh 1vw;
}

.navbar {
    background: #363131;
    background: rgba(0,0,0,.5);
    /*font-size: 5vh;
    height: 7vh;*/
}

ul.navbar-nav li {
    font-size: 5vh;
    height; 7vh;
    padding: 2vh;
}




.full {
}




  


