/* This is my CSS sheet */
.nav a {
  color: #000033;
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}
.nav li{
    display:inline;
}
img{
    
}
.jumbotron {
background-image:url('http://goo.gl/04j7Nn');
height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}
.jumbotron h1{
    /* position: relative; */
    top: 11px;
    left: 0px;
    border: 3px solid #0066ff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25;
    margin-right: auto;
    
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.jumbotron .container{
    position: relative;
    top: 60px;
}
.jumbotron p{
    position: 80px;
    font-size: 20px;
    color: #ffffff;
}
.learn-more h3{
    font-size: 18px;
    font-weight: bold;
    font-family: "Shift" , sans-serif;
    color:#0066ff;
}