/* ----- rb to remove white space above rev slider -----*/
.rev_slider_wrapper {
    margin-top: -128px !important;
}

/*--- adjust menu font      ---*/
/*--- https://wpsites.net/web-design/changing-the-primary-navigation-colors-in-studiopress-themes/    ----*/

.menu-primary a {
	font-size: 18px;
        font-weight: bold;
        text-shadow: 1px 1px #000000;
      
}

 .story  {
    
  color: #000      /*   #9C9C9C;   */
  font-family: "Lato", "Helvetica", Arial, sans-serif;
  font-weight: 300;
  text-align:left;
  float: left;
  font-size: 22px;
  padding: 7px 0;
  clear: left;
  margin-top: 5px;
  line-height: 1.7; /* was 6  */
} 
