/* Enter Your Custom CSS Here */
.main-navigation .current_page_item>a, .main-navigation .current-menu-item>a, .main-navigation .current_page_ancestor>a{
    border-bottom: none !important;
}
.site-title a, h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
}
a:hover, a:active, a:focus {
  /* styling for any way a link is about to be used */
  outline:0;
}
.main-navigation ul ul {
    background-color: #f9f9f9;
}
.main-navigation ul ul a{
  color: #444444;
}
.site-title a {
    color: #444444;
} 
  
.main-navigation a {
    color: #444444;
}

.site-description {
    color: #444444;
}
.site-title a:hover{
  color:#333333
}
.fa.fa-bars{
  color:#d6d6d6;
}