*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-right: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: black; /* IE8 proofing */
  color: black;
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color:black;
  border-bottom-color: black;
  font-family: glyphicons, sans-serif;
  text-align: right;
}
body
{
background-image:url('http://static2.businessinsider.com/image/523b094d6bb3f78d537a9805/heres-what-the-new-york-city-skyline-could-look-like-in-2020.jpg');
background-color:#cccccc;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
 color:black;
 border-bottom-color: black;
 font-family: glyphicons, sans-serif;
 text-align: right;
}

{
   width:60%;
   background:gray;
   margin: 0 auto;
   padding:1%;
   overflow:hidden;
   color:#ffffff ;
   font-family: glyphicons, sans-serif;
   text-align:center;
}

#wrapper
{
   width:60%;
   background-color:rgba(165,151,166,0.8);
   margin: 5 auto;
   border: 1px solid black;
   border-radius: 40px 20px;
   padding:1%;
   overflow:hidden;
   color:#9494B8;
   font-family: glyphicons, sans-serif;
   text-align:center;
}


.site-wrapper {
 display: table;
 width: 100%;
 height: 100%; /* For at least Firefox */
 min-height: 100%;
}
.site-wrapper-inner {
 display: table-cell;
 vertical-align: top;
}
.cover-container {
 margin-right: auto;
 margin-left: auto;
}


/* Padding for spacing */
.inner {
 padding: 30px;
}


{
background-color:#ffff00 ;
}

h1
{
color:white;
font-family:lucida;
text-align:center;
font-size: 30px
}
h2
{
color:black;
font-family:lucida;
text-align:center;
}
h3
{
color:black;
font-family:lucida;
text-align:center;
font-size:.9em;
}
p
{
font-family: courier;
text-align:center;
color:black;
font-size:.75em
}