.nav a{
    color: Blue;
    font-size: 16px;
    font-weight:bold;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

.jumbotron {
    
    background-color: #cccccc;
}
.jumbotron h1{
 color: #0000A0; 
 font-size: 48px;
 font-weight: bold;
}
.nav li {
  display: inline;

}

.nav {
   float:left;
   width:100%;
   background:#fff;
   border-bottom:4px solid #000;
   overflow:hidden;
   position:relative;
   font-family: Georgia, Helvetica, serif;
}
.nav ul {
   clear:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.nav ul li {
   width:20%;
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
.nav ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
.nav ul li a:hover {
   background:#369;
   color:#fff;
}
.nav ul li a.active,
.nav ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}




.jumbotron .container{
 position: relative;   

top: 0px
}
.jumbotron  {
  padding: 23px;
  
}

.jumbotron pre {
  font-size: 105%;
  font-family: 'Shift', sans-serif;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-break: keep-all;
  text-align: justify;
}

.jumbotron p {
  font-family: 'Shift', sans-serif;
  font-weight: bold;
}

.jumbotron h1,h2 {
  font-family: Georgia, Helvetica, serif;
  line-height: 95%;
}

.jumbotron button {
    background-color: Transparent;
    color: black;
    border: 0px solid #C0C0C0;
    font-family: Georgia, Helvetica, serif;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 0px 0px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.jumbotron button:hover  {
  background-color:	#C0C0C0;
  color: black;
}

.jumbotron button:hover > h2 {
  color: white;
}


