.nav a {
  color: #5a5a5a;
  font-size: 12px;
  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('2017header.jpg');
   background-repeat: no-repeat;
   background-size: 100%;  
 <!-- background-align: center;
 background-position: center top;

  height: 440px;  
  max-width: auto;
-->
}

.jumbotron .container {
position: relative;


}

.jumbotron h1 {
<!--  color: #B19CD9;
-->

  font-size: 24;  
<!--  font-family: 'Shift', sans-serif;  -->
  font-weight: bold;
  text-shadow: 3px 3px #505050;
}

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

.jumbotron li {
  font-size: 20px;
  color: #B19CD9;
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;
}

.topical-guides li {
  color: #5a5a5a;
  font-size: 18px;
 

}

.announce {
    background-color: #efefef;
    border-bottom: 1px solid #dbdbdb;
}
.announce h1 {
    color: darkblue;
    font-size: 24px;
}
.announce h2 {
    color: blue;
    text-align: center;
    font-size: 24px;
}
.announce 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;
}