.nav a {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: bold;
  display: inline;

}

.jumbotron {
  background-image:url('Ginkgo.jpg');
  height: 280px
}

.jumbotron .container {
  position: relative;
  top:100px;
}

.jumbotron h1 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
  text-shadow: 3px 3px #505050;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
text-shadow: 1px 1px #505050;
}

.jumbotron a {
  color: #00ffcc;
  font-size: 20px;
  text-shadow: 1px 1px #505050;
 
}

.learn-more {
  background-color: #e8e8e8;
}

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.learn-more a {
  color: #3300cc;
}
.topical-guides {
    background-color: #efefef;
    border-bottom: 1px solid #dbdbdb;
}
.topical-guides h2 {
    color: #393c3d;
    font-size: 24px;
}
.topical-guides p {
    font-size: 15px;
    margin-bottom: 13px;
}
.book-guides {
    background-color: #efefef;
    border-bottom: 1px solid #dbdbdb;

}
.book-guides h1 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
 
}
.book-guides h2 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;

}
.book-guides h4 {
    color: #393c3d;
    font-size: 14px;
   margin-left: 10px;
}
.book-guides h3 {
    color: #3300cc;
    font-size: 16px;
    margin-left: 5px;
  font-weight: bold;
}

.book-guides h5 {
    color: #3300cc;
    font-style: italic;
    font-size: 14px;
    margin-left: 15px;
}
.book-guides p {
    font-size: 15px;
    margin-bottom: 13px;
}
.footer {
    background-color: #e7e7e7;
    border-bottom: 3px solid #e0e0e0;
}
.footer h1 {
    color: #303030;
    font-size: 24px;
}
.footer h2 {
    color: #303030;
    font-size: 18px;
}
.footer h3 {
    color: #303030;
    font-size: 16px;
}

.footer p {
    font-size: 15px;
    margin-bottom: 13px;
}

.side {
    background-color: tan;
    border-bottom: 3px solid blue;
    width: 30px;
}
.side h1 {
    color: #333333;
    font-size: 24px;
}
.side h2 {
    color: #333333;
    font-size: 18px;
}
.side h3 {
    color: #303030;
    font-size: 16px;
}

.side p {
    font-size: 15px;
    margin-bottom: 13px;
}