.taxonomy .entry-title a{
color:black;
font-size: 20px;
}
div.more-link a{
  display:none;   
}

div.more-link{    
    background-color: #ffffff;
}

div.more-link:hover {
     background: #ffffff; 
}
.header-entry-header-archive {
display:none
}
.entry-summary {
  font-family: 'Playfair Display';
  font-size: 18px;
} 
p {
 font-family: 'Playfair Display';
 font-size: 18px;
}
.breadcrumb-trail ul li {
    display: inline-block;
    padding: 20px;
}
h2.trail-browse {
display: none
}

/* in category screen make padding smaller between articles */
.taxonomy article.colum {
    padding-bottom: 10px;
}

/* remove the vertical padding from featuredimages in article screens */
.taxonomy article .featuredimg {
    padding: 0 20px 0 0;
}

/* every article starts on a new line */
.taxonomy article:after {
  content: "";
  display: table;
  clear: both;
}
#main-menu{
display:none;
}

.dslc-modules-section {
padding-bottom: 0px !important;
padding-top: 0px !important;
}

.breadcrumb-trail ul li {
padding: 5px;
}
#top-bar{
position:fixed;
top:0;
width:100%;
z-index:1;}